COLOR #E1E381

HEX: #E1E381
RGB: (225,227,129)

Color info

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

RGB color model

#E1E381 color RGB value is (225,227,129).

  • red value is 225;
  • green value is 227;
  • blue value is 129.
RGB:
(225,227,129)
(88%,89%,51%)

RGB channels and saturation

R 225 of 255 = 88%
G 227 of 255 = 89%
B 129 of 255 = 51%

225
227
129

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

Portions of RGB colors in percentages

R + G + B =
225 + 227 + 129 = 581 (100%)
R 225 of 581 ~ 38.73%
G 227 of 581 ~ 39.07%
B 129 of 581 ~ 22.2%

%38.73
%39.07
%22.2

CMYK color model

#E1E381 color CMYK value is (1,0,43,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 43.17%
  • key color value is 10.98%
CMYK:
(1,0,43,11)
C1M0Y43K11 
(1%,0%,43%,11%)
(0.01/0.00/0.43/0.11)	

CMYK percentages

%0.88
%0
%43.17
%10.98

Codes

Color #E1E381 in popluar color models

E1E381
RGB225227129
HSL61°63.64%69.80%
HSB/HSV61°43.17%89.02%
CMYK0.88%0.00%43.17%
10.98%

Color #E1E381 in popluar number systems.

HEXE1E381
Decimal225227129
Binary111000011110001110000001
Octal341343201

Shades and tints

Shades of #E1E381

#E1E381
(225,227,129)
#CDCF76
(205,207,118)
#B9BB6B
(185,187,107)
#A5A760
(165,167,96)
#919355
(145,147,85)
#7D7F4A
(125,127,74)
#696B3F
(105,107,63)
#555734
(85,87,52)
#414329
(65,67,41)
#2D2F1E
(45,47,30)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #E1E381

#E1E381
(225,227,129)
#E3E58C
(227,229,140)
#E5E797
(229,231,151)
#E7E9A2
(231,233,162)
#E9EBAD
(233,235,173)
#EBEDB8
(235,237,184)
#EDEFC3
(237,239,195)
#EFF1CE
(239,241,206)
#F1F3D9
(241,243,217)
#F3F5E4
(243,245,228)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E381 color. Also use rgb(225,227,129) instead hex code.

Text Font Color

.myTextColor { color: #E1E381; }

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

This text font color is #E1E381.


Background Color

.myBgColor { background-color: #E1E381; }

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

This div background color is #E1E381.


Border color

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

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

This div border color is #E1E381.


Opacity

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

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

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

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

This text has shadow with #E1E381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E381 on black background.


Color preview on white background

This text has color #E1E381 on white background.



Black color preview on #E1E381 background

This text has black color on #E1E381 background.


White color preview on #E1E381 background

This text has white color on #E1E381 background.