COLOR #E1E193

HEX: #E1E193
RGB: (225,225,147)

Color info

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

RGB color model

#E1E193 color RGB value is (225,225,147).

  • red value is 225;
  • green value is 225;
  • blue value is 147.
RGB:
(225,225,147)
(88%,88%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 147 of 255 = 58%

225
225
147

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

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 147 = 597 (100%)
R 225 of 597 ~ 37.69%
G 225 of 597 ~ 37.69%
B 147 of 597 ~ 24.62%

%37.69
%37.69
%24.62

CMYK color model

#E1E193 color CMYK value is (0,0,35,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(0,0,35,12)
C0M0Y35K12 
(0%,0%,35%,12%)
(0.00/0.00/0.35/0.12)	

CMYK percentages

%0
%0
%34.67
%11.76

Codes

Color #E1E193 in popluar color models

E1E193
RGB225225147
HSL60°56.52%72.94%
HSB/HSV60°34.67%88.24%
CMYK0.00%0.00%34.67%
11.76%

Color #E1E193 in popluar number systems.

HEXE1E193
Decimal225225147
Binary111000011110000110010011
Octal341341223

Shades and tints

Shades of #E1E193

#E1E193
(225,225,147)
#CDCD86
(205,205,134)
#B9B979
(185,185,121)
#A5A56C
(165,165,108)
#91915F
(145,145,95)
#7D7D52
(125,125,82)
#696945
(105,105,69)
#555538
(85,85,56)
#41412B
(65,65,43)
#2D2D1E
(45,45,30)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #E1E193

#E1E193
(225,225,147)
#E3E39C
(227,227,156)
#E5E5A5
(229,229,165)
#E7E7AE
(231,231,174)
#E9E9B7
(233,233,183)
#EBEBC0
(235,235,192)
#EDEDC9
(237,237,201)
#EFEFD2
(239,239,210)
#F1F1DB
(241,241,219)
#F3F3E4
(243,243,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E193; }

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

This text font color is #E1E193.


Background Color

.myBgColor { background-color: #E1E193; }

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

This div background color is #E1E193.


Border color

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

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

This div border color is #E1E193.


Opacity

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

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

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

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

This text has shadow with #E1E193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E193 on black background.


Color preview on white background

This text has color #E1E193 on white background.



Black color preview on #E1E193 background

This text has black color on #E1E193 background.


White color preview on #E1E193 background

This text has white color on #E1E193 background.