COLOR #E9DC91

HEX: #E9DC91
RGB: (233,220,145)

Color info

#E9DC91 contains mainly red and green colors. Web safe color of #E9DC91 is #FFCC99 (or #FC9).

RGB color model

#E9DC91 color RGB value is (233,220,145).

  • red value is 233;
  • green value is 220;
  • blue value is 145.
RGB:
(233,220,145)
(91%,86%,57%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 145 of 255 = 57%

233
220
145

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

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 145 = 598 (100%)
R 233 of 598 ~ 38.96%
G 220 of 598 ~ 36.79%
B 145 of 598 ~ 24.25%

%38.96
%36.79
%24.25

CMYK color model

#E9DC91 color CMYK value is (0,6,38,9).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 37.77%
  • key color value is 8.63%
CMYK:
(0,6,38,9)
C0M6Y38K9 
(0%,6%,38%,9%)
(0.00/0.06/0.38/0.09)	

CMYK percentages

%0
%5.58
%37.77
%8.63

Codes

Color #E9DC91 in popluar color models

E9DC91
RGB233220145
HSL51°66.67%74.12%
HSB/HSV51°37.77%91.37%
CMYK0.00%5.58%37.77%
8.63%

Color #E9DC91 in popluar number systems.

HEXE9DC91
Decimal233220145
Binary111010011101110010010001
Octal351334221

Shades and tints

Shades of #E9DC91

#E9DC91
(233,220,145)
#D4C884
(212,200,132)
#BFB477
(191,180,119)
#AAA06A
(170,160,106)
#958C5D
(149,140,93)
#807850
(128,120,80)
#6B6443
(107,100,67)
#565036
(86,80,54)
#413C29
(65,60,41)
#2C281C
(44,40,28)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #E9DC91

#E9DC91
(233,220,145)
#EBDF9B
(235,223,155)
#EDE2A5
(237,226,165)
#EFE5AF
(239,229,175)
#F1E8B9
(241,232,185)
#F3EBC3
(243,235,195)
#F5EECD
(245,238,205)
#F7F1D7
(247,241,215)
#F9F4E1
(249,244,225)
#FBF7EB
(251,247,235)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DC91 color. Also use rgb(233,220,145) instead hex code.

Text Font Color

.myTextColor { color: #E9DC91; }

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

This text font color is #E9DC91.


Background Color

.myBgColor { background-color: #E9DC91; }

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

This div background color is #E9DC91.


Border color

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

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

This div border color is #E9DC91.


Opacity

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

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

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

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

This text has shadow with #E9DC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DC91 on black background.


Color preview on white background

This text has color #E9DC91 on white background.



Black color preview on #E9DC91 background

This text has black color on #E9DC91 background.


White color preview on #E9DC91 background

This text has white color on #E9DC91 background.