COLOR #E8EDA5

HEX: #E8EDA5 RGB: (232,237,165)

Color info

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

RGB color model

#E8EDA5 color RGB value is (232,237,165).

RGB: (232,237,165) (91%, 93%, 65%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 165 of 255 = 65%

232
237
165

R + G + B ~ 83%. #E8EDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 165 = 634 (100%)
R 232 of 634 ~ 36.59%
G 237 of 634 ~ 37.38%
B 165 of 634 ~ 26.03'%

%36.59
%37.38
%26.03

CMYK color model

#E8EDA5 color CMYK value is (2,0,30,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 7.06%

CMYK: (2,0,30,7)
C2M0Y30K7 (2%, 0%, 30%, 7%)
(0.02 / 0.00 / 0.30 / 0.07)

CMYK percentages

%2.11
%0
%30.38
%7.06

Codes

Color #E8EDA5 in popluar color models

E8 ED A5
RGB 232 237 165
HSL 64° 66.67% 78.82%
HSB/HSV 64° 30.38% 92.94%
CMYK 2.11% 0.00% 30.38%
7.06%

Color #E8EDA5 in popluar number systems.

HEX E8 ED A5
Decimal 232 237 165
Binary 11101000 11101101 10100101
Octal 350 355 245

Shades and tints

Shades of #E8EDA5

#E8EDA5
(232,237,165)
#D3D896
(211,216,150)
#BEC387
(190,195,135)
#A9AE78
(169,174,120)
#949969
(148,153,105)
#7F845A
(127,132,90)
#6A6F4B
(106,111,75)
#555A3C
(85,90,60)
#40452D
(64,69,45)
#2B301E
(43,48,30)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #E8EDA5

#E8EDA5
(232,237,165)
#EAEEAD
(234,238,173)
#ECEFB5
(236,239,181)
#EEF0BD
(238,240,189)
#F0F1C5
(240,241,197)
#F2F2CD
(242,242,205)
#F4F3D5
(244,243,213)
#F6F4DD
(246,244,221)
#F8F5E5
(248,245,229)
#FAF6ED
(250,246,237)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EDA5 color. Also use rgb(232,237,165) instead hex code.

Text Font Color

.myTextColor { color: #E8EDA5; }

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

This text font color is #E8EDA5.

Background Color

.myBgColor { background-color: #E8EDA5; }

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

This div background color is #E8EDA5.

Border color

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

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

This div border color is #E8EDA5.

Opacity

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

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

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

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

This text has shadow with #E8EDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDA5.

Preview

Color preview on black background

This text has color #E8EDA5 on black background.


Color preview on white background

This text has color #E8EDA5 on white background.


Black color preview on #E8EDA5 background

This text has black color on #E8EDA5 background.


White color preview on #E8EDA5 background

This text has white color on #E8EDA5 background.


Related colors

Complementary color

Complementary color for #hex is #17125A.


I love getcolorcode.com

Triadic colors

1 #A5E8ED and #EDA5E8 with #E8EDA5 are triadic colors.

2 #A5EDE8 and #EDE8A5 with #E8EDA5 are triadic colors.