Color Hex Logo

#eab36f Color Hex

#EAB36F
(234,179,111)
0 Favorites   0 Comments

Color spaces of #eab36f

RGB 234179111
HSL0.090.750.68
HSV33°53°92°
CMYK 0.000.240.53   0.08
XYZ52.921050.880322.0706
Yxy50.88030.42040.4042
Hunter Lab71.33047.603331.5862
CIE-Lab76.606412.173342.1816

#eab36f color RGB value is (234,179,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01101111
Octal 352 263 157
Decimal 234 179 111
Hex EA B3 6F

RGB Percentages of Color #eab36f

%44.66
%34.16
%21.18

CMYK Percentages of Color #eab36f

%0
%24
%53
%8

Triadic Colors of #eab36f

#eab36f #6feab3 #b36fea

Analogous Colors of #eab36f

#eab36f #e4ea6f #ea766f

Monochromatic Colors of #eab36f

#eab36f

Complementary Color

#eab36f #6fa6ea

#eab36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab36f Color CSS Codes

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

#eab36f Text Font Color

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

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


#eab36f Background Color

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

This div background color is #eab36f


#eab36f Border Color

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

This div border color is #eab36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab36f


Comments

No comments written yet.

Please login to write comment.