COLOR #E0ED97

HEX: #E0ED97
RGB: (224,237,151)

Color info

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

RGB color model

#E0ED97 color RGB value is (224,237,151).

  • red value is 224;
  • green value is 237;
  • blue value is 151.
RGB:
(224,237,151)
(88%,93%,59%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 151 of 255 = 59%

224
237
151

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

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 151 = 612 (100%)
R 224 of 612 ~ 36.6%
G 237 of 612 ~ 38.73%
B 151 of 612 ~ 24.67%

%36.6
%38.73
%24.67

CMYK color model

#E0ED97 color CMYK value is (5,0,36,7).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 36.29%
  • key color value is 7.06%
CMYK:
(5,0,36,7)
C5M0Y36K7 
(5%,0%,36%,7%)
(0.05/0.00/0.36/0.07)	

CMYK percentages

%5.49
%0
%36.29
%7.06

Codes

Color #E0ED97 in popluar color models

E0ED97
RGB224237151
HSL69°70.49%76.08%
HSB/HSV69°36.29%92.94%
CMYK5.49%0.00%36.29%
7.06%

Color #E0ED97 in popluar number systems.

HEXE0ED97
Decimal224237151
Binary111000001110110110010111
Octal340355227

Shades and tints

Shades of #E0ED97

#E0ED97
(224,237,151)
#CCD88A
(204,216,138)
#B8C37D
(184,195,125)
#A4AE70
(164,174,112)
#909963
(144,153,99)
#7C8456
(124,132,86)
#686F49
(104,111,73)
#545A3C
(84,90,60)
#40452F
(64,69,47)
#2C3022
(44,48,34)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #E0ED97

#E0ED97
(224,237,151)
#E2EEA0
(226,238,160)
#E4EFA9
(228,239,169)
#E6F0B2
(230,240,178)
#E8F1BB
(232,241,187)
#EAF2C4
(234,242,196)
#ECF3CD
(236,243,205)
#EEF4D6
(238,244,214)
#F0F5DF
(240,245,223)
#F2F6E8
(242,246,232)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ED97 color. Also use rgb(224,237,151) instead hex code.

Text Font Color

.myTextColor { color: #E0ED97; }

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

This text font color is #E0ED97.


Background Color

.myBgColor { background-color: #E0ED97; }

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

This div background color is #E0ED97.


Border color

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

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

This div border color is #E0ED97.


Opacity

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

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

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

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

This text has shadow with #E0ED97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ED97 on black background.


Color preview on white background

This text has color #E0ED97 on white background.



Black color preview on #E0ED97 background

This text has black color on #E0ED97 background.


White color preview on #E0ED97 background

This text has white color on #E0ED97 background.