Color Hex Logo

#eed049 Color Hex

#EED049
(238,208,73)
0 Favorites   0 Comments

Color spaces of #eed049

RGB 23820873
HSL0.140.830.61
HSV49°69°93°
CMYK 0.000.130.69   0.07
XYZ59.018463.769915.5016
Yxy63.76990.42680.4611
Hunter Lab79.8561-7.825944.3899
CIE-Lab83.8458-3.803867.7155

#eed049 color RGB value is (238,208,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 01001001
Octal 356 320 111
Decimal 238 208 73
Hex EE D0 49

RGB Percentages of Color #eed049

%45.86
%40.08
%14.07

CMYK Percentages of Color #eed049

%0
%13
%69
%7

Triadic Colors of #eed049

#eed049 #49eed0 #d049ee

Analogous Colors of #eed049

#eed049 #baee49 #ee7e49

Monochromatic Colors of #eed049

#eed049

Complementary Color

#eed049 #4967ee

#eed049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed049 Color CSS Codes

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

#eed049 Text Font Color

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

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


#eed049 Background Color

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

This div background color is #eed049


#eed049 Border Color

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

This div border color is #eed049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed049


Comments

No comments written yet.

Please login to write comment.