Color Hex Logo

#eac219 Color Hex

#EAC219
(234,194,25)
0 Favorites   0 Comments

Color spaces of #eac219

RGB 23419425
HSL0.130.830.51
HSV49°89°92°
CMYK 0.000.170.89   0.08
XYZ53.398956.14628.9426
Yxy56.14620.45070.4739
Hunter Lab74.9308-3.922045.3756
CIE-Lab79.69700.086678.0591

#eac219 color RGB value is (234,194,25).

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

The process color (four color CMYK) of #eac219 color hex is 0.00, 0.17, 0.89, 0.08. Web safe color of #eac219 is #ffcc00. Color #eac219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00011001
Octal 352 302 31
Decimal 234 194 25
Hex EA C2 19

RGB Percentages of Color #eac219

%51.66
%42.83
%5.52

CMYK Percentages of Color #eac219

%0
%17
%89
%8

Triadic Colors of #eac219

#eac219 #19eac2 #c219ea

Analogous Colors of #eac219

#eac219 #aaea19 #ea5919

Monochromatic Colors of #eac219

#eac219

Complementary Color

#eac219 #1941ea

#eac219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac219 Color CSS Codes

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

#eac219 Text Font Color

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

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


#eac219 Background Color

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

This div background color is #eac219


#eac219 Border Color

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

This div border color is #eac219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac219


Comments

No comments written yet.

Please login to write comment.