COLOR #E2D3A5

HEX: #E2D3A5
RGB: (226,211,165)

Color info

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

RGB color model

#E2D3A5 color RGB value is (226,211,165).

  • red value is 226;
  • green value is 211;
  • blue value is 165.
RGB:
(226,211,165)
(89%,83%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 165 of 255 = 65%

226
211
165

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

Portions of RGB colors in percentages

R + G + B =
226 + 211 + 165 = 602 (100%)
R 226 of 602 ~ 37.54%
G 211 of 602 ~ 35.05%
B 165 of 602 ~ 27.41%

%37.54
%35.05
%27.41

CMYK color model

#E2D3A5 color CMYK value is (0,7,27,11).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 26.99%
  • key color value is 11.37%
CMYK:
(0,7,27,11)
C0M7Y27K11 
(0%,7%,27%,11%)
(0.00/0.07/0.27/0.11)	

CMYK percentages

%0
%6.64
%26.99
%11.37

Codes

Color #E2D3A5 in popluar color models

E2D3A5
RGB226211165
HSL45°51.26%76.67%
HSB/HSV45°26.99%88.63%
CMYK0.00%6.64%26.99%
11.37%

Color #E2D3A5 in popluar number systems.

HEXE2D3A5
Decimal226211165
Binary111000101101001110100101
Octal342323245

Shades and tints

Shades of #E2D3A5

#E2D3A5
(226,211,165)
#CEC096
(206,192,150)
#BAAD87
(186,173,135)
#A69A78
(166,154,120)
#928769
(146,135,105)
#7E745A
(126,116,90)
#6A614B
(106,97,75)
#564E3C
(86,78,60)
#423B2D
(66,59,45)
#2E281E
(46,40,30)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #E2D3A5

#E2D3A5
(226,211,165)
#E4D7AD
(228,215,173)
#E6DBB5
(230,219,181)
#E8DFBD
(232,223,189)
#EAE3C5
(234,227,197)
#ECE7CD
(236,231,205)
#EEEBD5
(238,235,213)
#F0EFDD
(240,239,221)
#F2F3E5
(242,243,229)
#F4F7ED
(244,247,237)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D3A5 color. Also use rgb(226,211,165) instead hex code.

Text Font Color

.myTextColor { color: #E2D3A5; }

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

This text font color is #E2D3A5.


Background Color

.myBgColor { background-color: #E2D3A5; }

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

This div background color is #E2D3A5.


Border color

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

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

This div border color is #E2D3A5.


Opacity

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

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

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

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

This text has shadow with #E2D3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D3A5 on black background.


Color preview on white background

This text has color #E2D3A5 on white background.



Black color preview on #E2D3A5 background

This text has black color on #E2D3A5 background.


White color preview on #E2D3A5 background

This text has white color on #E2D3A5 background.