Color Hex Logo

#eead49 Color Hex

#EEAD49
(238,173,73)
0 Favorites   0 Comments

Color spaces of #eead49

RGB 23817373
HSL0.100.830.61
HSV36°69°93°
CMYK 0.000.270.69   0.07
XYZ51.406148.545312.9641
Yxy48.54530.45530.4299
Hunter Lab69.67459.767737.7402
CIE-Lab75.167614.412358.7940

#eead49 color RGB value is (238,173,73).

#eead49 hex color red value is 238, green value is 173 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eead49 hue: 0.10 , saturation: 0.83 and the lightness value of eead49 is 0.61.

The process color (four color CMYK) of #eead49 color hex is 0.00, 0.27, 0.69, 0.07. Web safe color of #eead49 is #ff9933. Color #eead49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01001001
Octal 356 255 111
Decimal 238 173 73
Hex EE AD 49

RGB Percentages of Color #eead49

%49.17
%35.74
%15.08

CMYK Percentages of Color #eead49

%0
%27
%69
%7

Triadic Colors of #eead49

#eead49 #49eead #ad49ee

Analogous Colors of #eead49

#eead49 #ddee49 #ee5b49

Monochromatic Colors of #eead49

#eead49

Complementary Color

#eead49 #498aee

#eead49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead49 Color CSS Codes

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

#eead49 Text Font Color

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

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


#eead49 Background Color

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

This div background color is #eead49


#eead49 Border Color

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

This div border color is #eead49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead49


Comments

No comments written yet.

Please login to write comment.