COLOR #E9EDB4

HEX: #E9EDB4
RGB: (233,237,180)

Color info

#E9EDB4 contains red, green and blue colors in about the same proportion. Web safe color of #E9EDB4 is #FFFFCC (or #FFC).

RGB color model

#E9EDB4 color RGB value is (233,237,180).

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

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 180 of 255 = 71%

233
237
180

R + G + B ~ 85%. #E9EDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 180 = 650 (100%)
R 233 of 650 ~ 35.85%
G 237 of 650 ~ 36.46%
B 180 of 650 ~ 27.69%

%35.85
%36.46
%27.69

CMYK color model

#E9EDB4 color CMYK value is (2,0,24,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(2,0,24,7)
C2M0Y24K7 
(2%,0%,24%,7%)
(0.02/0.00/0.24/0.07)	

CMYK percentages

%1.69
%0
%24.05
%7.06

Codes

Color #E9EDB4 in popluar color models

E9EDB4
RGB233237180
HSL64°61.29%81.76%
HSB/HSV64°24.05%92.94%
CMYK1.69%0.00%24.05%
7.06%

Color #E9EDB4 in popluar number systems.

HEXE9EDB4
Decimal233237180
Binary111010011110110110110100
Octal351355264

Shades and tints

Shades of #E9EDB4

#E9EDB4
(233,237,180)
#D4D8A4
(212,216,164)
#BFC394
(191,195,148)
#AAAE84
(170,174,132)
#959974
(149,153,116)
#808464
(128,132,100)
#6B6F54
(107,111,84)
#565A44
(86,90,68)
#414534
(65,69,52)
#2C3024
(44,48,36)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #E9EDB4

#E9EDB4
(233,237,180)
#EBEEBA
(235,238,186)
#EDEFC0
(237,239,192)
#EFF0C6
(239,240,198)
#F1F1CC
(241,241,204)
#F3F2D2
(243,242,210)
#F5F3D8
(245,243,216)
#F7F4DE
(247,244,222)
#F9F5E4
(249,245,228)
#FBF6EA
(251,246,234)
#FDF7F0
(253,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDB4; }

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

This text font color is #E9EDB4.


Background Color

.myBgColor { background-color: #E9EDB4; }

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

This div background color is #E9EDB4.


Border color

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

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

This div border color is #E9EDB4.


Opacity

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

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

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

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

This text has shadow with #E9EDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDB4 on black background.


Color preview on white background

This text has color #E9EDB4 on white background.



Black color preview on #E9EDB4 background

This text has black color on #E9EDB4 background.


White color preview on #E9EDB4 background

This text has white color on #E9EDB4 background.