COLOR #E2D98B

HEX: #E2D98B
RGB: (226,217,139)

Color info

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

RGB color model

#E2D98B color RGB value is (226,217,139).

  • red value is 226;
  • green value is 217;
  • blue value is 139.
RGB:
(226,217,139)
(89%,85%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 217 of 255 = 85%
B 139 of 255 = 55%

226
217
139

R + G + B ~ 76%. #E2D98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 217 + 139 = 582 (100%)
R 226 of 582 ~ 38.83%
G 217 of 582 ~ 37.29%
B 139 of 582 ~ 23.88%

%38.83
%37.29
%23.88

CMYK color model

#E2D98B color CMYK value is (0,4,38,11).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 38.50%
  • key color value is 11.37%
CMYK:
(0,4,38,11)
C0M4Y38K11 
(0%,4%,38%,11%)
(0.00/0.04/0.38/0.11)	

CMYK percentages

%0
%3.98
%38.5
%11.37

Codes

Color #E2D98B in popluar color models

E2D98B
RGB226217139
HSL54°60.00%71.57%
HSB/HSV54°38.50%88.63%
CMYK0.00%3.98%38.50%
11.37%

Color #E2D98B in popluar number systems.

HEXE2D98B
Decimal226217139
Binary111000101101100110001011
Octal342331213

Shades and tints

Shades of #E2D98B

#E2D98B
(226,217,139)
#CEC67F
(206,198,127)
#BAB373
(186,179,115)
#A6A067
(166,160,103)
#928D5B
(146,141,91)
#7E7A4F
(126,122,79)
#6A6743
(106,103,67)
#565437
(86,84,55)
#42412B
(66,65,43)
#2E2E1F
(46,46,31)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #E2D98B

#E2D98B
(226,217,139)
#E4DC95
(228,220,149)
#E6DF9F
(230,223,159)
#E8E2A9
(232,226,169)
#EAE5B3
(234,229,179)
#ECE8BD
(236,232,189)
#EEEBC7
(238,235,199)
#F0EED1
(240,238,209)
#F2F1DB
(242,241,219)
#F4F4E5
(244,244,229)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D98B color. Also use rgb(226,217,139) instead hex code.

Text Font Color

.myTextColor { color: #E2D98B; }

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

This text font color is #E2D98B.


Background Color

.myBgColor { background-color: #E2D98B; }

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

This div background color is #E2D98B.


Border color

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

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

This div border color is #E2D98B.


Opacity

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

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

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

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

This text has shadow with #E2D98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D98B on black background.


Color preview on white background

This text has color #E2D98B on white background.



Black color preview on #E2D98B background

This text has black color on #E2D98B background.


White color preview on #E2D98B background

This text has white color on #E2D98B background.