COLOR #E0DD16

HEX: #E0DD16
RGB: (224,221,22)

Color info

#E0DD16 contains mainly red and green colors. Web safe color of #E0DD16 is #CCCC00 (or #CC0).

RGB color model

#E0DD16 color RGB value is (224,221,22).

  • red value is 224;
  • green value is 221;
  • blue value is 22.
RGB:
(224,221,22)
(88%,87%,9%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 22 of 255 = 9%

224
221
22

R + G + B ~ 61%. #E0DD16 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 22 = 467 (100%)
R 224 of 467 ~ 47.97%
G 221 of 467 ~ 47.32%
B 22 of 467 ~ 4.71%

%47.97
%47.32

CMYK color model

#E0DD16 color CMYK value is (0,1,90,12).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 90.18%
  • key color value is 12.16%
CMYK:
(0,1,90,12)
C0M1Y90K12 
(0%,1%,90%,12%)
(0.00/0.01/0.90/0.12)	

CMYK percentages

%0
%1.34
%90.18
%12.16

Codes

Color #E0DD16 in popluar color models

E0DD16
RGB22422122
HSL59°82.11%48.24%
HSB/HSV59°90.18%87.84%
CMYK0.00%1.34%90.18%
12.16%

Color #E0DD16 in popluar number systems.

HEXE0DD16
Decimal22422122
Binary111000001101110110110
Octal34033526

Shades and tints

Shades of #E0DD16

#E0DD16
(224,221,22)
#CCC914
(204,201,20)
#B8B512
(184,181,18)
#A4A110
(164,161,16)
#908D0E
(144,141,14)
#7C790C
(124,121,12)
#68650A
(104,101,10)
#545108
(84,81,8)
#403D06
(64,61,6)
#2C2904
(44,41,4)
#181502
(24,21,2)
#000000
(0,0,0)

Tints of #E0DD16

#E0DD16
(224,221,22)
#E2E02B
(226,224,43)
#E4E340
(228,227,64)
#E6E655
(230,230,85)
#E8E96A
(232,233,106)
#EAEC7F
(234,236,127)
#ECEF94
(236,239,148)
#EEF2A9
(238,242,169)
#F0F5BE
(240,245,190)
#F2F8D3
(242,248,211)
#F4FBE8
(244,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DD16 color. Also use rgb(224,221,22) instead hex code.

Text Font Color

.myTextColor { color: #E0DD16; }

<p style="color:#E0DD16">This sample text font color is #E0DD16.</p>

This text font color is #E0DD16.


Background Color

.myBgColor { background-color: #E0DD16; }

<div style="background-color:#E0DD16">Inner text</div>

This div background color is #E0DD16.


Border color

.myBorderColor { border: 1px solid #E0DD16; }

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

This div border color is #E0DD16.


Opacity

.myOpacity80 { color: #E0DD16; opacity: 0.8; }

<p style="color:#E0DD16;opacity:0.8;">80%</p>

Text with #E0DD16 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E0DD16;}

<p style="text-shadow: 3px 3px 1px #E0DD16">Text here.</p>

This text has shadow with #E0DD16 color.

.textShadow {text-shadow: 3px 3px 1px #E0DD16, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E0DD16, 5px 5px 20px red">Text here.</p>

This text has shadow with #E0DD16 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0DD16, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E0DD16, Direction=45, Strength=4)">Text</p>

This text has shadow with #E0DD16 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E0DD16;
  -webkit-box-shadow:	1px 1px 3px 2px #E0DD16;
  box-shadow:		1px 1px 3px 2px #E0DD16;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0DD16;
-webkit-box-shadow: 1px 1px 3px 2px #E0DD16;
box-shadow:1px 1px 3px 2px #E0DD16;">
Div content here</div>
This div box has shadow with color #E0DD16.

Preview

Color preview on black background

This text has color #E0DD16 on black background.


Color preview on white background

This text has color #E0DD16 on white background.



Black color preview on #E0DD16 background

This text has black color on #E0DD16 background.


White color preview on #E0DD16 background

This text has white color on #E0DD16 background.