COLOR #E1E09B

HEX: #E1E09B
RGB: (225,224,155)

Color info

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

RGB color model

#E1E09B color RGB value is (225,224,155).

  • red value is 225;
  • green value is 224;
  • blue value is 155.
RGB:
(225,224,155)
(88%,88%,61%)

RGB channels and saturation

R 225 of 255 = 88%
G 224 of 255 = 88%
B 155 of 255 = 61%

225
224
155

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

Portions of RGB colors in percentages

R + G + B =
225 + 224 + 155 = 604 (100%)
R 225 of 604 ~ 37.25%
G 224 of 604 ~ 37.09%
B 155 of 604 ~ 25.66%

%37.25
%37.09
%25.66

CMYK color model

#E1E09B color CMYK value is (0,0,31,12).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 31.11%
  • key color value is 11.76%
CMYK:
(0,0,31,12)
C0M0Y31K12 
(0%,0%,31%,12%)
(0.00/0.00/0.31/0.12)	

CMYK percentages

%0
%0.44
%31.11
%11.76

Codes

Color #E1E09B in popluar color models

E1E09B
RGB225224155
HSL59°53.85%74.51%
HSB/HSV59°31.11%88.24%
CMYK0.00%0.44%31.11%
11.76%

Color #E1E09B in popluar number systems.

HEXE1E09B
Decimal225224155
Binary111000011110000010011011
Octal341340233

Shades and tints

Shades of #E1E09B

#E1E09B
(225,224,155)
#CDCC8D
(205,204,141)
#B9B87F
(185,184,127)
#A5A471
(165,164,113)
#919063
(145,144,99)
#7D7C55
(125,124,85)
#696847
(105,104,71)
#555439
(85,84,57)
#41402B
(65,64,43)
#2D2C1D
(45,44,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #E1E09B

#E1E09B
(225,224,155)
#E3E2A4
(227,226,164)
#E5E4AD
(229,228,173)
#E7E6B6
(231,230,182)
#E9E8BF
(233,232,191)
#EBEAC8
(235,234,200)
#EDECD1
(237,236,209)
#EFEEDA
(239,238,218)
#F1F0E3
(241,240,227)
#F3F2EC
(243,242,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E09B; }

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

This text font color is #E1E09B.


Background Color

.myBgColor { background-color: #E1E09B; }

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

This div background color is #E1E09B.


Border color

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

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

This div border color is #E1E09B.


Opacity

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

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

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

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

This text has shadow with #E1E09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E09B on black background.


Color preview on white background

This text has color #E1E09B on white background.



Black color preview on #E1E09B background

This text has black color on #E1E09B background.


White color preview on #E1E09B background

This text has white color on #E1E09B background.