Color Hex Logo

#eaa36a Color Hex

#EAA36A
(234,163,106)
0 Favorites   0 Comments

Color spaces of #eaa36a

RGB 234163106
HSL0.070.750.67
HSV27°55°92°
CMYK 0.000.300.55   0.08
XYZ49.630444.727419.6531
Yxy44.72740.43530.3923
Hunter Lab66.878515.426929.3919
CIE-Lab72.712020.250839.9235

#eaa36a color RGB value is (234,163,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01101010
Octal 352 243 152
Decimal 234 163 106
Hex EA A3 6A

RGB Percentages of Color #eaa36a

%46.52
%32.41
%21.07

CMYK Percentages of Color #eaa36a

%0
%30
%55
%8

Triadic Colors of #eaa36a

#eaa36a #6aeaa3 #a36aea

Analogous Colors of #eaa36a

#eaa36a #eae36a #ea6a71

Monochromatic Colors of #eaa36a

#eaa36a

Complementary Color

#eaa36a #6ab1ea

#eaa36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa36a Color CSS Codes

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

#eaa36a Text Font Color

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

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


#eaa36a Background Color

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

This div background color is #eaa36a


#eaa36a Border Color

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

This div border color is #eaa36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa36a


Comments

No comments written yet.

Please login to write comment.