Color Hex Logo

#eab319 Color Hex

#EAB319
(234,179,25)
0 Favorites   0 Comments

Color spaces of #eab319

RGB 23417925
HSL0.120.830.51
HSV44°89°92°
CMYK 0.000.240.89   0.08
XYZ50.227349.80287.8853
Yxy49.80280.46540.4615
Hunter Lab70.57113.543742.7750
CIE-Lab75.94817.910275.1663

#eab319 color RGB value is (234,179,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 00011001
Octal 352 263 31
Decimal 234 179 25
Hex EA B3 19

RGB Percentages of Color #eab319

%53.42
%40.87
%5.71

CMYK Percentages of Color #eab319

%0
%24
%89
%8

Triadic Colors of #eab319

#eab319 #19eab3 #b319ea

Analogous Colors of #eab319

#eab319 #b9ea19 #ea4a19

Monochromatic Colors of #eab319

#eab319

Complementary Color

#eab319 #1950ea

#eab319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab319 Color CSS Codes

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

#eab319 Text Font Color

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

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


#eab319 Background Color

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

This div background color is #eab319


#eab319 Border Color

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

This div border color is #eab319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab319


Comments

No comments written yet.

Please login to write comment.