Color Hex Logo

#eedc4a Color Hex

#EEDC4A
(238,220,74)
0 Favorites   0 Comments

Color spaces of #eedc4a

RGB 23822074
HSL0.150.830.61
HSV53°69°93°
CMYK 0.000.080.69   0.07
XYZ62.089169.858016.6901
Yxy69.85800.41770.4700
Hunter Lab83.5811-13.666346.6673
CIE-Lab86.9272-9.812270.4247

#eedc4a color RGB value is (238,220,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01001010
Octal 356 334 112
Decimal 238 220 74
Hex EE DC 4A

RGB Percentages of Color #eedc4a

%44.74
%41.35
%13.91

CMYK Percentages of Color #eedc4a

%0
%8
%69
%7

Triadic Colors of #eedc4a

#eedc4a #4aeedc #dc4aee

Analogous Colors of #eedc4a

#eedc4a #aeee4a #ee8a4a

Monochromatic Colors of #eedc4a

#eedc4a

Complementary Color

#eedc4a #4a5cee

#eedc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc4a Color CSS Codes

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

#eedc4a Text Font Color

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

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


#eedc4a Background Color

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

This div background color is #eedc4a


#eedc4a Border Color

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

This div border color is #eedc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc4a


Comments

No comments written yet.

Please login to write comment.