COLOR #E9EDA0

HEX: #E9EDA0
RGB: (233,237,160)

Color info

#E9EDA0 contains mainly red and green colors. Web safe color of #E9EDA0 is #FFFF99 (or #FF9).

RGB color model

#E9EDA0 color RGB value is (233,237,160).

  • red value is 233;
  • green value is 237;
  • blue value is 160.
RGB:
(233,237,160)
(91%,93%,63%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 160 of 255 = 63%

233
237
160

R + G + B ~ 82%. #E9EDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 160 = 630 (100%)
R 233 of 630 ~ 36.98%
G 237 of 630 ~ 37.62%
B 160 of 630 ~ 25.4%

%36.98
%37.62
%25.4

CMYK color model

#E9EDA0 color CMYK value is (2,0,32,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 32.49%
  • key color value is 7.06%
CMYK:
(2,0,32,7)
C2M0Y32K7 
(2%,0%,32%,7%)
(0.02/0.00/0.32/0.07)	

CMYK percentages

%1.69
%0
%32.49
%7.06

Codes

Color #E9EDA0 in popluar color models

E9EDA0
RGB233237160
HSL63°68.14%77.84%
HSB/HSV63°32.49%92.94%
CMYK1.69%0.00%32.49%
7.06%

Color #E9EDA0 in popluar number systems.

HEXE9EDA0
Decimal233237160
Binary111010011110110110100000
Octal351355240

Shades and tints

Shades of #E9EDA0

#E9EDA0
(233,237,160)
#D4D892
(212,216,146)
#BFC384
(191,195,132)
#AAAE76
(170,174,118)
#959968
(149,153,104)
#80845A
(128,132,90)
#6B6F4C
(107,111,76)
#565A3E
(86,90,62)
#414530
(65,69,48)
#2C3022
(44,48,34)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #E9EDA0

#E9EDA0
(233,237,160)
#EBEEA8
(235,238,168)
#EDEFB0
(237,239,176)
#EFF0B8
(239,240,184)
#F1F1C0
(241,241,192)
#F3F2C8
(243,242,200)
#F5F3D0
(245,243,208)
#F7F4D8
(247,244,216)
#F9F5E0
(249,245,224)
#FBF6E8
(251,246,232)
#FDF7F0
(253,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EDA0 color. Also use rgb(233,237,160) instead hex code.

Text Font Color

.myTextColor { color: #E9EDA0; }

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

This text font color is #E9EDA0.


Background Color

.myBgColor { background-color: #E9EDA0; }

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

This div background color is #E9EDA0.


Border color

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

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

This div border color is #E9EDA0.


Opacity

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

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

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

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

This text has shadow with #E9EDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDA0 on black background.


Color preview on white background

This text has color #E9EDA0 on white background.



Black color preview on #E9EDA0 background

This text has black color on #E9EDA0 background.


White color preview on #E9EDA0 background

This text has white color on #E9EDA0 background.