Color Hex Logo

#eac66a Color Hex

#EAC66A
(234,198,106)
0 Favorites   0 Comments

Color spaces of #eac66a

RGB 234198106
HSL0.120.750.67
HSV43°55°92°
CMYK 0.000.150.55   0.08
XYZ56.727358.921222.0187
Yxy58.92120.41210.4280
Hunter Lab76.7601-2.415136.7247
CIE-Lab81.24831.799850.2769

#eac66a color RGB value is (234,198,106).

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

The process color (four color CMYK) of #eac66a color hex is 0.00, 0.15, 0.55, 0.08. Web safe color of #eac66a is #ffcc66. Color #eac66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 01101010
Octal 352 306 152
Decimal 234 198 106
Hex EA C6 6A

RGB Percentages of Color #eac66a

%43.49
%36.80
%19.70

CMYK Percentages of Color #eac66a

%0
%15
%55
%8

Triadic Colors of #eac66a

#eac66a #6aeac6 #c66aea

Analogous Colors of #eac66a

#eac66a #ceea6a #ea866a

Monochromatic Colors of #eac66a

#eac66a

Complementary Color

#eac66a #6a8eea

#eac66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac66a Color CSS Codes

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

#eac66a Text Font Color

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

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


#eac66a Background Color

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

This div background color is #eac66a


#eac66a Border Color

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

This div border color is #eac66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac66a


Comments

No comments written yet.

Please login to write comment.