Color Hex Logo

#eaba59 Color Hex

#EABA59
(234,186,89)
0 Favorites   0 Comments

Color spaces of #eaba59

RGB 23418689
HSL0.110.780.63
HSV40°62°92°
CMYK 0.000.210.62   0.08
XYZ53.293853.331516.9363
Yxy53.33150.43130.4316
Hunter Lab73.02842.463837.3697
CIE-Lab78.07036.827154.6305

#eaba59 color RGB value is (234,186,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 01011001
Octal 352 272 131
Decimal 234 186 89
Hex EA BA 59

RGB Percentages of Color #eaba59

%45.97
%36.54
%17.49

CMYK Percentages of Color #eaba59

%0
%21
%62
%8

Triadic Colors of #eaba59

#eaba59 #59eaba #ba59ea

Analogous Colors of #eaba59

#eaba59 #d2ea59 #ea7259

Monochromatic Colors of #eaba59

#eaba59

Complementary Color

#eaba59 #5989ea

#eaba59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaba59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaba59 Color CSS Codes

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

#eaba59 Text Font Color

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

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


#eaba59 Background Color

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

This div background color is #eaba59


#eaba59 Border Color

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

This div border color is #eaba59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaba59


Comments

No comments written yet.

Please login to write comment.