COLOR #E2D29F

HEX: #E2D29F
RGB: (226,210,159)

Color info

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

RGB color model

#E2D29F color RGB value is (226,210,159).

  • red value is 226;
  • green value is 210;
  • blue value is 159.
RGB:
(226,210,159)
(89%,82%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 159 of 255 = 62%

226
210
159

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

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 159 = 595 (100%)
R 226 of 595 ~ 37.98%
G 210 of 595 ~ 35.29%
B 159 of 595 ~ 26.72%

%37.98
%35.29
%26.72

CMYK color model

#E2D29F color CMYK value is (0,7,30,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 29.65%
  • key color value is 11.37%
CMYK:
(0,7,30,11)
C0M7Y30K11 
(0%,7%,30%,11%)
(0.00/0.07/0.30/0.11)	

CMYK percentages

%0
%7.08
%29.65
%11.37

Codes

Color #E2D29F in popluar color models

E2D29F
RGB226210159
HSL46°53.60%75.49%
HSB/HSV46°29.65%88.63%
CMYK0.00%7.08%29.65%
11.37%

Color #E2D29F in popluar number systems.

HEXE2D29F
Decimal226210159
Binary111000101101001010011111
Octal342322237

Shades and tints

Shades of #E2D29F

#E2D29F
(226,210,159)
#CEBF91
(206,191,145)
#BAAC83
(186,172,131)
#A69975
(166,153,117)
#928667
(146,134,103)
#7E7359
(126,115,89)
#6A604B
(106,96,75)
#564D3D
(86,77,61)
#423A2F
(66,58,47)
#2E2721
(46,39,33)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #E2D29F

#E2D29F
(226,210,159)
#E4D6A7
(228,214,167)
#E6DAAF
(230,218,175)
#E8DEB7
(232,222,183)
#EAE2BF
(234,226,191)
#ECE6C7
(236,230,199)
#EEEACF
(238,234,207)
#F0EED7
(240,238,215)
#F2F2DF
(242,242,223)
#F4F6E7
(244,246,231)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D29F color. Also use rgb(226,210,159) instead hex code.

Text Font Color

.myTextColor { color: #E2D29F; }

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

This text font color is #E2D29F.


Background Color

.myBgColor { background-color: #E2D29F; }

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

This div background color is #E2D29F.


Border color

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

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

This div border color is #E2D29F.


Opacity

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

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

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

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

This text has shadow with #E2D29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D29F on black background.


Color preview on white background

This text has color #E2D29F on white background.



Black color preview on #E2D29F background

This text has black color on #E2D29F background.


White color preview on #E2D29F background

This text has white color on #E2D29F background.