color codes Logo

#eedc2c color codes

#EEDC2C
(238,220,44)
0 Favorites   0 Comments

Color spaces of #eedc2c

RGB 23822044
HSL0.150.850.55
HSV54°82°93°
CMYK 0.000.080.82   0.07
XYZ61.307769.545412.5752
Yxy69.54540.42740.4849
Hunter Lab83.3939-14.713649.4352
CIE-Lab86.7734-10.977179.7979

#eedc2c color RGB value is (238,220,44).

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

The process color (four color CMYK) of #eedc2c color code is 0.00, 0.08, 0.82, 0.07. Web safe color of #eedc2c is #ffcc33. Color #eedc2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00101100
Octal 356 334 54
Decimal 238 220 44
Hex EE DC 2C

RGB Percentages of Color #eedc2c

%47.41
%43.82
%8.76

CMYK Percentages of Color #eedc2c

%0
%8
%82
%7

Triadic Colors of #eedc2c

#eedc2c #2ceedc #dc2cee

Analogous Colors of #eedc2c

#eedc2c #9fee2c #ee7b2c

Monochromatic Colors of #eedc2c

#eedc2c

Complementary Color

#eedc2c #2c3eee

#eedc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc2c Color CSS Codes

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

#eedc2c Text Font Color

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

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


#eedc2c Background Color

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

This div background color is #eedc2c


#eedc2c Border Color

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

This div border color is #eedc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc2c


Comments

No comments written yet.

Please login to write comment.