COLOR #E1E78B

HEX: #E1E78B RGB: (225,231,139)

Color info

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

RGB color model

#E1E78B color RGB value is (225,231,139).

RGB: (225,231,139) (88%, 91%, 55%)

RGB channels and saturation

R 225 of 255 = 88%
G 231 of 255 = 91%
B 139 of 255 = 55%

225
231
139

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

Portions of RGB colors in percentages

R + G + B = 225 + 231 + 139 = 595 (100%)
R 225 of 595 ~ 37.82%
G 231 of 595 ~ 38.82%
B 139 of 595 ~ 23.36'%

%37.82
%38.82
%23.36

CMYK color model

#E1E78B color CMYK value is (3,0,40,9).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 39.83%
  • key color value is 9.41%

CMYK: (3,0,40,9)
C3M0Y40K9 (3%, 0%, 40%, 9%)
(0.03 / 0.00 / 0.40 / 0.09)

CMYK percentages

%2.6
%0
%39.83
%9.41

Codes

Color #E1E78B in popluar color models

E1 E7 8B
RGB 225 231 139
HSL 64° 65.71% 72.55%
HSB/HSV 64° 39.83% 90.59%
CMYK 2.60% 0.00% 39.83%
9.41%

Color #E1E78B in popluar number systems.

HEX E1 E7 8B
Decimal 225 231 139
Binary 11100001 11100111 10001011
Octal 341 347 213

Shades and tints

Shades of #E1E78B

#E1E78B
(225,231,139)
#CDD27F
(205,210,127)
#B9BD73
(185,189,115)
#A5A867
(165,168,103)
#91935B
(145,147,91)
#7D7E4F
(125,126,79)
#696943
(105,105,67)
#555437
(85,84,55)
#413F2B
(65,63,43)
#2D2A1F
(45,42,31)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #E1E78B

#E1E78B
(225,231,139)
#E3E995
(227,233,149)
#E5EB9F
(229,235,159)
#E7EDA9
(231,237,169)
#E9EFB3
(233,239,179)
#EBF1BD
(235,241,189)
#EDF3C7
(237,243,199)
#EFF5D1
(239,245,209)
#F1F7DB
(241,247,219)
#F3F9E5
(243,249,229)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E78B color. Also use rgb(225,231,139) instead hex code.

Text Font Color

.myTextColor { color: #E1E78B; }

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

This text font color is #E1E78B.

Background Color

.myBgColor { background-color: #E1E78B; }

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

This div background color is #E1E78B.

Border color

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

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

This div border color is #E1E78B.

Opacity

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

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

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

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

This text has shadow with #E1E78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E78B.

Preview

Color preview on black background

This text has color #E1E78B on black background.


Color preview on white background

This text has color #E1E78B on white background.


Black color preview on #E1E78B background

This text has black color on #E1E78B background.


White color preview on #E1E78B background

This text has white color on #E1E78B background.


Related colors

Complementary color

Complementary color for #hex is #1E1874.


I love getcolorcode.com

Triadic colors

1 #8BE1E7 and #E78BE1 with #E1E78B are triadic colors.

2 #8BE7E1 and #E7E18B with #E1E78B are triadic colors.