Color Hex Logo

#eaa159 Color Hex

#EAA159
(234,161,89)
0 Favorites   0 Comments

Color spaces of #eaa159

RGB 23416189
HSL0.080.780.63
HSV30°62°92°
CMYK 0.000.310.62   0.08
XYZ48.479743.703415.3316
Yxy43.70340.45090.4065
Hunter Lab66.108515.210332.5257
CIE-Lab72.029820.055447.7262

#eaa159 color RGB value is (234,161,89).

#eaa159 hex color red value is 234, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #eaa159 hue: 0.08 , saturation: 0.78 and the lightness value of eaa159 is 0.63.

The process color (four color CMYK) of #eaa159 color hex is 0.00, 0.31, 0.62, 0.08. Web safe color of #eaa159 is #ff9966. Color #eaa159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 01011001
Octal 352 241 131
Decimal 234 161 89
Hex EA A1 59

RGB Percentages of Color #eaa159

%48.35
%33.26
%18.39

CMYK Percentages of Color #eaa159

%0
%31
%62
%8

Triadic Colors of #eaa159

#eaa159 #59eaa1 #a159ea

Analogous Colors of #eaa159

#eaa159 #eaea59 #ea595a

Monochromatic Colors of #eaa159

#eaa159

Complementary Color

#eaa159 #59a2ea

#eaa159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa159 Color CSS Codes

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

#eaa159 Text Font Color

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

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


#eaa159 Background Color

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

This div background color is #eaa159


#eaa159 Border Color

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

This div border color is #eaa159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa159


Comments

No comments written yet.

Please login to write comment.