Color Hex Logo

#eaa05e Color Hex

#EAA05E
(234,160,94)
0 Favorites   0 Comments

Color spaces of #eaa05e

RGB 23416094
HSL0.080.770.64
HSV28°60°92°
CMYK 0.000.320.60   0.08
XYZ48.522943.442216.4174
Yxy43.44220.44770.4008
Hunter Lab65.910716.066531.3692
CIE-Lab71.854120.931545.0228

#eaa05e color RGB value is (234,160,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 01011110
Octal 352 240 136
Decimal 234 160 94
Hex EA A0 5E

RGB Percentages of Color #eaa05e

%47.95
%32.79
%19.26

CMYK Percentages of Color #eaa05e

%0
%32
%60
%8

Triadic Colors of #eaa05e

#eaa05e #5eeaa0 #a05eea

Analogous Colors of #eaa05e

#eaa05e #eae65e #ea5e62

Monochromatic Colors of #eaa05e

#eaa05e

Complementary Color

#eaa05e #5ea8ea

#eaa05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa05e Color CSS Codes

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

#eaa05e Text Font Color

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

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


#eaa05e Background Color

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

This div background color is #eaa05e


#eaa05e Border Color

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

This div border color is #eaa05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa05e


Comments

No comments written yet.

Please login to write comment.