COLOR #E6DD13

HEX: #E6DD13
RGB: (230,221,19)

Color info

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

RGB color model

#E6DD13 color RGB value is (230,221,19).

  • red value is 230;
  • green value is 221;
  • blue value is 19.
RGB:
(230,221,19)
(90%,87%,7%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 19 of 255 = 7%

230
221
19

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 19 = 470 (100%)
R 230 of 470 ~ 48.94%
G 221 of 470 ~ 47.02%
B 19 of 470 ~ 4.04%

%48.94
%47.02

CMYK color model

#E6DD13 color CMYK value is (0,4,92,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 91.74%
  • key color value is 9.80%
CMYK:
(0,4,92,10)
C0M4Y92K10 
(0%,4%,92%,10%)
(0.00/0.04/0.92/0.10)	

CMYK percentages

%0
%3.91
%91.74
%9.8

Codes

Color #E6DD13 in popluar color models

E6DD13
RGB23022119
HSL57°84.74%48.82%
HSB/HSV57°91.74%90.20%
CMYK0.00%3.91%91.74%
9.80%

Color #E6DD13 in popluar number systems.

HEXE6DD13
Decimal23022119
Binary111001101101110110011
Octal34633523

Shades and tints

Shades of #E6DD13

#E6DD13
(230,221,19)
#D2C912
(210,201,18)
#BEB511
(190,181,17)
#AAA110
(170,161,16)
#968D0F
(150,141,15)
#82790E
(130,121,14)
#6E650D
(110,101,13)
#5A510C
(90,81,12)
#463D0B
(70,61,11)
#32290A
(50,41,10)
#1E1509
(30,21,9)
#000000
(0,0,0)

Tints of #E6DD13

#E6DD13
(230,221,19)
#E8E028
(232,224,40)
#EAE33D
(234,227,61)
#ECE652
(236,230,82)
#EEE967
(238,233,103)
#F0EC7C
(240,236,124)
#F2EF91
(242,239,145)
#F4F2A6
(244,242,166)
#F6F5BB
(246,245,187)
#F8F8D0
(248,248,208)
#FAFBE5
(250,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DD13 color. Also use rgb(230,221,19) instead hex code.

Text Font Color

.myTextColor { color: #E6DD13; }

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

This text font color is #E6DD13.


Background Color

.myBgColor { background-color: #E6DD13; }

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

This div background color is #E6DD13.


Border color

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

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

This div border color is #E6DD13.


Opacity

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

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

Text with #E6DD13 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 #E6DD13;}

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

This text has shadow with #E6DD13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DD13 on black background.


Color preview on white background

This text has color #E6DD13 on white background.



Black color preview on #E6DD13 background

This text has black color on #E6DD13 background.


White color preview on #E6DD13 background

This text has white color on #E6DD13 background.