COLOR #E1D796

HEX: #E1D796
RGB: (225,215,150)

Color info

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

RGB color model

#E1D796 color RGB value is (225,215,150).

  • red value is 225;
  • green value is 215;
  • blue value is 150.
RGB:
(225,215,150)
(88%,84%,59%)

RGB channels and saturation

R 225 of 255 = 88%
G 215 of 255 = 84%
B 150 of 255 = 59%

225
215
150

R + G + B ~ 77%. #E1D796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 215 + 150 = 590 (100%)
R 225 of 590 ~ 38.14%
G 215 of 590 ~ 36.44%
B 150 of 590 ~ 25.42%

%38.14
%36.44
%25.42

CMYK color model

#E1D796 color CMYK value is (0,4,33,12).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 33.33%
  • key color value is 11.76%
CMYK:
(0,4,33,12)
C0M4Y33K12 
(0%,4%,33%,12%)
(0.00/0.04/0.33/0.12)	

CMYK percentages

%0
%4.44
%33.33
%11.76

Codes

Color #E1D796 in popluar color models

E1D796
RGB225215150
HSL52°55.56%73.53%
HSB/HSV52°33.33%88.24%
CMYK0.00%4.44%33.33%
11.76%

Color #E1D796 in popluar number systems.

HEXE1D796
Decimal225215150
Binary111000011101011110010110
Octal341327226

Shades and tints

Shades of #E1D796

#E1D796
(225,215,150)
#CDC489
(205,196,137)
#B9B17C
(185,177,124)
#A59E6F
(165,158,111)
#918B62
(145,139,98)
#7D7855
(125,120,85)
#696548
(105,101,72)
#55523B
(85,82,59)
#413F2E
(65,63,46)
#2D2C21
(45,44,33)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #E1D796

#E1D796
(225,215,150)
#E3DA9F
(227,218,159)
#E5DDA8
(229,221,168)
#E7E0B1
(231,224,177)
#E9E3BA
(233,227,186)
#EBE6C3
(235,230,195)
#EDE9CC
(237,233,204)
#EFECD5
(239,236,213)
#F1EFDE
(241,239,222)
#F3F2E7
(243,242,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D796 color. Also use rgb(225,215,150) instead hex code.

Text Font Color

.myTextColor { color: #E1D796; }

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

This text font color is #E1D796.


Background Color

.myBgColor { background-color: #E1D796; }

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

This div background color is #E1D796.


Border color

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

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

This div border color is #E1D796.


Opacity

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

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

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

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

This text has shadow with #E1D796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D796 on black background.


Color preview on white background

This text has color #E1D796 on white background.



Black color preview on #E1D796 background

This text has black color on #E1D796 background.


White color preview on #E1D796 background

This text has white color on #E1D796 background.