Color Hex Logo

#eaa967 Color Hex

#EAA967
(234,169,103)
0 Favorites   0 Comments

Color spaces of #eaa967

RGB 234169103
HSL0.080.760.66
HSV30°56°92°
CMYK 0.000.280.56   0.08
XYZ50.567846.847619.2092
Yxy46.84760.43360.4017
Hunter Lab68.445312.097631.2720
CIE-Lab74.092216.821043.1606

#eaa967 color RGB value is (234,169,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 01100111
Octal 352 251 147
Decimal 234 169 103
Hex EA A9 67

RGB Percentages of Color #eaa967

%46.25
%33.40
%20.36

CMYK Percentages of Color #eaa967

%0
%28
%56
%8

Triadic Colors of #eaa967

#eaa967 #67eaa9 #a967ea

Analogous Colors of #eaa967

#eaa967 #eaea67 #ea6867

Monochromatic Colors of #eaa967

#eaa967

Complementary Color

#eaa967 #67a8ea

#eaa967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa967 Color CSS Codes

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

#eaa967 Text Font Color

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

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


#eaa967 Background Color

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

This div background color is #eaa967


#eaa967 Border Color

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

This div border color is #eaa967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa967


Comments

No comments written yet.

Please login to write comment.