COLOR #E1ED8A

HEX: #E1ED8A
RGB: (225,237,138)

Color info

#E1ED8A contains mainly red and green colors. Web safe color of #E1ED8A is #CCFF99 (or #CF9).

RGB color model

#E1ED8A color RGB value is (225,237,138).

  • red value is 225;
  • green value is 237;
  • blue value is 138.
RGB:
(225,237,138)
(88%,93%,54%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 138 of 255 = 54%

225
237
138

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

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 138 = 600 (100%)
R 225 of 600 ~ 37.5%
G 237 of 600 ~ 39.5%
B 138 of 600 ~ 23%

%37.5
%39.5
%23

CMYK color model

#E1ED8A color CMYK value is (5,0,42,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 7.06%
CMYK:
(5,0,42,7)
C5M0Y42K7 
(5%,0%,42%,7%)
(0.05/0.00/0.42/0.07)	

CMYK percentages

%5.06
%0
%41.77
%7.06

Codes

Color #E1ED8A in popluar color models

E1ED8A
RGB225237138
HSL67°73.33%73.53%
HSB/HSV67°41.77%92.94%
CMYK5.06%0.00%41.77%
7.06%

Color #E1ED8A in popluar number systems.

HEXE1ED8A
Decimal225237138
Binary111000011110110110001010
Octal341355212

Shades and tints

Shades of #E1ED8A

#E1ED8A
(225,237,138)
#CDD87E
(205,216,126)
#B9C372
(185,195,114)
#A5AE66
(165,174,102)
#91995A
(145,153,90)
#7D844E
(125,132,78)
#696F42
(105,111,66)
#555A36
(85,90,54)
#41452A
(65,69,42)
#2D301E
(45,48,30)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #E1ED8A

#E1ED8A
(225,237,138)
#E3EE94
(227,238,148)
#E5EF9E
(229,239,158)
#E7F0A8
(231,240,168)
#E9F1B2
(233,241,178)
#EBF2BC
(235,242,188)
#EDF3C6
(237,243,198)
#EFF4D0
(239,244,208)
#F1F5DA
(241,245,218)
#F3F6E4
(243,246,228)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ED8A color. Also use rgb(225,237,138) instead hex code.

Text Font Color

.myTextColor { color: #E1ED8A; }

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

This text font color is #E1ED8A.


Background Color

.myBgColor { background-color: #E1ED8A; }

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

This div background color is #E1ED8A.


Border color

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

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

This div border color is #E1ED8A.


Opacity

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

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

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

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

This text has shadow with #E1ED8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ED8A on black background.


Color preview on white background

This text has color #E1ED8A on white background.



Black color preview on #E1ED8A background

This text has black color on #E1ED8A background.


White color preview on #E1ED8A background

This text has white color on #E1ED8A background.