COLOR #E2FC0D

HEX: #E2FC0D
RGB: (226,252,13)

Color info

#E2FC0D contains mainly red and green colors. Web safe color of #E2FC0D is #CCFF00 (or #CF0).

RGB color model

#E2FC0D color RGB value is (226,252,13).

  • red value is 226;
  • green value is 252;
  • blue value is 13.
RGB:
(226,252,13)
(89%,99%,5%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 13 of 255 = 5%

226
252
13

R + G + B ~ 64%. #E2FC0D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 13 = 491 (100%)
R 226 of 491 ~ 46.03%
G 252 of 491 ~ 51.32%
B 13 of 491 ~ 2.65%

%46.03
%51.32

CMYK color model

#E2FC0D color CMYK value is (10,0,95,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 94.84%
  • key color value is 1.18%
CMYK:
(10,0,95,1)
C10M0Y95K1 
(10%,0%,95%,1%)
(0.10/0.00/0.95/0.01)	

CMYK percentages

%10.32
%0
%94.84
%1.18

Codes

Color #E2FC0D in popluar color models

E2FC0D
RGB22625213
HSL67°97.55%51.96%
HSB/HSV67°94.84%98.82%
CMYK10.32%0.00%94.84%
1.18%

Color #E2FC0D in popluar number systems.

HEXE2FC0D
Decimal22625213
Binary11100010111111001101
Octal34237415

Shades and tints

Shades of #E2FC0D

#E2FC0D
(226,252,13)
#CEE60C
(206,230,12)
#BAD00B
(186,208,11)
#A6BA0A
(166,186,10)
#92A409
(146,164,9)
#7E8E08
(126,142,8)
#6A7807
(106,120,7)
#566206
(86,98,6)
#424C05
(66,76,5)
#2E3604
(46,54,4)
#1A2003
(26,32,3)
#000000
(0,0,0)

Tints of #E2FC0D

#E2FC0D
(226,252,13)
#E4FC23
(228,252,35)
#E6FC39
(230,252,57)
#E8FC4F
(232,252,79)
#EAFC65
(234,252,101)
#ECFC7B
(236,252,123)
#EEFC91
(238,252,145)
#F0FCA7
(240,252,167)
#F2FCBD
(242,252,189)
#F4FCD3
(244,252,211)
#F6FCE9
(246,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FC0D color. Also use rgb(226,252,13) instead hex code.

Text Font Color

.myTextColor { color: #E2FC0D; }

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

This text font color is #E2FC0D.


Background Color

.myBgColor { background-color: #E2FC0D; }

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

This div background color is #E2FC0D.


Border color

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

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

This div border color is #E2FC0D.


Opacity

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

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

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

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

This text has shadow with #E2FC0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FC0D on black background.


Color preview on white background

This text has color #E2FC0D on white background.



Black color preview on #E2FC0D background

This text has black color on #E2FC0D background.


White color preview on #E2FC0D background

This text has white color on #E2FC0D background.