COLOR #E1E49B

HEX: #E1E49B RGB: (225,228,155)

Color info

#E1E49B contains mainly red and green colors. Web safe color of #E1E49B is #CCCC99 (or #CC9).

RGB color model

#E1E49B color RGB value is (225,228,155).

RGB: (225,228,155) (88%, 89%, 61%)

RGB channels and saturation

R 225 of 255 = 88%
G 228 of 255 = 89%
B 155 of 255 = 61%

225
228
155

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

Portions of RGB colors in percentages

R + G + B = 225 + 228 + 155 = 608 (100%)
R 225 of 608 ~ 37.01%
G 228 of 608 ~ 37.5%
B 155 of 608 ~ 25.49'%

%37.01
%37.5
%25.49

CMYK color model

#E1E49B color CMYK value is (1,0,32,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 10.59%

CMYK: (1,0,32,11)
C1M0Y32K11 (1%, 0%, 32%, 11%)
(0.01 / 0.00 / 0.32 / 0.11)

CMYK percentages

%1.32
%0
%32.02
%10.59

Codes

Color #E1E49B in popluar color models

E1 E4 9B
RGB 225 228 155
HSL 62° 57.48% 75.10%
HSB/HSV 62° 32.02% 89.41%
CMYK 1.32% 0.00% 32.02%
10.59%

Color #E1E49B in popluar number systems.

HEX E1 E4 9B
Decimal 225 228 155
Binary 11100001 11100100 10011011
Octal 341 344 233

Shades and tints

Shades of #E1E49B

#E1E49B
(225,228,155)
#CDD08D
(205,208,141)
#B9BC7F
(185,188,127)
#A5A871
(165,168,113)
#919463
(145,148,99)
#7D8055
(125,128,85)
#696C47
(105,108,71)
#555839
(85,88,57)
#41442B
(65,68,43)
#2D301D
(45,48,29)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #E1E49B

#E1E49B
(225,228,155)
#E3E6A4
(227,230,164)
#E5E8AD
(229,232,173)
#E7EAB6
(231,234,182)
#E9ECBF
(233,236,191)
#EBEEC8
(235,238,200)
#EDF0D1
(237,240,209)
#EFF2DA
(239,242,218)
#F1F4E3
(241,244,227)
#F3F6EC
(243,246,236)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E49B color. Also use rgb(225,228,155) instead hex code.

Text Font Color

.myTextColor { color: #E1E49B; }

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

This text font color is #E1E49B.

Background Color

.myBgColor { background-color: #E1E49B; }

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

This div background color is #E1E49B.

Border color

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

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

This div border color is #E1E49B.

Opacity

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

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

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

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

This text has shadow with #E1E49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E49B.

Preview

Color preview on black background

This text has color #E1E49B on black background.


Color preview on white background

This text has color #E1E49B on white background.


Black color preview on #E1E49B background

This text has black color on #E1E49B background.


White color preview on #E1E49B background

This text has white color on #E1E49B background.


Related colors

Complementary color

Complementary color for #hex is #1E1B64.


I love getcolorcode.com

Triadic colors

1 #9BE1E4 and #E49BE1 with #E1E49B are triadic colors.

2 #9BE4E1 and #E4E19B with #E1E49B are triadic colors.