Color Hex Logo

#eab91f Color Hex

#EAB91F
(234,185,31)
0 Favorites   0 Comments

Color spaces of #eab91f

RGB 23418531
HSL0.130.830.52
HSV46°87°92°
CMYK 0.000.210.87   0.08
XYZ51.528052.28938.6733
Yxy52.28930.45810.4648
Hunter Lab72.31130.651643.5065
CIE-Lab77.45354.880975.0727

#eab91f color RGB value is (234,185,31).

#eab91f hex color red value is 234, green value is 185 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eab91f hue: 0.13 , saturation: 0.83 and the lightness value of eab91f is 0.52.

The process color (four color CMYK) of #eab91f color hex is 0.00, 0.21, 0.87, 0.08. Web safe color of #eab91f is #ffcc33. Color #eab91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00011111
Octal 352 271 37
Decimal 234 185 31
Hex EA B9 1F

RGB Percentages of Color #eab91f

%52.00
%41.11
%6.89

CMYK Percentages of Color #eab91f

%0
%21
%87
%8

Triadic Colors of #eab91f

#eab91f #1feab9 #b91fea

Analogous Colors of #eab91f

#eab91f #b6ea1f #ea541f

Monochromatic Colors of #eab91f

#eab91f

Complementary Color

#eab91f #1f50ea

#eab91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab91f Color CSS Codes

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

#eab91f Text Font Color

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

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


#eab91f Background Color

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

This div background color is #eab91f


#eab91f Border Color

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

This div border color is #eab91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab91f


Comments

No comments written yet.

Please login to write comment.