COLOR #E5EDA4

HEX: #E5EDA4
RGB: (229,237,164)

Color info

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

RGB color model

#E5EDA4 color RGB value is (229,237,164).

  • red value is 229;
  • green value is 237;
  • blue value is 164.
RGB:
(229,237,164)
(90%,93%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 164 of 255 = 64%

229
237
164

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

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 164 = 630 (100%)
R 229 of 630 ~ 36.35%
G 237 of 630 ~ 37.62%
B 164 of 630 ~ 26.03%

%36.35
%37.62
%26.03

CMYK color model

#E5EDA4 color CMYK value is (3,0,31,7).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(3,0,31,7)
C3M0Y31K7 
(3%,0%,31%,7%)
(0.03/0.00/0.31/0.07)	

CMYK percentages

%3.38
%0
%30.8
%7.06

Codes

Color #E5EDA4 in popluar color models

E5EDA4
RGB229237164
HSL67°66.97%78.63%
HSB/HSV67°30.80%92.94%
CMYK3.38%0.00%30.80%
7.06%

Color #E5EDA4 in popluar number systems.

HEXE5EDA4
Decimal229237164
Binary111001011110110110100100
Octal345355244

Shades and tints

Shades of #E5EDA4

#E5EDA4
(229,237,164)
#D1D896
(209,216,150)
#BDC388
(189,195,136)
#A9AE7A
(169,174,122)
#95996C
(149,153,108)
#81845E
(129,132,94)
#6D6F50
(109,111,80)
#595A42
(89,90,66)
#454534
(69,69,52)
#313026
(49,48,38)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #E5EDA4

#E5EDA4
(229,237,164)
#E7EEAC
(231,238,172)
#E9EFB4
(233,239,180)
#EBF0BC
(235,240,188)
#EDF1C4
(237,241,196)
#EFF2CC
(239,242,204)
#F1F3D4
(241,243,212)
#F3F4DC
(243,244,220)
#F5F5E4
(245,245,228)
#F7F6EC
(247,246,236)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EDA4 color. Also use rgb(229,237,164) instead hex code.

Text Font Color

.myTextColor { color: #E5EDA4; }

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

This text font color is #E5EDA4.


Background Color

.myBgColor { background-color: #E5EDA4; }

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

This div background color is #E5EDA4.


Border color

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

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

This div border color is #E5EDA4.


Opacity

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

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

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

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

This text has shadow with #E5EDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDA4 on black background.


Color preview on white background

This text has color #E5EDA4 on white background.



Black color preview on #E5EDA4 background

This text has black color on #E5EDA4 background.


White color preview on #E5EDA4 background

This text has white color on #E5EDA4 background.