COLOR #E5DCA5

HEX: #E5DCA5 RGB: (229,220,165)

Color info

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

RGB color model

#E5DCA5 color RGB value is (229,220,165).

RGB: (229,220,165) (90%, 86%, 65%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 165 of 255 = 65%

229
220
165

R + G + B ~ 80%. #E5DCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 220 + 165 = 614 (100%)
R 229 of 614 ~ 37.3%
G 220 of 614 ~ 35.83%
B 165 of 614 ~ 26.87'%

%37.3
%35.83
%26.87

CMYK color model

#E5DCA5 color CMYK value is (0,4,28,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 27.95%
  • key color value is 10.20%

CMYK: (0,4,28,10)
C0M4Y28K10 (0%, 4%, 28%, 10%)
(0.00 / 0.04 / 0.28 / 0.10)

CMYK percentages

%0
%3.93
%27.95
%10.2

Codes

Color #E5DCA5 in popluar color models

E5 DC A5
RGB 229 220 165
HSL 52° 55.17% 77.25%
HSB/HSV 52° 27.95% 89.80%
CMYK 0.00% 3.93% 27.95%
10.20%

Color #E5DCA5 in popluar number systems.

HEX E5 DC A5
Decimal 229 220 165
Binary 11100101 11011100 10100101
Octal 345 334 245

Shades and tints

Shades of #E5DCA5

#E5DCA5
(229,220,165)
#D1C896
(209,200,150)
#BDB487
(189,180,135)
#A9A078
(169,160,120)
#958C69
(149,140,105)
#81785A
(129,120,90)
#6D644B
(109,100,75)
#59503C
(89,80,60)
#453C2D
(69,60,45)
#31281E
(49,40,30)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #E5DCA5

#E5DCA5
(229,220,165)
#E7DFAD
(231,223,173)
#E9E2B5
(233,226,181)
#EBE5BD
(235,229,189)
#EDE8C5
(237,232,197)
#EFEBCD
(239,235,205)
#F1EED5
(241,238,213)
#F3F1DD
(243,241,221)
#F5F4E5
(245,244,229)
#F7F7ED
(247,247,237)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCA5; }

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

This text font color is #E5DCA5.

Background Color

.myBgColor { background-color: #E5DCA5; }

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

This div background color is #E5DCA5.

Border color

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

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

This div border color is #E5DCA5.

Opacity

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

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

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

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

This text has shadow with #E5DCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DCA5.

Preview

Color preview on black background

This text has color #E5DCA5 on black background.


Color preview on white background

This text has color #E5DCA5 on white background.


Black color preview on #E5DCA5 background

This text has black color on #E5DCA5 background.


White color preview on #E5DCA5 background

This text has white color on #E5DCA5 background.


Related colors

Complementary color

Complementary color for #hex is #1A235A.


I love getcolorcode.com

Triadic colors

1 #A5E5DC and #DCA5E5 with #E5DCA5 are triadic colors.

2 #A5DCE5 and #DCE5A5 with #E5DCA5 are triadic colors.