COLOR #E1FA3B

HEX: #E1FA3B
RGB: (225,250,59)

Color info

#E1FA3B contains mainly red and green colors. Web safe color of #E1FA3B is #CCFF33 (or #CF3).

RGB color model

#E1FA3B color RGB value is (225,250,59).

  • red value is 225;
  • green value is 250;
  • blue value is 59.
RGB:
(225,250,59)
(88%,98%,23%)

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 59 of 255 = 23%

225
250
59

R + G + B ~ 70%. #E1FA3B is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 59 = 534 (100%)
R 225 of 534 ~ 42.13%
G 250 of 534 ~ 46.82%
B 59 of 534 ~ 11.05%

%42.13
%46.82
%11.05

CMYK color model

#E1FA3B color CMYK value is (10,0,76,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 76.40%
  • key color value is 1.96%
CMYK:
(10,0,76,2)
C10M0Y76K2 
(10%,0%,76%,2%)
(0.10/0.00/0.76/0.02)	

CMYK percentages

%10
%0
%76.4
%1.96

Codes

Color #E1FA3B in popluar color models

E1FA3B
RGB22525059
HSL68°95.02%60.59%
HSB/HSV68°76.40%98.04%
CMYK10.00%0.00%76.40%
1.96%

Color #E1FA3B in popluar number systems.

HEXE1FA3B
Decimal22525059
Binary1110000111111010111011
Octal34137273

Shades and tints

Shades of #E1FA3B

#E1FA3B
(225,250,59)
#CDE436
(205,228,54)
#B9CE31
(185,206,49)
#A5B82C
(165,184,44)
#91A227
(145,162,39)
#7D8C22
(125,140,34)
#69761D
(105,118,29)
#556018
(85,96,24)
#414A13
(65,74,19)
#2D340E
(45,52,14)
#191E09
(25,30,9)
#000000
(0,0,0)

Tints of #E1FA3B

#E1FA3B
(225,250,59)
#E3FA4C
(227,250,76)
#E5FA5D
(229,250,93)
#E7FA6E
(231,250,110)
#E9FA7F
(233,250,127)
#EBFA90
(235,250,144)
#EDFAA1
(237,250,161)
#EFFAB2
(239,250,178)
#F1FAC3
(241,250,195)
#F3FAD4
(243,250,212)
#F5FAE5
(245,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FA3B color. Also use rgb(225,250,59) instead hex code.

Text Font Color

.myTextColor { color: #E1FA3B; }

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

This text font color is #E1FA3B.


Background Color

.myBgColor { background-color: #E1FA3B; }

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

This div background color is #E1FA3B.


Border color

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

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

This div border color is #E1FA3B.


Opacity

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

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

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

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

This text has shadow with #E1FA3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FA3B on black background.


Color preview on white background

This text has color #E1FA3B on white background.



Black color preview on #E1FA3B background

This text has black color on #E1FA3B background.


White color preview on #E1FA3B background

This text has white color on #E1FA3B background.