Color Hex Logo

#eaa066 Color Hex

#EAA066
(234,160,102)
0 Favorites   0 Comments

Color spaces of #eaa066

RGB 234160102
HSL0.070.760.66
HSV26°56°92°
CMYK 0.000.320.56   0.08
XYZ48.900843.593318.4074
Yxy43.59330.44090.3931
Hunter Lab66.025216.659829.6880
CIE-Lab71.955821.527741.0601

#eaa066 color RGB value is (234,160,102).

#eaa066 hex color red value is 234, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eaa066 hue: 0.07 , saturation: 0.76 and the lightness value of eaa066 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 01100110
Octal 352 240 146
Decimal 234 160 102
Hex EA A0 66

RGB Percentages of Color #eaa066

%47.18
%32.26
%20.56

CMYK Percentages of Color #eaa066

%0
%32
%56
%8

Triadic Colors of #eaa066

#eaa066 #66eaa0 #a066ea

Analogous Colors of #eaa066

#eaa066 #eae266 #ea666e

Monochromatic Colors of #eaa066

#eaa066

Complementary Color

#eaa066 #66b0ea

#eaa066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa066 Color CSS Codes

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

#eaa066 Text Font Color

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

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


#eaa066 Background Color

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

This div background color is #eaa066


#eaa066 Border Color

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

This div border color is #eaa066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa066


Comments

No comments written yet.

Please login to write comment.