COLOR #E0F299

HEX: #E0F299 RGB: (224,242,153)

Color info

#E0F299 contains mainly red and green colors. Web safe color of #E0F299 is #CCFF99 (or #CF9).

RGB color model

#E0F299 color RGB value is (224,242,153).

RGB: (224,242,153) (88%, 95%, 60%)

RGB channels and saturation

R 224 of 255 = 88%
G 242 of 255 = 95%
B 153 of 255 = 60%

224
242
153

R + G + B ~ 81%. #E0F299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 242 + 153 = 619 (100%)
R 224 of 619 ~ 36.19%
G 242 of 619 ~ 39.1%
B 153 of 619 ~ 24.72'%

%36.19
%39.1
%24.72

CMYK color model

#E0F299 color CMYK value is (7,0,37,5).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 5.10%

CMYK: (7,0,37,5)
C7M0Y37K5 (7%, 0%, 37%, 5%)
(0.07 / 0.00 / 0.37 / 0.05)

CMYK percentages

%7.44
%0
%36.78
%5.1

Codes

Color #E0F299 in popluar color models

E0 F2 99
RGB 224 242 153
HSL 72° 77.39% 77.45%
HSB/HSV 72° 36.78% 94.90%
CMYK 7.44% 0.00% 36.78%
5.10%

Color #E0F299 in popluar number systems.

HEX E0 F2 99
Decimal 224 242 153
Binary 11100000 11110010 10011001
Octal 340 362 231

Shades and tints

Shades of #E0F299

#E0F299
(224,242,153)
#CCDC8C
(204,220,140)
#B8C67F
(184,198,127)
#A4B072
(164,176,114)
#909A65
(144,154,101)
#7C8458
(124,132,88)
#686E4B
(104,110,75)
#54583E
(84,88,62)
#404231
(64,66,49)
#2C2C24
(44,44,36)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #E0F299

#E0F299
(224,242,153)
#E2F3A2
(226,243,162)
#E4F4AB
(228,244,171)
#E6F5B4
(230,245,180)
#E8F6BD
(232,246,189)
#EAF7C6
(234,247,198)
#ECF8CF
(236,248,207)
#EEF9D8
(238,249,216)
#F0FAE1
(240,250,225)
#F2FBEA
(242,251,234)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F299 color. Also use rgb(224,242,153) instead hex code.

Text Font Color

.myTextColor { color: #E0F299; }

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

This text font color is #E0F299.

Background Color

.myBgColor { background-color: #E0F299; }

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

This div background color is #E0F299.

Border color

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

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

This div border color is #E0F299.

Opacity

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

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

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

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

This text has shadow with #E0F299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F299.

Preview

Color preview on black background

This text has color #E0F299 on black background.


Color preview on white background

This text has color #E0F299 on white background.


Black color preview on #E0F299 background

This text has black color on #E0F299 background.


White color preview on #E0F299 background

This text has white color on #E0F299 background.


Related colors

Complementary color

Complementary color for #hex is #1F0D66.


I love getcolorcode.com

Triadic colors

1 #99E0F2 and #F299E0 with #E0F299 are triadic colors.

2 #99F2E0 and #F2E099 with #E0F299 are triadic colors.