Color Hex Logo

#eaa66a Color Hex

#EAA66A
(234,166,106)
0 Favorites   0 Comments

Color spaces of #eaa66a

RGB 234166106
HSL0.080.750.67
HSV28°55°92°
CMYK 0.000.290.55   0.08
XYZ50.169445.805519.8328
Yxy45.80550.43320.3955
Hunter Lab67.679813.878230.0016
CIE-Lab73.419118.655340.7992

#eaa66a color RGB value is (234,166,106).

#eaa66a hex color red value is 234, green value is 166 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eaa66a hue: 0.08 , saturation: 0.75 and the lightness value of eaa66a is 0.67.

The process color (four color CMYK) of #eaa66a color hex is 0.00, 0.29, 0.55, 0.08. Web safe color of #eaa66a is #ff9966. Color #eaa66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 01101010
Octal 352 246 152
Decimal 234 166 106
Hex EA A6 6A

RGB Percentages of Color #eaa66a

%46.25
%32.81
%20.95

CMYK Percentages of Color #eaa66a

%0
%29
%55
%8

Triadic Colors of #eaa66a

#eaa66a #6aeaa6 #a66aea

Analogous Colors of #eaa66a

#eaa66a #eae66a #ea6a6e

Monochromatic Colors of #eaa66a

#eaa66a

Complementary Color

#eaa66a #6aaeea

#eaa66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa66a Color CSS Codes

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

#eaa66a Text Font Color

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

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


#eaa66a Background Color

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

This div background color is #eaa66a


#eaa66a Border Color

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

This div border color is #eaa66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa66a


Comments

No comments written yet.

Please login to write comment.