COLOR #E1EC8A

HEX: #E1EC8A
RGB: (225,236,138)

Color info

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

RGB color model

#E1EC8A color RGB value is (225,236,138).

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

RGB channels and saturation

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

225
236
138

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

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 138 = 599 (100%)
R 225 of 599 ~ 37.56%
G 236 of 599 ~ 39.4%
B 138 of 599 ~ 23.04%

%37.56
%39.4
%23.04

CMYK color model

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

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

CMYK percentages

%4.66
%0
%41.53
%7.45

Codes

Color #E1EC8A in popluar color models

E1EC8A
RGB225236138
HSL67°72.06%73.33%
HSB/HSV67°41.53%92.55%
CMYK4.66%0.00%41.53%
7.45%

Color #E1EC8A in popluar number systems.

HEXE1EC8A
Decimal225236138
Binary111000011110110010001010
Octal341354212

Shades and tints

Shades of #E1EC8A

#E1EC8A
(225,236,138)
#CDD77E
(205,215,126)
#B9C272
(185,194,114)
#A5AD66
(165,173,102)
#91985A
(145,152,90)
#7D834E
(125,131,78)
#696E42
(105,110,66)
#555936
(85,89,54)
#41442A
(65,68,42)
#2D2F1E
(45,47,30)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #E1EC8A

#E1EC8A
(225,236,138)
#E3ED94
(227,237,148)
#E5EE9E
(229,238,158)
#E7EFA8
(231,239,168)
#E9F0B2
(233,240,178)
#EBF1BC
(235,241,188)
#EDF2C6
(237,242,198)
#EFF3D0
(239,243,208)
#F1F4DA
(241,244,218)
#F3F5E4
(243,245,228)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EC8A; }

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

This text font color is #E1EC8A.


Background Color

.myBgColor { background-color: #E1EC8A; }

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

This div background color is #E1EC8A.


Border color

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

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

This div border color is #E1EC8A.


Opacity

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

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

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

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

This text has shadow with #E1EC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EC8A on black background.


Color preview on white background

This text has color #E1EC8A on white background.



Black color preview on #E1EC8A background

This text has black color on #E1EC8A background.


White color preview on #E1EC8A background

This text has white color on #E1EC8A background.