COLOR #E7ED95

HEX: #E7ED95
RGB: (231,237,149)

Color info

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

RGB color model

#E7ED95 color RGB value is (231,237,149).

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

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 149 of 255 = 58%

231
237
149

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

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 149 = 617 (100%)
R 231 of 617 ~ 37.44%
G 237 of 617 ~ 38.41%
B 149 of 617 ~ 24.15%

%37.44
%38.41
%24.15

CMYK color model

#E7ED95 color CMYK value is (3,0,37,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(3,0,37,7)
C3M0Y37K7 
(3%,0%,37%,7%)
(0.03/0.00/0.37/0.07)	

CMYK percentages

%2.53
%0
%37.13
%7.06

Codes

Color #E7ED95 in popluar color models

E7ED95
RGB231237149
HSL64°70.97%75.69%
HSB/HSV64°37.13%92.94%
CMYK2.53%0.00%37.13%
7.06%

Color #E7ED95 in popluar number systems.

HEXE7ED95
Decimal231237149
Binary111001111110110110010101
Octal347355225

Shades and tints

Shades of #E7ED95

#E7ED95
(231,237,149)
#D2D888
(210,216,136)
#BDC37B
(189,195,123)
#A8AE6E
(168,174,110)
#939961
(147,153,97)
#7E8454
(126,132,84)
#696F47
(105,111,71)
#545A3A
(84,90,58)
#3F452D
(63,69,45)
#2A3020
(42,48,32)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #E7ED95

#E7ED95
(231,237,149)
#E9EE9E
(233,238,158)
#EBEFA7
(235,239,167)
#EDF0B0
(237,240,176)
#EFF1B9
(239,241,185)
#F1F2C2
(241,242,194)
#F3F3CB
(243,243,203)
#F5F4D4
(245,244,212)
#F7F5DD
(247,245,221)
#F9F6E6
(249,246,230)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ED95 color. Also use rgb(231,237,149) instead hex code.

Text Font Color

.myTextColor { color: #E7ED95; }

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

This text font color is #E7ED95.


Background Color

.myBgColor { background-color: #E7ED95; }

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

This div background color is #E7ED95.


Border color

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

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

This div border color is #E7ED95.


Opacity

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

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

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

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

This text has shadow with #E7ED95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ED95 on black background.


Color preview on white background

This text has color #E7ED95 on white background.



Black color preview on #E7ED95 background

This text has black color on #E7ED95 background.


White color preview on #E7ED95 background

This text has white color on #E7ED95 background.