COLOR #ECFC0C

HEX: #ECFC0C
RGB: (236,252,12)

Color info

#ECFC0C contains mainly red and green colors. Web safe color of #ECFC0C is #FFFF00 (or #FF0).

RGB color model

#ECFC0C color RGB value is (236,252,12).

  • red value is 236;
  • green value is 252;
  • blue value is 12.
RGB:
(236,252,12)
(93%,99%,5%)

RGB channels and saturation

R 236 of 255 = 93%
G 252 of 255 = 99%
B 12 of 255 = 5%

236
252
12

R + G + B ~ 66%. #ECFC0C is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 252 + 12 = 500 (100%)
R 236 of 500 ~ 47.2%
G 252 of 500 ~ 50.4%
B 12 of 500 ~ 2.4%

%47.2
%50.4

CMYK color model

#ECFC0C color CMYK value is (6,0,95,1).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 1.18%
CMYK:
(6,0,95,1)
C6M0Y95K1 
(6%,0%,95%,1%)
(0.06/0.00/0.95/0.01)	

CMYK percentages

%6.35
%0
%95.24
%1.18

Codes

Color #ECFC0C in popluar color models

ECFC0C
RGB23625212
HSL64°97.56%51.76%
HSB/HSV64°95.24%98.82%
CMYK6.35%0.00%95.24%
1.18%

Color #ECFC0C in popluar number systems.

HEXECFC0C
Decimal23625212
Binary11101100111111001100
Octal35437414

Shades and tints

Shades of #ECFC0C

#ECFC0C
(236,252,12)
#D7E60B
(215,230,11)
#C2D00A
(194,208,10)
#ADBA09
(173,186,9)
#98A408
(152,164,8)
#838E07
(131,142,7)
#6E7806
(110,120,6)
#596205
(89,98,5)
#444C04
(68,76,4)
#2F3603
(47,54,3)
#1A2002
(26,32,2)
#000000
(0,0,0)

Tints of #ECFC0C

#ECFC0C
(236,252,12)
#EDFC22
(237,252,34)
#EEFC38
(238,252,56)
#EFFC4E
(239,252,78)
#F0FC64
(240,252,100)
#F1FC7A
(241,252,122)
#F2FC90
(242,252,144)
#F3FCA6
(243,252,166)
#F4FCBC
(244,252,188)
#F5FCD2
(245,252,210)
#F6FCE8
(246,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFC0C color. Also use rgb(236,252,12) instead hex code.

Text Font Color

.myTextColor { color: #ECFC0C; }

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

This text font color is #ECFC0C.


Background Color

.myBgColor { background-color: #ECFC0C; }

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

This div background color is #ECFC0C.


Border color

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

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

This div border color is #ECFC0C.


Opacity

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

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

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

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

This text has shadow with #ECFC0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFC0C on black background.


Color preview on white background

This text has color #ECFC0C on white background.



Black color preview on #ECFC0C background

This text has black color on #ECFC0C background.


White color preview on #ECFC0C background

This text has white color on #ECFC0C background.