Color Hex Logo

#eaa218 Color Hex

#EAA218
(234,162,24)
0 Favorites   0 Comments

Color spaces of #eaa218

RGB 23416224
HSL0.110.830.51
HSV39°90°92°
CMYK 0.000.310.90   0.08
XYZ47.016943.39906.7629
Yxy43.39900.48380.4466
Hunter Lab65.877912.108640.0279
CIE-Lab71.824916.879372.2170

#eaa218 color RGB value is (234,162,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00011000
Octal 352 242 30
Decimal 234 162 24
Hex EA A2 18

RGB Percentages of Color #eaa218

%55.71
%38.57
%5.71

CMYK Percentages of Color #eaa218

%0
%31
%90
%8

Triadic Colors of #eaa218

#eaa218 #18eaa2 #a218ea

Analogous Colors of #eaa218

#eaa218 #c9ea18 #ea3918

Monochromatic Colors of #eaa218

#eaa218

Complementary Color

#eaa218 #1860ea

#eaa218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa218 Color CSS Codes

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

#eaa218 Text Font Color

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

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


#eaa218 Background Color

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

This div background color is #eaa218


#eaa218 Border Color

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

This div border color is #eaa218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa218


Comments

No comments written yet.

Please login to write comment.