COLOR #E9ED93

HEX: #E9ED93
RGB: (233,237,147)

Color info

#E9ED93 contains mainly red and green colors. Web safe color of #E9ED93 is #FFFF99 (or #FF9).

RGB color model

#E9ED93 color RGB value is (233,237,147).

  • red value is 233;
  • green value is 237;
  • blue value is 147.
RGB:
(233,237,147)
(91%,93%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 147 of 255 = 58%

233
237
147

R + G + B ~ 81%. #E9ED93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 147 = 617 (100%)
R 233 of 617 ~ 37.76%
G 237 of 617 ~ 38.41%
B 147 of 617 ~ 23.82%

%37.76
%38.41
%23.82

CMYK color model

#E9ED93 color CMYK value is (2,0,38,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 7.06%
CMYK:
(2,0,38,7)
C2M0Y38K7 
(2%,0%,38%,7%)
(0.02/0.00/0.38/0.07)	

CMYK percentages

%1.69
%0
%37.97
%7.06

Codes

Color #E9ED93 in popluar color models

E9ED93
RGB233237147
HSL63°71.43%75.29%
HSB/HSV63°37.97%92.94%
CMYK1.69%0.00%37.97%
7.06%

Color #E9ED93 in popluar number systems.

HEXE9ED93
Decimal233237147
Binary111010011110110110010011
Octal351355223

Shades and tints

Shades of #E9ED93

#E9ED93
(233,237,147)
#D4D886
(212,216,134)
#BFC379
(191,195,121)
#AAAE6C
(170,174,108)
#95995F
(149,153,95)
#808452
(128,132,82)
#6B6F45
(107,111,69)
#565A38
(86,90,56)
#41452B
(65,69,43)
#2C301E
(44,48,30)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #E9ED93

#E9ED93
(233,237,147)
#EBEE9C
(235,238,156)
#EDEFA5
(237,239,165)
#EFF0AE
(239,240,174)
#F1F1B7
(241,241,183)
#F3F2C0
(243,242,192)
#F5F3C9
(245,243,201)
#F7F4D2
(247,244,210)
#F9F5DB
(249,245,219)
#FBF6E4
(251,246,228)
#FDF7ED
(253,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9ED93 color. Also use rgb(233,237,147) instead hex code.

Text Font Color

.myTextColor { color: #E9ED93; }

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

This text font color is #E9ED93.


Background Color

.myBgColor { background-color: #E9ED93; }

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

This div background color is #E9ED93.


Border color

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

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

This div border color is #E9ED93.


Opacity

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

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

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

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

This text has shadow with #E9ED93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ED93 on black background.


Color preview on white background

This text has color #E9ED93 on white background.



Black color preview on #E9ED93 background

This text has black color on #E9ED93 background.


White color preview on #E9ED93 background

This text has white color on #E9ED93 background.