COLOR #E5D1A5

HEX: #E5D1A5
RGB: (229,209,165)

Color info

#E5D1A5 contains mainly red and green colors. Web safe color of #E5D1A5 is #CCCC99 (or #CC9).

RGB color model

#E5D1A5 color RGB value is (229,209,165).

  • red value is 229;
  • green value is 209;
  • blue value is 165.
RGB:
(229,209,165)
(90%,82%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 209 of 255 = 82%
B 165 of 255 = 65%

229
209
165

R + G + B ~ 79%. #E5D1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 209 + 165 = 603 (100%)
R 229 of 603 ~ 37.98%
G 209 of 603 ~ 34.66%
B 165 of 603 ~ 27.36%

%37.98
%34.66
%27.36

CMYK color model

#E5D1A5 color CMYK value is (0,9,28,10).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 27.95%
  • key color value is 10.20%
CMYK:
(0,9,28,10)
C0M9Y28K10 
(0%,9%,28%,10%)
(0.00/0.09/0.28/0.10)	

CMYK percentages

%0
%8.73
%27.95
%10.2

Codes

Color #E5D1A5 in popluar color models

E5D1A5
RGB229209165
HSL41°55.17%77.25%
HSB/HSV41°27.95%89.80%
CMYK0.00%8.73%27.95%
10.20%

Color #E5D1A5 in popluar number systems.

HEXE5D1A5
Decimal229209165
Binary111001011101000110100101
Octal345321245

Shades and tints

Shades of #E5D1A5

#E5D1A5
(229,209,165)
#D1BE96
(209,190,150)
#BDAB87
(189,171,135)
#A99878
(169,152,120)
#958569
(149,133,105)
#81725A
(129,114,90)
#6D5F4B
(109,95,75)
#594C3C
(89,76,60)
#45392D
(69,57,45)
#31261E
(49,38,30)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #E5D1A5

#E5D1A5
(229,209,165)
#E7D5AD
(231,213,173)
#E9D9B5
(233,217,181)
#EBDDBD
(235,221,189)
#EDE1C5
(237,225,197)
#EFE5CD
(239,229,205)
#F1E9D5
(241,233,213)
#F3EDDD
(243,237,221)
#F5F1E5
(245,241,229)
#F7F5ED
(247,245,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D1A5 color. Also use rgb(229,209,165) instead hex code.

Text Font Color

.myTextColor { color: #E5D1A5; }

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

This text font color is #E5D1A5.


Background Color

.myBgColor { background-color: #E5D1A5; }

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

This div background color is #E5D1A5.


Border color

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

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

This div border color is #E5D1A5.


Opacity

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

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

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

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

This text has shadow with #E5D1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D1A5 on black background.


Color preview on white background

This text has color #E5D1A5 on white background.



Black color preview on #E5D1A5 background

This text has black color on #E5D1A5 background.


White color preview on #E5D1A5 background

This text has white color on #E5D1A5 background.