Color Hex Logo

#eaa229 Color Hex

#EAA229
(234,162,41)
0 Favorites   0 Comments

Color spaces of #eaa229

RGB 23416241
HSL0.100.820.54
HSV38°82°92°
CMYK 0.000.310.82   0.08
XYZ47.252343.49328.0024
Yxy43.49320.47850.4404
Hunter Lab65.949412.482738.9702
CIE-Lab71.888417.264467.7564

#eaa229 color RGB value is (234,162,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00101001
Octal 352 242 51
Decimal 234 162 41
Hex EA A2 29

RGB Percentages of Color #eaa229

%53.55
%37.07
%9.38

CMYK Percentages of Color #eaa229

%0
%31
%82
%8

Triadic Colors of #eaa229

#eaa229 #29eaa2 #a229ea

Analogous Colors of #eaa229

#eaa229 #d2ea29 #ea4229

Monochromatic Colors of #eaa229

#eaa229

Complementary Color

#eaa229 #2971ea

#eaa229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa229 Color CSS Codes

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

#eaa229 Text Font Color

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

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


#eaa229 Background Color

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

This div background color is #eaa229


#eaa229 Border Color

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

This div border color is #eaa229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa229


Comments

No comments written yet.

Please login to write comment.