COLOR #E1E372

HEX: #E1E372
RGB: (225,227,114)

Color info

#E1E372 contains mainly red and green colors. Web safe color of #E1E372 is #CCCC66 (or #CC6).

RGB color model

#E1E372 color RGB value is (225,227,114).

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

RGB channels and saturation

R 225 of 255 = 88%
G 227 of 255 = 89%
B 114 of 255 = 45%

225
227
114

R + G + B ~ 74%. #E1E372 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 227 + 114 = 566 (100%)
R 225 of 566 ~ 39.75%
G 227 of 566 ~ 40.11%
B 114 of 566 ~ 20.14%

%39.75
%40.11
%20.14

CMYK color model

#E1E372 color CMYK value is (1,0,50,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 49.78%
  • key color value is 10.98%
CMYK:
(1,0,50,11)
C1M0Y50K11 
(1%,0%,50%,11%)
(0.01/0.00/0.50/0.11)	

CMYK percentages

%0.88
%0
%49.78
%10.98

Codes

Color #E1E372 in popluar color models

E1E372
RGB225227114
HSL61°66.86%66.86%
HSB/HSV61°49.78%89.02%
CMYK0.88%0.00%49.78%
10.98%

Color #E1E372 in popluar number systems.

HEXE1E372
Decimal225227114
Binary11100001111000111110010
Octal341343162

Shades and tints

Shades of #E1E372

#E1E372
(225,227,114)
#CDCF68
(205,207,104)
#B9BB5E
(185,187,94)
#A5A754
(165,167,84)
#91934A
(145,147,74)
#7D7F40
(125,127,64)
#696B36
(105,107,54)
#55572C
(85,87,44)
#414322
(65,67,34)
#2D2F18
(45,47,24)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #E1E372

#E1E372
(225,227,114)
#E3E57E
(227,229,126)
#E5E78A
(229,231,138)
#E7E996
(231,233,150)
#E9EBA2
(233,235,162)
#EBEDAE
(235,237,174)
#EDEFBA
(237,239,186)
#EFF1C6
(239,241,198)
#F1F3D2
(241,243,210)
#F3F5DE
(243,245,222)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E372; }

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

This text font color is #E1E372.


Background Color

.myBgColor { background-color: #E1E372; }

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

This div background color is #E1E372.


Border color

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

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

This div border color is #E1E372.


Opacity

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

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

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

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

This text has shadow with #E1E372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E372 on black background.


Color preview on white background

This text has color #E1E372 on white background.



Black color preview on #E1E372 background

This text has black color on #E1E372 background.


White color preview on #E1E372 background

This text has white color on #E1E372 background.