Color Hex Logo

#eedc0a Color Hex

#EEDC0A
(238,220,10)
0 Favorites   0 Comments

Color spaces of #eedc0a

RGB 23822010
HSL0.150.920.49
HSV55°96°93°
CMYK 0.000.080.96   0.07
XYZ60.907969.385510.4697
Yxy69.38550.43270.4929
Hunter Lab83.2980-15.251350.8564
CIE-Lab86.6946-11.578585.4331

#eedc0a color RGB value is (238,220,10).

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

The process color (four color CMYK) of #eedc0a color hex is 0.00, 0.08, 0.96, 0.07. Web safe color of #eedc0a is #ffcc00. Color #eedc0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00001010
Octal 356 334 12
Decimal 238 220 10
Hex EE DC A

RGB Percentages of Color #eedc0a

%50.85
%47.01
%2.14

CMYK Percentages of Color #eedc0a

%0
%8
%96
%7

Triadic Colors of #eedc0a

#eedc0a #0aeedc #dc0aee

Analogous Colors of #eedc0a

#eedc0a #8eee0a #ee6a0a

Monochromatic Colors of #eedc0a

#eedc0a

Complementary Color

#eedc0a #0a1cee

#eedc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc0a Color CSS Codes

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

#eedc0a Text Font Color

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

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


#eedc0a Background Color

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

This div background color is #eedc0a


#eedc0a Border Color

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

This div border color is #eedc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc0a


Comments

No comments written yet.

Please login to write comment.