Color Hex Logo

#eab36a Color Hex

#EAB36A
(234,179,106)
0 Favorites   0 Comments

Color spaces of #eab36a

RGB 234179106
HSL0.100.750.67
HSV34°55°92°
CMYK 0.000.240.55   0.08
XYZ52.653350.773220.6608
Yxy50.77320.42430.4092
Hunter Lab71.25537.203732.6873
CIE-Lab76.541411.758844.6262

#eab36a color RGB value is (234,179,106).

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

The process color (four color CMYK) of #eab36a color hex is 0.00, 0.24, 0.55, 0.08. Web safe color of #eab36a is #ffcc66. Color #eab36a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01101010
Octal 352 263 152
Decimal 234 179 106
Hex EA B3 6A

RGB Percentages of Color #eab36a

%45.09
%34.49
%20.42

CMYK Percentages of Color #eab36a

%0
%24
%55
%8

Triadic Colors of #eab36a

#eab36a #6aeab3 #b36aea

Analogous Colors of #eab36a

#eab36a #e1ea6a #ea736a

Monochromatic Colors of #eab36a

#eab36a

Complementary Color

#eab36a #6aa1ea

#eab36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab36a Color CSS Codes

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

#eab36a Text Font Color

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

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


#eab36a Background Color

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

This div background color is #eab36a


#eab36a Border Color

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

This div border color is #eab36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab36a


Comments

No comments written yet.

Please login to write comment.