Color Hex Logo

#eaa90e Color Hex

#EAA90E
(234,169,14)
0 Favorites   0 Comments

Color spaces of #eaa90e

RGB 23416914
HSL0.120.890.49
HSV42°94°92°
CMYK 0.000.280.94   0.08
XYZ48.198945.90016.7347
Yxy45.90010.47800.4552
Hunter Lab67.74968.427941.5310
CIE-Lab73.480713.028975.1819

#eaa90e color RGB value is (234,169,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 00001110
Octal 352 251 16
Decimal 234 169 14
Hex EA A9 E

RGB Percentages of Color #eaa90e

%56.12
%40.53
%3.36

CMYK Percentages of Color #eaa90e

%0
%28
%94
%8

Triadic Colors of #eaa90e

#eaa90e #0eeaa9 #a90eea

Analogous Colors of #eaa90e

#eaa90e #bdea0e #ea3b0e

Monochromatic Colors of #eaa90e

#eaa90e

Complementary Color

#eaa90e #0e4fea

#eaa90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa90e Color CSS Codes

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

#eaa90e Text Font Color

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

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


#eaa90e Background Color

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

This div background color is #eaa90e


#eaa90e Border Color

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

This div border color is #eaa90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa90e


Comments

No comments written yet.

Please login to write comment.