Color Hex Logo

#eaa962 Color Hex

#EAA962
(234,169,98)
0 Favorites   0 Comments

Color spaces of #eaa962

RGB 23416998
HSL0.090.760.65
HSV31°58°92°
CMYK 0.000.280.58   0.08
XYZ50.324346.750217.9266
Yxy46.75020.43760.4065
Hunter Lab68.374111.723832.3170
CIE-Lab74.029716.439045.6071

#eaa962 color RGB value is (234,169,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 01100010
Octal 352 251 142
Decimal 234 169 98
Hex EA A9 62

RGB Percentages of Color #eaa962

%46.71
%33.73
%19.56

CMYK Percentages of Color #eaa962

%0
%28
%58
%8

Triadic Colors of #eaa962

#eaa962 #62eaa9 #a962ea

Analogous Colors of #eaa962

#eaa962 #e7ea62 #ea6562

Monochromatic Colors of #eaa962

#eaa962

Complementary Color

#eaa962 #62a3ea

#eaa962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa962 Color CSS Codes

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

#eaa962 Text Font Color

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

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


#eaa962 Background Color

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

This div background color is #eaa962


#eaa962 Border Color

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

This div border color is #eaa962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa962


Comments

No comments written yet.

Please login to write comment.