Color Hex Logo

#eaa213 Color Hex

#EAA213
(234,162,19)
0 Favorites   0 Comments

Color spaces of #eaa213

RGB 23416219
HSL0.110.850.50
HSV40°92°92°
CMYK 0.000.310.92   0.08
XYZ46.969643.38016.5137
Yxy43.38010.48490.4478
Hunter Lab65.863612.033340.2409
CIE-Lab71.812216.801673.1801

#eaa213 color RGB value is (234,162,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00010011
Octal 352 242 23
Decimal 234 162 19
Hex EA A2 13

RGB Percentages of Color #eaa213

%56.39
%39.04
%4.58

CMYK Percentages of Color #eaa213

%0
%31
%92
%8

Triadic Colors of #eaa213

#eaa213 #13eaa2 #a213ea

Analogous Colors of #eaa213

#eaa213 #c7ea13 #ea3713

Monochromatic Colors of #eaa213

#eaa213

Complementary Color

#eaa213 #135bea

#eaa213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa213 Color CSS Codes

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

#eaa213 Text Font Color

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

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


#eaa213 Background Color

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

This div background color is #eaa213


#eaa213 Border Color

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

This div border color is #eaa213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa213


Comments

No comments written yet.

Please login to write comment.