COLOR #E8ED88

HEX: #E8ED88
RGB: (232,237,136)

Color info

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

RGB color model

#E8ED88 color RGB value is (232,237,136).

  • red value is 232;
  • green value is 237;
  • blue value is 136.
RGB:
(232,237,136)
(91%,93%,53%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 136 of 255 = 53%

232
237
136

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

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 136 = 605 (100%)
R 232 of 605 ~ 38.35%
G 237 of 605 ~ 39.17%
B 136 of 605 ~ 22.48%

%38.35
%39.17
%22.48

CMYK color model

#E8ED88 color CMYK value is (2,0,43,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 42.62%
  • key color value is 7.06%
CMYK:
(2,0,43,7)
C2M0Y43K7 
(2%,0%,43%,7%)
(0.02/0.00/0.43/0.07)	

CMYK percentages

%2.11
%0
%42.62
%7.06

Codes

Color #E8ED88 in popluar color models

E8ED88
RGB232237136
HSL63°73.72%73.14%
HSB/HSV63°42.62%92.94%
CMYK2.11%0.00%42.62%
7.06%

Color #E8ED88 in popluar number systems.

HEXE8ED88
Decimal232237136
Binary111010001110110110001000
Octal350355210

Shades and tints

Shades of #E8ED88

#E8ED88
(232,237,136)
#D3D87C
(211,216,124)
#BEC370
(190,195,112)
#A9AE64
(169,174,100)
#949958
(148,153,88)
#7F844C
(127,132,76)
#6A6F40
(106,111,64)
#555A34
(85,90,52)
#404528
(64,69,40)
#2B301C
(43,48,28)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #E8ED88

#E8ED88
(232,237,136)
#EAEE92
(234,238,146)
#ECEF9C
(236,239,156)
#EEF0A6
(238,240,166)
#F0F1B0
(240,241,176)
#F2F2BA
(242,242,186)
#F4F3C4
(244,243,196)
#F6F4CE
(246,244,206)
#F8F5D8
(248,245,216)
#FAF6E2
(250,246,226)
#FCF7EC
(252,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ED88 color. Also use rgb(232,237,136) instead hex code.

Text Font Color

.myTextColor { color: #E8ED88; }

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

This text font color is #E8ED88.


Background Color

.myBgColor { background-color: #E8ED88; }

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

This div background color is #E8ED88.


Border color

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

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

This div border color is #E8ED88.


Opacity

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

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

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

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

This text has shadow with #E8ED88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ED88 on black background.


Color preview on white background

This text has color #E8ED88 on white background.



Black color preview on #E8ED88 background

This text has black color on #E8ED88 background.


White color preview on #E8ED88 background

This text has white color on #E8ED88 background.