Color Hex Logo

#eaac6a Color Hex

#EAAC6A
(234,172,106)
0 Favorites   0 Comments

Color spaces of #eaac6a

RGB 234172106
HSL0.090.750.67
HSV31°55°92°
CMYK 0.000.260.55   0.08
XYZ51.285748.038120.2049
Yxy48.03810.42910.4019
Hunter Lab69.309510.789731.2326
CIE-Lab74.849015.467442.5598

#eaac6a color RGB value is (234,172,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 01101010
Octal 352 254 152
Decimal 234 172 106
Hex EA AC 6A

RGB Percentages of Color #eaac6a

%45.70
%33.59
%20.70

CMYK Percentages of Color #eaac6a

%0
%26
%55
%8

Triadic Colors of #eaac6a

#eaac6a #6aeaac #ac6aea

Analogous Colors of #eaac6a

#eaac6a #e8ea6a #ea6c6a

Monochromatic Colors of #eaac6a

#eaac6a

Complementary Color

#eaac6a #6aa8ea

#eaac6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaac6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaac6a Color CSS Codes

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

#eaac6a Text Font Color

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

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


#eaac6a Background Color

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

This div background color is #eaac6a


#eaac6a Border Color

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

This div border color is #eaac6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaac6a


Comments

No comments written yet.

Please login to write comment.