COLOR #ECD40B

HEX: #ECD40B
RGB: (236,212,11)

Color info

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

RGB color model

#ECD40B color RGB value is (236,212,11).

  • red value is 236;
  • green value is 212;
  • blue value is 11.
RGB:
(236,212,11)
(93%,83%,4%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 11 of 255 = 4%

236
212
11

R + G + B ~ 60%. #ECD40B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 11 = 459 (100%)
R 236 of 459 ~ 51.42%
G 212 of 459 ~ 46.19%
B 11 of 459 ~ 2.4%

%51.42
%46.19

CMYK color model

#ECD40B color CMYK value is (0,10,95,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 95.34%
  • key color value is 7.45%
CMYK:
(0,10,95,7)
C0M10Y95K7 
(0%,10%,95%,7%)
(0.00/0.10/0.95/0.07)	

CMYK percentages

%0
%10.17
%95.34
%7.45

Codes

Color #ECD40B in popluar color models

ECD40B
RGB23621211
HSL54°91.09%48.43%
HSB/HSV54°95.34%92.55%
CMYK0.00%10.17%95.34%
7.45%

Color #ECD40B in popluar number systems.

HEXECD40B
Decimal23621211
Binary11101100110101001011
Octal35432413

Shades and tints

Shades of #ECD40B

#ECD40B
(236,212,11)
#D7C10A
(215,193,10)
#C2AE09
(194,174,9)
#AD9B08
(173,155,8)
#988807
(152,136,7)
#837506
(131,117,6)
#6E6205
(110,98,5)
#594F04
(89,79,4)
#443C03
(68,60,3)
#2F2902
(47,41,2)
#1A1601
(26,22,1)
#000000
(0,0,0)

Tints of #ECD40B

#ECD40B
(236,212,11)
#EDD721
(237,215,33)
#EEDA37
(238,218,55)
#EFDD4D
(239,221,77)
#F0E063
(240,224,99)
#F1E379
(241,227,121)
#F2E68F
(242,230,143)
#F3E9A5
(243,233,165)
#F4ECBB
(244,236,187)
#F5EFD1
(245,239,209)
#F6F2E7
(246,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD40B color. Also use rgb(236,212,11) instead hex code.

Text Font Color

.myTextColor { color: #ECD40B; }

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

This text font color is #ECD40B.


Background Color

.myBgColor { background-color: #ECD40B; }

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

This div background color is #ECD40B.


Border color

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

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

This div border color is #ECD40B.


Opacity

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

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

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

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

This text has shadow with #ECD40B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD40B on black background.


Color preview on white background

This text has color #ECD40B on white background.



Black color preview on #ECD40B background

This text has black color on #ECD40B background.


White color preview on #ECD40B background

This text has white color on #ECD40B background.