Color Hex Logo

#eaa80e Color Hex

#EAA80E
(234,168,14)
0 Favorites   0 Comments

Color spaces of #eaa80e

RGB 23416814
HSL0.120.890.49
HSV42°94°92°
CMYK 0.000.280.94   0.08
XYZ48.013645.52946.6729
Yxy45.52940.47910.4543
Hunter Lab67.47558.933441.3694
CIE-Lab73.239113.558475.0082

#eaa80e color RGB value is (234,168,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 00001110
Octal 352 250 16
Decimal 234 168 14
Hex EA A8 E

RGB Percentages of Color #eaa80e

%56.25
%40.38
%3.37

CMYK Percentages of Color #eaa80e

%0
%28
%94
%8

Triadic Colors of #eaa80e

#eaa80e #0eeaa8 #a80eea

Analogous Colors of #eaa80e

#eaa80e #beea0e #ea3a0e

Monochromatic Colors of #eaa80e

#eaa80e

Complementary Color

#eaa80e #0e50ea

#eaa80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa80e Color CSS Codes

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

#eaa80e Text Font Color

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

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


#eaa80e Background Color

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

This div background color is #eaa80e


#eaa80e Border Color

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

This div border color is #eaa80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa80e


Comments

No comments written yet.

Please login to write comment.