Color Hex Logo

#eab90f Color Hex

#EAB90F
(234,185,15)
0 Favorites   0 Comments

Color spaces of #eab90f

RGB 23418515
HSL0.130.880.49
HSV47°94°92°
CMYK 0.000.210.94   0.08
XYZ51.366952.22487.8250
Yxy52.22480.46100.4687
Hunter Lab72.26670.410344.1668
CIE-Lab77.41514.621377.9087

#eab90f color RGB value is (234,185,15).

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

The process color (four color CMYK) of #eab90f color hex is 0.00, 0.21, 0.94, 0.08. Web safe color of #eab90f is #ffcc00. Color #eab90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00001111
Octal 352 271 17
Decimal 234 185 15
Hex EA B9 F

RGB Percentages of Color #eab90f

%53.92
%42.63
%3.46

CMYK Percentages of Color #eab90f

%0
%21
%94
%8

Triadic Colors of #eab90f

#eab90f #0feab9 #b90fea

Analogous Colors of #eab90f

#eab90f #aeea0f #ea4b0f

Monochromatic Colors of #eab90f

#eab90f

Complementary Color

#eab90f #0f40ea

#eab90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab90f Color CSS Codes

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

#eab90f Text Font Color

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

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


#eab90f Background Color

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

This div background color is #eab90f


#eab90f Border Color

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

This div border color is #eab90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab90f


Comments

No comments written yet.

Please login to write comment.