COLOR #ECDD15

HEX: #ECDD15
RGB: (236,221,21)

Color info

#ECDD15 contains mainly red and green colors. Web safe color of #ECDD15 is #FFCC00 (or #FC0).

RGB color model

#ECDD15 color RGB value is (236,221,21).

  • red value is 236;
  • green value is 221;
  • blue value is 21.
RGB:
(236,221,21)
(93%,87%,8%)

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 21 of 255 = 8%

236
221
21

R + G + B ~ 63%. #ECDD15 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 21 = 478 (100%)
R 236 of 478 ~ 49.37%
G 221 of 478 ~ 46.23%
B 21 of 478 ~ 4.39%

%49.37
%46.23

CMYK color model

#ECDD15 color CMYK value is (0,6,91,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 91.10%
  • key color value is 7.45%
CMYK:
(0,6,91,7)
C0M6Y91K7 
(0%,6%,91%,7%)
(0.00/0.06/0.91/0.07)	

CMYK percentages

%0
%6.36
%91.1
%7.45

Codes

Color #ECDD15 in popluar color models

ECDD15
RGB23622121
HSL56°84.98%50.39%
HSB/HSV56°91.10%92.55%
CMYK0.00%6.36%91.10%
7.45%

Color #ECDD15 in popluar number systems.

HEXECDD15
Decimal23622121
Binary111011001101110110101
Octal35433525

Shades and tints

Shades of #ECDD15

#ECDD15
(236,221,21)
#D7C914
(215,201,20)
#C2B513
(194,181,19)
#ADA112
(173,161,18)
#988D11
(152,141,17)
#837910
(131,121,16)
#6E650F
(110,101,15)
#59510E
(89,81,14)
#443D0D
(68,61,13)
#2F290C
(47,41,12)
#1A150B
(26,21,11)
#000000
(0,0,0)

Tints of #ECDD15

#ECDD15
(236,221,21)
#EDE02A
(237,224,42)
#EEE33F
(238,227,63)
#EFE654
(239,230,84)
#F0E969
(240,233,105)
#F1EC7E
(241,236,126)
#F2EF93
(242,239,147)
#F3F2A8
(243,242,168)
#F4F5BD
(244,245,189)
#F5F8D2
(245,248,210)
#F6FBE7
(246,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDD15 color. Also use rgb(236,221,21) instead hex code.

Text Font Color

.myTextColor { color: #ECDD15; }

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

This text font color is #ECDD15.


Background Color

.myBgColor { background-color: #ECDD15; }

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

This div background color is #ECDD15.


Border color

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

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

This div border color is #ECDD15.


Opacity

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

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

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

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

This text has shadow with #ECDD15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDD15 on black background.


Color preview on white background

This text has color #ECDD15 on white background.



Black color preview on #ECDD15 background

This text has black color on #ECDD15 background.


White color preview on #ECDD15 background

This text has white color on #ECDD15 background.