Color Hex Logo

#eaa13f Color Hex

#EAA13F
(234,161,63)
0 Favorites   0 Comments

Color spaces of #eaa13f

RGB 23416163
HSL0.100.800.58
HSV34°73°92°
CMYK 0.000.310.73   0.08
XYZ47.573843.341010.5609
Yxy43.34100.46880.4271
Hunter Lab65.833913.780936.5726
CIE-Lab71.785818.603159.4630

#eaa13f color RGB value is (234,161,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 00111111
Octal 352 241 77
Decimal 234 161 63
Hex EA A1 3F

RGB Percentages of Color #eaa13f

%51.09
%35.15
%13.76

CMYK Percentages of Color #eaa13f

%0
%31
%73
%8

Triadic Colors of #eaa13f

#eaa13f #3feaa1 #a13fea

Analogous Colors of #eaa13f

#eaa13f #deea3f #ea4b3f

Monochromatic Colors of #eaa13f

#eaa13f

Complementary Color

#eaa13f #3f88ea

#eaa13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa13f Color CSS Codes

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

#eaa13f Text Font Color

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

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


#eaa13f Background Color

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

This div background color is #eaa13f


#eaa13f Border Color

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

This div border color is #eaa13f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,161,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 #eaa13f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa13f


Comments

No comments written yet.

Please login to write comment.