COLOR #E1F063

HEX: #E1F063
RGB: (225,240,99)

Color info

#E1F063 contains mainly red and green colors. Web safe color of #E1F063 is #CCFF66 (or #CF6).

RGB color model

#E1F063 color RGB value is (225,240,99).

  • red value is 225;
  • green value is 240;
  • blue value is 99.
RGB:
(225,240,99)
(88%,94%,39%)

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 99 of 255 = 39%

225
240
99

R + G + B ~ 74%. #E1F063 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 240 + 99 = 564 (100%)
R 225 of 564 ~ 39.89%
G 240 of 564 ~ 42.55%
B 99 of 564 ~ 17.55%

%39.89
%42.55
%17.55

CMYK color model

#E1F063 color CMYK value is (6,0,59,6).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 5.88%
CMYK:
(6,0,59,6)
C6M0Y59K6 
(6%,0%,59%,6%)
(0.06/0.00/0.59/0.06)	

CMYK percentages

%6.25
%0
%58.75
%5.88

Codes

Color #E1F063 in popluar color models

E1F063
RGB22524099
HSL66°82.46%66.47%
HSB/HSV66°58.75%94.12%
CMYK6.25%0.00%58.75%
5.88%

Color #E1F063 in popluar number systems.

HEXE1F063
Decimal22524099
Binary11100001111100001100011
Octal341360143

Shades and tints

Shades of #E1F063

#E1F063
(225,240,99)
#CDDB5A
(205,219,90)
#B9C651
(185,198,81)
#A5B148
(165,177,72)
#919C3F
(145,156,63)
#7D8736
(125,135,54)
#69722D
(105,114,45)
#555D24
(85,93,36)
#41481B
(65,72,27)
#2D3312
(45,51,18)
#191E09
(25,30,9)
#000000
(0,0,0)

Tints of #E1F063

#E1F063
(225,240,99)
#E3F171
(227,241,113)
#E5F27F
(229,242,127)
#E7F38D
(231,243,141)
#E9F49B
(233,244,155)
#EBF5A9
(235,245,169)
#EDF6B7
(237,246,183)
#EFF7C5
(239,247,197)
#F1F8D3
(241,248,211)
#F3F9E1
(243,249,225)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F063 color. Also use rgb(225,240,99) instead hex code.

Text Font Color

.myTextColor { color: #E1F063; }

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

This text font color is #E1F063.


Background Color

.myBgColor { background-color: #E1F063; }

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

This div background color is #E1F063.


Border color

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

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

This div border color is #E1F063.


Opacity

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

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

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

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

This text has shadow with #E1F063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F063 on black background.


Color preview on white background

This text has color #E1F063 on white background.



Black color preview on #E1F063 background

This text has black color on #E1F063 background.


White color preview on #E1F063 background

This text has white color on #E1F063 background.