Color Hex Logo

#eac519 Color Hex

#EAC519
(234,197,25)
0 Favorites   0 Comments

Color spaces of #eac519

RGB 23419725
HSL0.140.830.51
HSV49°89°92°
CMYK 0.000.160.89   0.08
XYZ54.073457.49519.1674
Yxy57.49510.44790.4762
Hunter Lab75.8255-5.401145.9096
CIE-Lab80.4573-1.460778.6475

#eac519 color RGB value is (234,197,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 00011001
Octal 352 305 31
Decimal 234 197 25
Hex EA C5 19

RGB Percentages of Color #eac519

%51.32
%43.20
%5.48

CMYK Percentages of Color #eac519

%0
%16
%89
%8

Triadic Colors of #eac519

#eac519 #19eac5 #c519ea

Analogous Colors of #eac519

#eac519 #a7ea19 #ea5d19

Monochromatic Colors of #eac519

#eac519

Complementary Color

#eac519 #193eea

#eac519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac519 Color CSS Codes

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

#eac519 Text Font Color

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

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


#eac519 Background Color

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

This div background color is #eac519


#eac519 Border Color

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

This div border color is #eac519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac519


Comments

No comments written yet.

Please login to write comment.