Color Hex Logo

#eaa219 Color Hex

#EAA219
(234,162,25)
0 Favorites   0 Comments

Color spaces of #eaa219

RGB 23416225
HSL0.110.830.51
HSV39°89°92°
CMYK 0.000.310.89   0.08
XYZ47.027543.40336.8188
Yxy43.40330.48360.4463
Hunter Lab65.881212.125339.9802
CIE-Lab71.827816.896572.0044

#eaa219 color RGB value is (234,162,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00011001
Octal 352 242 31
Decimal 234 162 25
Hex EA A2 19

RGB Percentages of Color #eaa219

%55.58
%38.48
%5.94

CMYK Percentages of Color #eaa219

%0
%31
%89
%8

Triadic Colors of #eaa219

#eaa219 #19eaa2 #a219ea

Analogous Colors of #eaa219

#eaa219 #caea19 #ea3a19

Monochromatic Colors of #eaa219

#eaa219

Complementary Color

#eaa219 #1961ea

#eaa219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa219 Color CSS Codes

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

#eaa219 Text Font Color

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

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


#eaa219 Background Color

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

This div background color is #eaa219


#eaa219 Border Color

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

This div border color is #eaa219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa219


Comments

No comments written yet.

Please login to write comment.