COLOR #E9D098

HEX: #E9D098
RGB: (233,208,152)

Color info

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

RGB color model

#E9D098 color RGB value is (233,208,152).

  • red value is 233;
  • green value is 208;
  • blue value is 152.
RGB:
(233,208,152)
(91%,82%,60%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 152 of 255 = 60%

233
208
152

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

Portions of RGB colors in percentages

R + G + B =
233 + 208 + 152 = 593 (100%)
R 233 of 593 ~ 39.29%
G 208 of 593 ~ 35.08%
B 152 of 593 ~ 25.63%

%39.29
%35.08
%25.63

CMYK color model

#E9D098 color CMYK value is (0,11,35,9).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 34.76%
  • key color value is 8.63%
CMYK:
(0,11,35,9)
C0M11Y35K9 
(0%,11%,35%,9%)
(0.00/0.11/0.35/0.09)	

CMYK percentages

%0
%10.73
%34.76
%8.63

Codes

Color #E9D098 in popluar color models

E9D098
RGB233208152
HSL41°64.80%75.49%
HSB/HSV41°34.76%91.37%
CMYK0.00%10.73%34.76%
8.63%

Color #E9D098 in popluar number systems.

HEXE9D098
Decimal233208152
Binary111010011101000010011000
Octal351320230

Shades and tints

Shades of #E9D098

#E9D098
(233,208,152)
#D4BE8B
(212,190,139)
#BFAC7E
(191,172,126)
#AA9A71
(170,154,113)
#958864
(149,136,100)
#807657
(128,118,87)
#6B644A
(107,100,74)
#56523D
(86,82,61)
#414030
(65,64,48)
#2C2E23
(44,46,35)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #E9D098

#E9D098
(233,208,152)
#EBD4A1
(235,212,161)
#EDD8AA
(237,216,170)
#EFDCB3
(239,220,179)
#F1E0BC
(241,224,188)
#F3E4C5
(243,228,197)
#F5E8CE
(245,232,206)
#F7ECD7
(247,236,215)
#F9F0E0
(249,240,224)
#FBF4E9
(251,244,233)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D098 color. Also use rgb(233,208,152) instead hex code.

Text Font Color

.myTextColor { color: #E9D098; }

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

This text font color is #E9D098.


Background Color

.myBgColor { background-color: #E9D098; }

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

This div background color is #E9D098.


Border color

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

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

This div border color is #E9D098.


Opacity

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

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

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

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

This text has shadow with #E9D098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D098 on black background.


Color preview on white background

This text has color #E9D098 on white background.



Black color preview on #E9D098 background

This text has black color on #E9D098 background.


White color preview on #E9D098 background

This text has white color on #E9D098 background.