Color Hex Logo

#eaad55 Color Hex

#EAAD55
(234,173,85)
0 Favorites   0 Comments

Color spaces of #eaad55

RGB 23417385
HSL0.100.780.63
HSV35°64°92°
CMYK 0.000.260.64   0.08
XYZ50.514948.035415.2037
Yxy48.03540.44410.4223
Hunter Lab69.30768.811735.5091
CIE-Lab74.847313.425152.8740

#eaad55 color RGB value is (234,173,85).

#eaad55 hex color red value is 234, green value is 173 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eaad55 hue: 0.10 , saturation: 0.78 and the lightness value of eaad55 is 0.63.

The process color (four color CMYK) of #eaad55 color hex is 0.00, 0.26, 0.64, 0.08. Web safe color of #eaad55 is #ff9966. Color #eaad55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 01010101
Octal 352 255 125
Decimal 234 173 85
Hex EA AD 55

RGB Percentages of Color #eaad55

%47.56
%35.16
%17.28

CMYK Percentages of Color #eaad55

%0
%26
%64
%8

Triadic Colors of #eaad55

#eaad55 #55eaad #ad55ea

Analogous Colors of #eaad55

#eaad55 #ddea55 #ea6355

Monochromatic Colors of #eaad55

#eaad55

Complementary Color

#eaad55 #5592ea

#eaad55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad55 Color CSS Codes

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

#eaad55 Text Font Color

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

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


#eaad55 Background Color

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

This div background color is #eaad55


#eaad55 Border Color

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

This div border color is #eaad55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad55


Comments

No comments written yet.

Please login to write comment.