Color Hex Logo

#eab219 Color Hex

#EAB219
(234,178,25)
0 Favorites   0 Comments

Color spaces of #eab219

RGB 23417825
HSL0.120.830.51
HSV44°89°92°
CMYK 0.000.240.89   0.08
XYZ50.027549.40347.8188
Yxy49.40340.46650.4606
Hunter Lab70.28764.045042.6059
CIE-Lab75.70168.435774.9764

#eab219 color RGB value is (234,178,25).

#eab219 hex color red value is 234, green value is 178 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #eab219 hue: 0.12 , saturation: 0.83 and the lightness value of eab219 is 0.51.

The process color (four color CMYK) of #eab219 color hex is 0.00, 0.24, 0.89, 0.08. Web safe color of #eab219 is #ff9900. Color #eab219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00011001
Octal 352 262 31
Decimal 234 178 25
Hex EA B2 19

RGB Percentages of Color #eab219

%53.55
%40.73
%5.72

CMYK Percentages of Color #eab219

%0
%24
%89
%8

Triadic Colors of #eab219

#eab219 #19eab2 #b219ea

Analogous Colors of #eab219

#eab219 #baea19 #ea4a19

Monochromatic Colors of #eab219

#eab219

Complementary Color

#eab219 #1951ea

#eab219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab219 Color CSS Codes

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

#eab219 Text Font Color

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

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


#eab219 Background Color

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

This div background color is #eab219


#eab219 Border Color

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

This div border color is #eab219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab219


Comments

No comments written yet.

Please login to write comment.