Color Hex Logo

#eaa242 Color Hex

#EAA242
(234,162,66)
0 Favorites   0 Comments

Color spaces of #eaa242

RGB 23416266
HSL0.100.800.59
HSV34°72°92°
CMYK 0.000.310.72   0.08
XYZ47.835443.726411.0731
Yxy43.72640.46610.4260
Hunter Lab66.125913.406236.3598
CIE-Lab72.045218.211258.4481

#eaa242 color RGB value is (234,162,66).

#eaa242 hex color red value is 234, green value is 162 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #eaa242 hue: 0.10 , saturation: 0.80 and the lightness value of eaa242 is 0.59.

The process color (four color CMYK) of #eaa242 color hex is 0.00, 0.31, 0.72, 0.08. Web safe color of #eaa242 is #ff9933. Color #eaa242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 01000010
Octal 352 242 102
Decimal 234 162 66
Hex EA A2 42

RGB Percentages of Color #eaa242

%50.65
%35.06
%14.29

CMYK Percentages of Color #eaa242

%0
%31
%72
%8

Triadic Colors of #eaa242

#eaa242 #42eaa2 #a242ea

Analogous Colors of #eaa242

#eaa242 #deea42 #ea4e42

Monochromatic Colors of #eaa242

#eaa242

Complementary Color

#eaa242 #428aea

#eaa242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa242 Color CSS Codes

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

#eaa242 Text Font Color

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

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


#eaa242 Background Color

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

This div background color is #eaa242


#eaa242 Border Color

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

This div border color is #eaa242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa242


Comments

No comments written yet.

Please login to write comment.