COLOR #E1E87D

HEX: #E1E87D RGB: (225,232,125)

Color info

#E1E87D contains mainly red and green colors. Web safe color of #E1E87D is #CCFF66 (or #CF6).

RGB color model

#E1E87D color RGB value is (225,232,125).

RGB: (225,232,125) (88%, 91%, 49%)

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 125 of 255 = 49%

225
232
125

R + G + B ~ 76%. #E1E87D is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 232 + 125 = 582 (100%)
R 225 of 582 ~ 38.66%
G 232 of 582 ~ 39.86%
B 125 of 582 ~ 21.48'%

%38.66
%39.86
%21.48

CMYK color model

#E1E87D color CMYK value is (3,0,46,9).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 9.02%

CMYK: (3,0,46,9)
C3M0Y46K9 (3%, 0%, 46%, 9%)
(0.03 / 0.00 / 0.46 / 0.09)

CMYK percentages

%3.02
%0
%46.12
%9.02

Codes

Color #E1E87D in popluar color models

E1 E8 7D
RGB 225 232 125
HSL 64° 69.93% 70.00%
HSB/HSV 64° 46.12% 90.98%
CMYK 3.02% 0.00% 46.12%
9.02%

Color #E1E87D in popluar number systems.

HEX E1 E8 7D
Decimal 225 232 125
Binary 11100001 11101000 1111101
Octal 341 350 175

Shades and tints

Shades of #E1E87D

#E1E87D
(225,232,125)
#CDD372
(205,211,114)
#B9BE67
(185,190,103)
#A5A95C
(165,169,92)
#919451
(145,148,81)
#7D7F46
(125,127,70)
#696A3B
(105,106,59)
#555530
(85,85,48)
#414025
(65,64,37)
#2D2B1A
(45,43,26)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #E1E87D

#E1E87D
(225,232,125)
#E3EA88
(227,234,136)
#E5EC93
(229,236,147)
#E7EE9E
(231,238,158)
#E9F0A9
(233,240,169)
#EBF2B4
(235,242,180)
#EDF4BF
(237,244,191)
#EFF6CA
(239,246,202)
#F1F8D5
(241,248,213)
#F3FAE0
(243,250,224)
#F5FCEB
(245,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E87D color. Also use rgb(225,232,125) instead hex code.

Text Font Color

.myTextColor { color: #E1E87D; }

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

This text font color is #E1E87D.

Background Color

.myBgColor { background-color: #E1E87D; }

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

This div background color is #E1E87D.

Border color

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

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

This div border color is #E1E87D.

Opacity

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

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

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

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

This text has shadow with #E1E87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E87D.

Preview

Color preview on black background

This text has color #E1E87D on black background.


Color preview on white background

This text has color #E1E87D on white background.


Black color preview on #E1E87D background

This text has black color on #E1E87D background.


White color preview on #E1E87D background

This text has white color on #E1E87D background.


Related colors

Complementary color

Complementary color for #hex is #1E1782.


I love getcolorcode.com

Triadic colors

1 #7DE1E8 and #E87DE1 with #E1E87D are triadic colors.

2 #7DE8E1 and #E8E17D with #E1E87D are triadic colors.