COLOR #E2D59F

HEX: #E2D59F
RGB: (226,213,159)

Color info

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

RGB color model

#E2D59F color RGB value is (226,213,159).

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

RGB channels and saturation

R 226 of 255 = 89%
G 213 of 255 = 84%
B 159 of 255 = 62%

226
213
159

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

Portions of RGB colors in percentages

R + G + B =
226 + 213 + 159 = 598 (100%)
R 226 of 598 ~ 37.79%
G 213 of 598 ~ 35.62%
B 159 of 598 ~ 26.59%

%37.79
%35.62
%26.59

CMYK color model

#E2D59F color CMYK value is (0,6,30,11).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 29.65%
  • key color value is 11.37%
CMYK:
(0,6,30,11)
C0M6Y30K11 
(0%,6%,30%,11%)
(0.00/0.06/0.30/0.11)	

CMYK percentages

%0
%5.75
%29.65
%11.37

Codes

Color #E2D59F in popluar color models

E2D59F
RGB226213159
HSL48°53.60%75.49%
HSB/HSV48°29.65%88.63%
CMYK0.00%5.75%29.65%
11.37%

Color #E2D59F in popluar number systems.

HEXE2D59F
Decimal226213159
Binary111000101101010110011111
Octal342325237

Shades and tints

Shades of #E2D59F

#E2D59F
(226,213,159)
#CEC291
(206,194,145)
#BAAF83
(186,175,131)
#A69C75
(166,156,117)
#928967
(146,137,103)
#7E7659
(126,118,89)
#6A634B
(106,99,75)
#56503D
(86,80,61)
#423D2F
(66,61,47)
#2E2A21
(46,42,33)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #E2D59F

#E2D59F
(226,213,159)
#E4D8A7
(228,216,167)
#E6DBAF
(230,219,175)
#E8DEB7
(232,222,183)
#EAE1BF
(234,225,191)
#ECE4C7
(236,228,199)
#EEE7CF
(238,231,207)
#F0EAD7
(240,234,215)
#F2EDDF
(242,237,223)
#F4F0E7
(244,240,231)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D59F; }

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

This text font color is #E2D59F.


Background Color

.myBgColor { background-color: #E2D59F; }

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

This div background color is #E2D59F.


Border color

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

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

This div border color is #E2D59F.


Opacity

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

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

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

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

This text has shadow with #E2D59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D59F on black background.


Color preview on white background

This text has color #E2D59F on white background.



Black color preview on #E2D59F background

This text has black color on #E2D59F background.


White color preview on #E2D59F background

This text has white color on #E2D59F background.