COLOR #E0EC9A

HEX: #E0EC9A RGB: (224,236,154)

Color info

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

RGB color model

#E0EC9A color RGB value is (224,236,154).

RGB: (224,236,154) (88%, 93%, 60%)

RGB channels and saturation

R 224 of 255 = 88%
G 236 of 255 = 93%
B 154 of 255 = 60%

224
236
154

R + G + B ~ 80%. #E0EC9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 236 + 154 = 614 (100%)
R 224 of 614 ~ 36.48%
G 236 of 614 ~ 38.44%
B 154 of 614 ~ 25.08'%

%36.48
%38.44
%25.08

CMYK color model

#E0EC9A color CMYK value is (5,0,35,7).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 7.45%

CMYK: (5,0,35,7)
C5M0Y35K7 (5%, 0%, 35%, 7%)
(0.05 / 0.00 / 0.35 / 0.07)

CMYK percentages

%5.08
%0
%34.75
%7.45

Codes

Color #E0EC9A in popluar color models

E0 EC 9A
RGB 224 236 154
HSL 69° 68.33% 76.47%
HSB/HSV 69° 34.75% 92.55%
CMYK 5.08% 0.00% 34.75%
7.45%

Color #E0EC9A in popluar number systems.

HEX E0 EC 9A
Decimal 224 236 154
Binary 11100000 11101100 10011010
Octal 340 354 232

Shades and tints

Shades of #E0EC9A

#E0EC9A
(224,236,154)
#CCD78C
(204,215,140)
#B8C27E
(184,194,126)
#A4AD70
(164,173,112)
#909862
(144,152,98)
#7C8354
(124,131,84)
#686E46
(104,110,70)
#545938
(84,89,56)
#40442A
(64,68,42)
#2C2F1C
(44,47,28)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #E0EC9A

#E0EC9A
(224,236,154)
#E2EDA3
(226,237,163)
#E4EEAC
(228,238,172)
#E6EFB5
(230,239,181)
#E8F0BE
(232,240,190)
#EAF1C7
(234,241,199)
#ECF2D0
(236,242,208)
#EEF3D9
(238,243,217)
#F0F4E2
(240,244,226)
#F2F5EB
(242,245,235)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EC9A color. Also use rgb(224,236,154) instead hex code.

Text Font Color

.myTextColor { color: #E0EC9A; }

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

This text font color is #E0EC9A.

Background Color

.myBgColor { background-color: #E0EC9A; }

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

This div background color is #E0EC9A.

Border color

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

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

This div border color is #E0EC9A.

Opacity

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

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

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

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

This text has shadow with #E0EC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EC9A.

Preview

Color preview on black background

This text has color #E0EC9A on black background.


Color preview on white background

This text has color #E0EC9A on white background.


Black color preview on #E0EC9A background

This text has black color on #E0EC9A background.


White color preview on #E0EC9A background

This text has white color on #E0EC9A background.


Related colors

Complementary color

Complementary color for #hex is #1F1365.


I love getcolorcode.com

Triadic colors

1 #9AE0EC and #EC9AE0 with #E0EC9A are triadic colors.

2 #9AECE0 and #ECE09A with #E0EC9A are triadic colors.