Color Hex Logo

#eaa36e Color Hex

#EAA36E
(234,163,110)
0 Favorites   0 Comments

Color spaces of #eaa36e

RGB 234163110
HSL0.070.750.67
HSV26°53°92°
CMYK 0.000.300.53   0.08
XYZ49.843344.812620.7745
Yxy44.81260.43180.3882
Hunter Lab66.942215.757228.4598
CIE-Lab72.768320.583137.9104

#eaa36e color RGB value is (234,163,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01101110
Octal 352 243 156
Decimal 234 163 110
Hex EA A3 6E

RGB Percentages of Color #eaa36e

%46.15
%32.15
%21.70

CMYK Percentages of Color #eaa36e

%0
%30
%53
%8

Triadic Colors of #eaa36e

#eaa36e #6eeaa3 #a36eea

Analogous Colors of #eaa36e

#eaa36e #eae16e #ea6e77

Monochromatic Colors of #eaa36e

#eaa36e

Complementary Color

#eaa36e #6eb5ea

#eaa36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa36e Color CSS Codes

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

#eaa36e Text Font Color

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

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


#eaa36e Background Color

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

This div background color is #eaa36e


#eaa36e Border Color

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

This div border color is #eaa36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa36e


Comments

No comments written yet.

Please login to write comment.