Color Hex Logo

#eaa03f Color Hex

#EAA03F
(234,160,63)
0 Favorites   0 Comments

Color spaces of #eaa03f

RGB 23416063
HSL0.090.800.58
HSV34°73°92°
CMYK 0.000.320.73   0.08
XYZ47.399742.992910.5029
Yxy42.99290.46980.4261
Hunter Lab65.569014.291736.4012
CIE-Lab71.550219.134059.2252

#eaa03f color RGB value is (234,160,63).

#eaa03f hex color red value is 234, green value is 160 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eaa03f hue: 0.09 , saturation: 0.80 and the lightness value of eaa03f is 0.58.

The process color (four color CMYK) of #eaa03f color hex is 0.00, 0.32, 0.73, 0.08. Web safe color of #eaa03f is #ff9933. Color #eaa03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 00111111
Octal 352 240 77
Decimal 234 160 63
Hex EA A0 3F

RGB Percentages of Color #eaa03f

%51.20
%35.01
%13.79

CMYK Percentages of Color #eaa03f

%0
%32
%73
%8

Triadic Colors of #eaa03f

#eaa03f #3feaa0 #a03fea

Analogous Colors of #eaa03f

#eaa03f #dfea3f #ea4a3f

Monochromatic Colors of #eaa03f

#eaa03f

Complementary Color

#eaa03f #3f89ea

#eaa03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa03f Color CSS Codes

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

#eaa03f Text Font Color

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

This sample text font color is #eaa03f
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.


#eaa03f Background Color

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

This div background color is #eaa03f


#eaa03f Border Color

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

This div border color is #eaa03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa03f


Comments

No comments written yet.

Please login to write comment.