Color Hex Logo

#eaa20a Color Hex

#EAA20A
(234,162,10)
0 Favorites   0 Comments

Color spaces of #eaa20a

RGB 23416210
HSL0.110.920.48
HSV41°96°92°
CMYK 0.000.310.96   0.08
XYZ46.906843.35506.1833
Yxy43.35500.48640.4495
Hunter Lab65.844511.933240.5234
CIE-Lab71.795316.698374.4964

#eaa20a color RGB value is (234,162,10).

#eaa20a hex color red value is 234, green value is 162 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eaa20a hue: 0.11 , saturation: 0.92 and the lightness value of eaa20a is 0.48.

The process color (four color CMYK) of #eaa20a color hex is 0.00, 0.31, 0.96, 0.08. Web safe color of #eaa20a is #ff9900. Color #eaa20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00001010
Octal 352 242 12
Decimal 234 162 10
Hex EA A2 A

RGB Percentages of Color #eaa20a

%57.64
%39.90
%2.46

CMYK Percentages of Color #eaa20a

%0
%31
%96
%8

Triadic Colors of #eaa20a

#eaa20a #0aeaa2 #a20aea

Analogous Colors of #eaa20a

#eaa20a #c2ea0a #ea320a

Monochromatic Colors of #eaa20a

#eaa20a

Complementary Color

#eaa20a #0a52ea

#eaa20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa20a Color CSS Codes

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

#eaa20a Text Font Color

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

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


#eaa20a Background Color

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

This div background color is #eaa20a


#eaa20a Border Color

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

This div border color is #eaa20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa20a


Comments

No comments written yet.

Please login to write comment.