Color Hex Logo

#eaa829 Color Hex

#EAA829
(234,168,41)
0 Favorites   0 Comments

Color spaces of #eaa829

RGB 23416841
HSL0.110.820.54
HSV39°82°92°
CMYK 0.000.280.82   0.08
XYZ48.334645.65788.3631
Yxy45.65780.47220.4461
Hunter Lab67.57069.436239.9612
CIE-Lab73.322914.082668.9894

#eaa829 color RGB value is (234,168,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 00101001
Octal 352 250 51
Decimal 234 168 41
Hex EA A8 29

RGB Percentages of Color #eaa829

%52.82
%37.92
%9.26

CMYK Percentages of Color #eaa829

%0
%28
%82
%8

Triadic Colors of #eaa829

#eaa829 #29eaa8 #a829ea

Analogous Colors of #eaa829

#eaa829 #ccea29 #ea4829

Monochromatic Colors of #eaa829

#eaa829

Complementary Color

#eaa829 #296bea

#eaa829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa829 Color CSS Codes

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

#eaa829 Text Font Color

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

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


#eaa829 Background Color

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

This div background color is #eaa829


#eaa829 Border Color

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

This div border color is #eaa829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa829


Comments

No comments written yet.

Please login to write comment.