COLOR #E0EF9F

HEX: #E0EF9F RGB: (224,239,159)

Color info

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

RGB color model

#E0EF9F color RGB value is (224,239,159).

RGB: (224,239,159) (88%, 94%, 62%)

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 159 of 255 = 62%

224
239
159

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

Portions of RGB colors in percentages

R + G + B = 224 + 239 + 159 = 622 (100%)
R 224 of 622 ~ 36.01%
G 239 of 622 ~ 38.42%
B 159 of 622 ~ 25.56'%

%36.01
%38.42
%25.56

CMYK color model

#E0EF9F color CMYK value is (6,0,33,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 6.27%

CMYK: (6,0,33,6)
C6M0Y33K6 (6%, 0%, 33%, 6%)
(0.06 / 0.00 / 0.33 / 0.06)

CMYK percentages

%6.28
%0
%33.47
%6.27

Codes

Color #E0EF9F in popluar color models

E0 EF 9F
RGB 224 239 159
HSL 71° 71.43% 78.04%
HSB/HSV 71° 33.47% 93.73%
CMYK 6.28% 0.00% 33.47%
6.27%

Color #E0EF9F in popluar number systems.

HEX E0 EF 9F
Decimal 224 239 159
Binary 11100000 11101111 10011111
Octal 340 357 237

Shades and tints

Shades of #E0EF9F

#E0EF9F
(224,239,159)
#CCDA91
(204,218,145)
#B8C583
(184,197,131)
#A4B075
(164,176,117)
#909B67
(144,155,103)
#7C8659
(124,134,89)
#68714B
(104,113,75)
#545C3D
(84,92,61)
#40472F
(64,71,47)
#2C3221
(44,50,33)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #E0EF9F

#E0EF9F
(224,239,159)
#E2F0A7
(226,240,167)
#E4F1AF
(228,241,175)
#E6F2B7
(230,242,183)
#E8F3BF
(232,243,191)
#EAF4C7
(234,244,199)
#ECF5CF
(236,245,207)
#EEF6D7
(238,246,215)
#F0F7DF
(240,247,223)
#F2F8E7
(242,248,231)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EF9F color. Also use rgb(224,239,159) instead hex code.

Text Font Color

.myTextColor { color: #E0EF9F; }

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

This text font color is #E0EF9F.

Background Color

.myBgColor { background-color: #E0EF9F; }

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

This div background color is #E0EF9F.

Border color

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

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

This div border color is #E0EF9F.

Opacity

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

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

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

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

This text has shadow with #E0EF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EF9F.

Preview

Color preview on black background

This text has color #E0EF9F on black background.


Color preview on white background

This text has color #E0EF9F on white background.


Black color preview on #E0EF9F background

This text has black color on #E0EF9F background.


White color preview on #E0EF9F background

This text has white color on #E0EF9F background.


Related colors

Complementary color

Complementary color for #hex is #1F1060.


I love getcolorcode.com

Triadic colors

1 #9FE0EF and #EF9FE0 with #E0EF9F are triadic colors.

2 #9FEFE0 and #EFE09F with #E0EF9F are triadic colors.