Color Hex Logo

#eee049 Color Hex

#EEE049
(238,224,73)
0 Favorites   0 Comments

Color spaces of #eee049

RGB 23822473
HSL0.150.830.61
HSV55°69°93°
CMYK 0.000.060.69   0.07
XYZ63.118171.969516.8681
Yxy71.96950.41540.4736
Hunter Lab84.8348-15.654947.5955
CIE-Lab87.9539-11.854271.8158

#eee049 color RGB value is (238,224,73).

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

The process color (four color CMYK) of #eee049 color hex is 0.00, 0.06, 0.69, 0.07. Web safe color of #eee049 is #ffcc33. Color #eee049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01001001
Octal 356 340 111
Decimal 238 224 73
Hex EE E0 49

RGB Percentages of Color #eee049

%44.49
%41.87
%13.64

CMYK Percentages of Color #eee049

%0
%6
%69
%7

Triadic Colors of #eee049

#eee049 #49eee0 #e049ee

Analogous Colors of #eee049

#eee049 #aaee49 #ee8e49

Monochromatic Colors of #eee049

#eee049

Complementary Color

#eee049 #4957ee

#eee049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee049 Color CSS Codes

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

#eee049 Text Font Color

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

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


#eee049 Background Color

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

This div background color is #eee049


#eee049 Border Color

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

This div border color is #eee049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee049


Comments

No comments written yet.

Please login to write comment.