COLOR #E5D38C

HEX: #E5D38C RGB: (229,211,140)

Color info

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

RGB color model

#E5D38C color RGB value is (229,211,140).

RGB: (229,211,140) (90%, 83%, 55%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 140 of 255 = 55%

229
211
140

R + G + B ~ 76%. #E5D38C is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 211 + 140 = 580 (100%)
R 229 of 580 ~ 39.48%
G 211 of 580 ~ 36.38%
B 140 of 580 ~ 24.14'%

%39.48
%36.38
%24.14

CMYK color model

#E5D38C color CMYK value is (0,8,39,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 38.86%
  • key color value is 10.20%

CMYK: (0,8,39,10)
C0M8Y39K10 (0%, 8%, 39%, 10%)
(0.00 / 0.08 / 0.39 / 0.10)

CMYK percentages

%0
%7.86
%38.86
%10.2

Codes

Color #E5D38C in popluar color models

E5 D3 8C
RGB 229 211 140
HSL 48° 63.12% 72.35%
HSB/HSV 48° 38.86% 89.80%
CMYK 0.00% 7.86% 38.86%
10.20%

Color #E5D38C in popluar number systems.

HEX E5 D3 8C
Decimal 229 211 140
Binary 11100101 11010011 10001100
Octal 345 323 214

Shades and tints

Shades of #E5D38C

#E5D38C
(229,211,140)
#D1C080
(209,192,128)
#BDAD74
(189,173,116)
#A99A68
(169,154,104)
#95875C
(149,135,92)
#817450
(129,116,80)
#6D6144
(109,97,68)
#594E38
(89,78,56)
#453B2C
(69,59,44)
#312820
(49,40,32)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5D38C

#E5D38C
(229,211,140)
#E7D796
(231,215,150)
#E9DBA0
(233,219,160)
#EBDFAA
(235,223,170)
#EDE3B4
(237,227,180)
#EFE7BE
(239,231,190)
#F1EBC8
(241,235,200)
#F3EFD2
(243,239,210)
#F5F3DC
(245,243,220)
#F7F7E6
(247,247,230)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D38C color. Also use rgb(229,211,140) instead hex code.

Text Font Color

.myTextColor { color: #E5D38C; }

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

This text font color is #E5D38C.

Background Color

.myBgColor { background-color: #E5D38C; }

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

This div background color is #E5D38C.

Border color

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

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

This div border color is #E5D38C.

Opacity

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

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

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

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

This text has shadow with #E5D38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D38C.

Preview

Color preview on black background

This text has color #E5D38C on black background.


Color preview on white background

This text has color #E5D38C on white background.


Black color preview on #E5D38C background

This text has black color on #E5D38C background.


White color preview on #E5D38C background

This text has white color on #E5D38C background.


Related colors

Complementary color

Complementary color for #hex is #1A2C73.


I love getcolorcode.com

Triadic colors

1 #8CE5D3 and #D38CE5 with #E5D38C are triadic colors.

2 #8CD3E5 and #D3E58C with #E5D38C are triadic colors.