COLOR #E2DD98

HEX: #E2DD98
RGB: (226,221,152)

Color info

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

RGB color model

#E2DD98 color RGB value is (226,221,152).

  • red value is 226;
  • green value is 221;
  • blue value is 152.
RGB:
(226,221,152)
(89%,87%,60%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 152 of 255 = 60%

226
221
152

R + G + B ~ 79%. #E2DD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 152 = 599 (100%)
R 226 of 599 ~ 37.73%
G 221 of 599 ~ 36.89%
B 152 of 599 ~ 25.38%

%37.73
%36.89
%25.38

CMYK color model

#E2DD98 color CMYK value is (0,2,33,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 32.74%
  • key color value is 11.37%
CMYK:
(0,2,33,11)
C0M2Y33K11 
(0%,2%,33%,11%)
(0.00/0.02/0.33/0.11)	

CMYK percentages

%0
%2.21
%32.74
%11.37

Codes

Color #E2DD98 in popluar color models

E2DD98
RGB226221152
HSL56°56.06%74.12%
HSB/HSV56°32.74%88.63%
CMYK0.00%2.21%32.74%
11.37%

Color #E2DD98 in popluar number systems.

HEXE2DD98
Decimal226221152
Binary111000101101110110011000
Octal342335230

Shades and tints

Shades of #E2DD98

#E2DD98
(226,221,152)
#CEC98B
(206,201,139)
#BAB57E
(186,181,126)
#A6A171
(166,161,113)
#928D64
(146,141,100)
#7E7957
(126,121,87)
#6A654A
(106,101,74)
#56513D
(86,81,61)
#423D30
(66,61,48)
#2E2923
(46,41,35)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2DD98

#E2DD98
(226,221,152)
#E4E0A1
(228,224,161)
#E6E3AA
(230,227,170)
#E8E6B3
(232,230,179)
#EAE9BC
(234,233,188)
#ECECC5
(236,236,197)
#EEEFCE
(238,239,206)
#F0F2D7
(240,242,215)
#F2F5E0
(242,245,224)
#F4F8E9
(244,248,233)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DD98 color. Also use rgb(226,221,152) instead hex code.

Text Font Color

.myTextColor { color: #E2DD98; }

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

This text font color is #E2DD98.


Background Color

.myBgColor { background-color: #E2DD98; }

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

This div background color is #E2DD98.


Border color

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

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

This div border color is #E2DD98.


Opacity

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

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

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

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

This text has shadow with #E2DD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DD98 on black background.


Color preview on white background

This text has color #E2DD98 on white background.



Black color preview on #E2DD98 background

This text has black color on #E2DD98 background.


White color preview on #E2DD98 background

This text has white color on #E2DD98 background.