COLOR #E5D79B

HEX: #E5D79B
RGB: (229,215,155)

Color info

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

RGB color model

#E5D79B color RGB value is (229,215,155).

  • red value is 229;
  • green value is 215;
  • blue value is 155.
RGB:
(229,215,155)
(90%,84%,61%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 155 of 255 = 61%

229
215
155

R + G + B ~ 78%. #E5D79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 215 + 155 = 599 (100%)
R 229 of 599 ~ 38.23%
G 215 of 599 ~ 35.89%
B 155 of 599 ~ 25.88%

%38.23
%35.89
%25.88

CMYK color model

#E5D79B color CMYK value is (0,6,32,10).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 32.31%
  • key color value is 10.20%
CMYK:
(0,6,32,10)
C0M6Y32K10 
(0%,6%,32%,10%)
(0.00/0.06/0.32/0.10)	

CMYK percentages

%0
%6.11
%32.31
%10.2

Codes

Color #E5D79B in popluar color models

E5D79B
RGB229215155
HSL49°58.73%75.29%
HSB/HSV49°32.31%89.80%
CMYK0.00%6.11%32.31%
10.20%

Color #E5D79B in popluar number systems.

HEXE5D79B
Decimal229215155
Binary111001011101011110011011
Octal345327233

Shades and tints

Shades of #E5D79B

#E5D79B
(229,215,155)
#D1C48D
(209,196,141)
#BDB17F
(189,177,127)
#A99E71
(169,158,113)
#958B63
(149,139,99)
#817855
(129,120,85)
#6D6547
(109,101,71)
#595239
(89,82,57)
#453F2B
(69,63,43)
#312C1D
(49,44,29)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #E5D79B

#E5D79B
(229,215,155)
#E7DAA4
(231,218,164)
#E9DDAD
(233,221,173)
#EBE0B6
(235,224,182)
#EDE3BF
(237,227,191)
#EFE6C8
(239,230,200)
#F1E9D1
(241,233,209)
#F3ECDA
(243,236,218)
#F5EFE3
(245,239,227)
#F7F2EC
(247,242,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D79B color. Also use rgb(229,215,155) instead hex code.

Text Font Color

.myTextColor { color: #E5D79B; }

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

This text font color is #E5D79B.


Background Color

.myBgColor { background-color: #E5D79B; }

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

This div background color is #E5D79B.


Border color

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

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

This div border color is #E5D79B.


Opacity

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

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

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

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

This text has shadow with #E5D79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D79B on black background.


Color preview on white background

This text has color #E5D79B on white background.



Black color preview on #E5D79B background

This text has black color on #E5D79B background.


White color preview on #E5D79B background

This text has white color on #E5D79B background.