COLOR #E6DD1A

HEX: #E6DD1A RGB: (230,221,26)

Color info

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

RGB color model

#E6DD1A color RGB value is (230,221,26).

RGB: (230,221,26) (90%, 87%, 10%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 26 of 255 = 10%

230
221
26

R + G + B ~ 62%. #E6DD1A is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 26 = 477 (100%)
R 230 of 477 ~ 48.22%
G 221 of 477 ~ 46.33%
B 26 of 477 ~ 5.45'%

%48.22
%46.33

CMYK color model

#E6DD1A color CMYK value is (0,4,89,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 88.70%
  • key color value is 9.80%

CMYK: (0,4,89,10)
C0M4Y89K10 (0%, 4%, 89%, 10%)
(0.00 / 0.04 / 0.89 / 0.10)

CMYK percentages

%0
%3.91
%88.7
%9.8

Codes

Color #E6DD1A in popluar color models

E6 DD 1A
RGB 230 221 26
HSL 57° 80.31% 50.20%
HSB/HSV 57° 88.70% 90.20%
CMYK 0.00% 3.91% 88.70%
9.80%

Color #E6DD1A in popluar number systems.

HEX E6 DD 1A
Decimal 230 221 26
Binary 11100110 11011101 11010
Octal 346 335 32

Shades and tints

Shades of #E6DD1A

#E6DD1A
(230,221,26)
#D2C918
(210,201,24)
#BEB516
(190,181,22)
#AAA114
(170,161,20)
#968D12
(150,141,18)
#827910
(130,121,16)
#6E650E
(110,101,14)
#5A510C
(90,81,12)
#463D0A
(70,61,10)
#322908
(50,41,8)
#1E1506
(30,21,6)
#000000
(0,0,0)

Tints of #E6DD1A

#E6DD1A
(230,221,26)
#E8E02E
(232,224,46)
#EAE342
(234,227,66)
#ECE656
(236,230,86)
#EEE96A
(238,233,106)
#F0EC7E
(240,236,126)
#F2EF92
(242,239,146)
#F4F2A6
(244,242,166)
#F6F5BA
(246,245,186)
#F8F8CE
(248,248,206)
#FAFBE2
(250,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DD1A; }

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

This text font color is #E6DD1A.

Background Color

.myBgColor { background-color: #E6DD1A; }

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

This div background color is #E6DD1A.

Border color

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

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

This div border color is #E6DD1A.

Opacity

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

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

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

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

This text has shadow with #E6DD1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DD1A.

Preview

Color preview on black background

This text has color #E6DD1A on black background.


Color preview on white background

This text has color #E6DD1A on white background.


Black color preview on #E6DD1A background

This text has black color on #E6DD1A background.


White color preview on #E6DD1A background

This text has white color on #E6DD1A background.


Related colors

Complementary color

Complementary color for #hex is #1922E5.


I love getcolorcode.com

Triadic colors

1 #1AE6DD and #DD1AE6 with #E6DD1A are triadic colors.

2 #1ADDE6 and #DDE61A with #E6DD1A are triadic colors.