COLOR #E2D28D

HEX: #E2D28D
RGB: (226,210,141)

Color info

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

RGB color model

#E2D28D color RGB value is (226,210,141).

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

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 141 of 255 = 55%

226
210
141

R + G + B ~ 75%. #E2D28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 141 = 577 (100%)
R 226 of 577 ~ 39.17%
G 210 of 577 ~ 36.4%
B 141 of 577 ~ 24.44%

%39.17
%36.4
%24.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 37.61%
  • 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
%7.08
%37.61
%11.37

Codes

Color #E2D28D in popluar color models

E2D28D
RGB226210141
HSL49°59.44%71.96%
HSB/HSV49°37.61%88.63%
CMYK0.00%7.08%37.61%
11.37%

Color #E2D28D in popluar number systems.

HEXE2D28D
Decimal226210141
Binary111000101101001010001101
Octal342322215

Shades and tints

Shades of #E2D28D

#E2D28D
(226,210,141)
#CEBF81
(206,191,129)
#BAAC75
(186,172,117)
#A69969
(166,153,105)
#92865D
(146,134,93)
#7E7351
(126,115,81)
#6A6045
(106,96,69)
#564D39
(86,77,57)
#423A2D
(66,58,45)
#2E2721
(46,39,33)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #E2D28D

#E2D28D
(226,210,141)
#E4D697
(228,214,151)
#E6DAA1
(230,218,161)
#E8DEAB
(232,222,171)
#EAE2B5
(234,226,181)
#ECE6BF
(236,230,191)
#EEEAC9
(238,234,201)
#F0EED3
(240,238,211)
#F2F2DD
(242,242,221)
#F4F6E7
(244,246,231)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D28D; }

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

This text font color is #E2D28D.


Background Color

.myBgColor { background-color: #E2D28D; }

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

This div background color is #E2D28D.


Border color

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

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

This div border color is #E2D28D.


Opacity

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

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

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

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

This text has shadow with #E2D28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D28D on black background.


Color preview on white background

This text has color #E2D28D on white background.



Black color preview on #E2D28D background

This text has black color on #E2D28D background.


White color preview on #E2D28D background

This text has white color on #E2D28D background.