COLOR #E2D38B

HEX: #E2D38B
RGB: (226,211,139)

Color info

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

RGB color model

#E2D38B color RGB value is (226,211,139).

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

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 139 of 255 = 55%

226
211
139

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

Portions of RGB colors in percentages

R + G + B =
226 + 211 + 139 = 576 (100%)
R 226 of 576 ~ 39.24%
G 211 of 576 ~ 36.63%
B 139 of 576 ~ 24.13%

%39.24
%36.63
%24.13

CMYK color model

#E2D38B color CMYK value is (0,7,38,11).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 38.50%
  • key color value is 11.37%
CMYK:
(0,7,38,11)
C0M7Y38K11 
(0%,7%,38%,11%)
(0.00/0.07/0.38/0.11)	

CMYK percentages

%0
%6.64
%38.5
%11.37

Codes

Color #E2D38B in popluar color models

E2D38B
RGB226211139
HSL50°60.00%71.57%
HSB/HSV50°38.50%88.63%
CMYK0.00%6.64%38.50%
11.37%

Color #E2D38B in popluar number systems.

HEXE2D38B
Decimal226211139
Binary111000101101001110001011
Octal342323213

Shades and tints

Shades of #E2D38B

#E2D38B
(226,211,139)
#CEC07F
(206,192,127)
#BAAD73
(186,173,115)
#A69A67
(166,154,103)
#92875B
(146,135,91)
#7E744F
(126,116,79)
#6A6143
(106,97,67)
#564E37
(86,78,55)
#423B2B
(66,59,43)
#2E281F
(46,40,31)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #E2D38B

#E2D38B
(226,211,139)
#E4D795
(228,215,149)
#E6DB9F
(230,219,159)
#E8DFA9
(232,223,169)
#EAE3B3
(234,227,179)
#ECE7BD
(236,231,189)
#EEEBC7
(238,235,199)
#F0EFD1
(240,239,209)
#F2F3DB
(242,243,219)
#F4F7E5
(244,247,229)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D38B; }

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

This text font color is #E2D38B.


Background Color

.myBgColor { background-color: #E2D38B; }

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

This div background color is #E2D38B.


Border color

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

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

This div border color is #E2D38B.


Opacity

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

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

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

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

This text has shadow with #E2D38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D38B on black background.


Color preview on white background

This text has color #E2D38B on white background.



Black color preview on #E2D38B background

This text has black color on #E2D38B background.


White color preview on #E2D38B background

This text has white color on #E2D38B background.