color codes Logo

#eaa52f color codes

#EAA52F
(234,165,47)
0 Favorites   0 Comments

Color spaces of #eaa52f

RGB 23416547
HSL0.110.820.55
HSV38°80°92°
CMYK 0.000.290.80   0.08
XYZ47.899944.60798.7749
Yxy44.60790.47290.4404
Hunter Lab66.789111.135838.9628
CIE-Lab72.633015.856666.4267

#eaa52f color RGB value is (234,165,47).

#eaa52f hex color red value is 234, green value is 165 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eaa52f hue: 0.11 , saturation: 0.82 and the lightness value of eaa52f is 0.55.

The process color (four color CMYK) of #eaa52f color code is 0.00, 0.29, 0.80, 0.08. Web safe color of #eaa52f is #ff9933. Color #eaa52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 00101111
Octal 352 245 57
Decimal 234 165 47
Hex EA A5 2F

RGB Percentages of Color #eaa52f

%52.47
%37.00
%10.54

CMYK Percentages of Color #eaa52f

%0
%29
%80
%8

Triadic Colors of #eaa52f

#eaa52f #2feaa5 #a52fea

Analogous Colors of #eaa52f

#eaa52f #d2ea2f #ea482f

Monochromatic Colors of #eaa52f

#eaa52f

Complementary Color

#eaa52f #2f74ea

#eaa52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa52f Color CSS Codes

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

#eaa52f Text Font Color

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

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


#eaa52f Background Color

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

This div background color is #eaa52f


#eaa52f Border Color

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

This div border color is #eaa52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa52f


Comments

No comments written yet.

Please login to write comment.