Color Hex Logo

#eab959 Color Hex

#EAB959
(234,185,89)
0 Favorites   0 Comments

Color spaces of #eab959

RGB 23418589
HSL0.110.780.63
HSV40°62°92°
CMYK 0.000.210.62   0.08
XYZ53.083852.911616.8663
Yxy52.91160.43210.4307
Hunter Lab72.74042.968537.1707
CIE-Lab77.82287.351854.3521

#eab959 color RGB value is (234,185,89).

#eab959 hex color red value is 234, green value is 185 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #eab959 hue: 0.11 , saturation: 0.78 and the lightness value of eab959 is 0.63.

The process color (four color CMYK) of #eab959 color hex is 0.00, 0.21, 0.62, 0.08. Web safe color of #eab959 is #ffcc66. Color #eab959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01011001
Octal 352 271 131
Decimal 234 185 89
Hex EA B9 59

RGB Percentages of Color #eab959

%46.06
%36.42
%17.52

CMYK Percentages of Color #eab959

%0
%21
%62
%8

Triadic Colors of #eab959

#eab959 #59eab9 #b959ea

Analogous Colors of #eab959

#eab959 #d3ea59 #ea7159

Monochromatic Colors of #eab959

#eab959

Complementary Color

#eab959 #598aea

#eab959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab959 Color CSS Codes

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

#eab959 Text Font Color

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

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


#eab959 Background Color

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

This div background color is #eab959


#eab959 Border Color

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

This div border color is #eab959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab959


Comments

No comments written yet.

Please login to write comment.