Color Hex Logo

#eaaa5e Color Hex

#EAAA5E
(234,170,94)
0 Favorites   0 Comments

Color spaces of #eaaa5e

RGB 23417094
HSL0.090.770.64
HSV33°60°92°
CMYK 0.000.270.60   0.08
XYZ50.326847.050017.0187
Yxy47.05000.43990.4113
Hunter Lab68.593010.928033.3046
CIE-Lab74.221715.618047.8209

#eaaa5e color RGB value is (234,170,94).

#eaaa5e hex color red value is 234, green value is 170 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eaaa5e hue: 0.09 , saturation: 0.77 and the lightness value of eaaa5e is 0.64.

The process color (four color CMYK) of #eaaa5e color hex is 0.00, 0.27, 0.60, 0.08. Web safe color of #eaaa5e is #ff9966. Color #eaaa5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 01011110
Octal 352 252 136
Decimal 234 170 94
Hex EA AA 5E

RGB Percentages of Color #eaaa5e

%46.99
%34.14
%18.88

CMYK Percentages of Color #eaaa5e

%0
%27
%60
%8

Triadic Colors of #eaaa5e

#eaaa5e #5eeaaa #aa5eea

Analogous Colors of #eaaa5e

#eaaa5e #e4ea5e #ea645e

Monochromatic Colors of #eaaa5e

#eaaa5e

Complementary Color

#eaaa5e #5e9eea

#eaaa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa5e Color CSS Codes

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

#eaaa5e Text Font Color

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

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


#eaaa5e Background Color

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

This div background color is #eaaa5e


#eaaa5e Border Color

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

This div border color is #eaaa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa5e


Comments

No comments written yet.

Please login to write comment.