Color Hex Logo

#eaa20e Color Hex

#EAA20E
(234,162,14)
0 Favorites   0 Comments

Color spaces of #eaa20e

RGB 23416214
HSL0.110.890.49
HSV40°94°92°
CMYK 0.000.310.94   0.08
XYZ46.931343.36486.3122
Yxy43.36480.48580.4489
Hunter Lab65.852011.972340.4132
CIE-Lab71.801916.738673.9773

#eaa20e color RGB value is (234,162,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00001110
Octal 352 242 16
Decimal 234 162 14
Hex EA A2 E

RGB Percentages of Color #eaa20e

%57.07
%39.51
%3.41

CMYK Percentages of Color #eaa20e

%0
%31
%94
%8

Triadic Colors of #eaa20e

#eaa20e #0eeaa2 #a20eea

Analogous Colors of #eaa20e

#eaa20e #c4ea0e #ea340e

Monochromatic Colors of #eaa20e

#eaa20e

Complementary Color

#eaa20e #0e56ea

#eaa20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa20e Color CSS Codes

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

#eaa20e Text Font Color

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

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


#eaa20e Background Color

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

This div background color is #eaa20e


#eaa20e Border Color

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

This div border color is #eaa20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa20e


Comments

No comments written yet.

Please login to write comment.