color codes Logo

#eac73c color codes

#EAC73C
(234,199,60)
0 Favorites   0 Comments

Color spaces of #eac73c

RGB 23419960
HSL0.130.810.58
HSV48°74°92°
CMYK 0.000.150.74   0.08
XYZ55.170758.665512.6907
Yxy58.66550.43600.4637
Hunter Lab76.5934-5.463843.7917
CIE-Lab81.1074-1.479369.7316

#eac73c color RGB value is (234,199,60).

#eac73c hex color red value is 234, green value is 199 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eac73c hue: 0.13 , saturation: 0.81 and the lightness value of eac73c is 0.58.

The process color (four color CMYK) of #eac73c color code is 0.00, 0.15, 0.74, 0.08. Web safe color of #eac73c is #ffcc33. Color #eac73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00111100
Octal 352 307 74
Decimal 234 199 60
Hex EA C7 3C

RGB Percentages of Color #eac73c

%47.46
%40.37
%12.17

CMYK Percentages of Color #eac73c

%0
%15
%74
%8

Triadic Colors of #eac73c

#eac73c #3ceac7 #c73cea

Analogous Colors of #eac73c

#eac73c #b6ea3c #ea703c

Monochromatic Colors of #eac73c

#eac73c

Complementary Color

#eac73c #3c5fea

#eac73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac73c Color CSS Codes

.mybgcolor {background-color:#eac73c; } 
.myforecolor {color:#eac73c; }
.mybordercolor {border:3px solid #eac73c; }

#eac73c Text Font Color

<p style="color:#eac73c">Text here</p>

This sample text font color is #eac73c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eac73c Background Color

<div style="background-color:#eac73c">
Div content here</div>

This div background color is #eac73c


#eac73c Border Color

<div style="border:3px solid #eac73c">
Div here</div>

This div border color is #eac73c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,199,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eac73c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eac73c;
  -webkit-box-shadow: 1px 1px 3px 2px #eac73c;
  box-shadow:         1px 1px 3px 2px #eac73c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,199,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eac73c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eac73c;
  -webkit-box-shadow: 1px 1px 3px 2px #eac73c;
  box-shadow:         1px 1px 3px 2px #eac73c;">
Div content here</div>

This div box has shadow with color #eac73c


Comments

No comments written yet.

Please login to write comment.