COLOR #E1E1A1

HEX: #E1E1A1
RGB: (225,225,161)

Color info

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

RGB color model

#E1E1A1 color RGB value is (225,225,161).

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

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 161 of 255 = 63%

225
225
161

R + G + B ~ 80%. #E1E1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 161 = 611 (100%)
R 225 of 611 ~ 36.82%
G 225 of 611 ~ 36.82%
B 161 of 611 ~ 26.35%

%36.82
%36.82
%26.35

CMYK color model

#E1E1A1 color CMYK value is (0,0,28,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK:
(0,0,28,12)
C0M0Y28K12 
(0%,0%,28%,12%)
(0.00/0.00/0.28/0.12)	

CMYK percentages

%0
%0
%28.44
%11.76

Codes

Color #E1E1A1 in popluar color models

E1E1A1
RGB225225161
HSL60°51.61%75.69%
HSB/HSV60°28.44%88.24%
CMYK0.00%0.00%28.44%
11.76%

Color #E1E1A1 in popluar number systems.

HEXE1E1A1
Decimal225225161
Binary111000011110000110100001
Octal341341241

Shades and tints

Shades of #E1E1A1

#E1E1A1
(225,225,161)
#CDCD93
(205,205,147)
#B9B985
(185,185,133)
#A5A577
(165,165,119)
#919169
(145,145,105)
#7D7D5B
(125,125,91)
#69694D
(105,105,77)
#55553F
(85,85,63)
#414131
(65,65,49)
#2D2D23
(45,45,35)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1E1A1

#E1E1A1
(225,225,161)
#E3E3A9
(227,227,169)
#E5E5B1
(229,229,177)
#E7E7B9
(231,231,185)
#E9E9C1
(233,233,193)
#EBEBC9
(235,235,201)
#EDEDD1
(237,237,209)
#EFEFD9
(239,239,217)
#F1F1E1
(241,241,225)
#F3F3E9
(243,243,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1A1; }

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

This text font color is #E1E1A1.


Background Color

.myBgColor { background-color: #E1E1A1; }

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

This div background color is #E1E1A1.


Border color

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

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

This div border color is #E1E1A1.


Opacity

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

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

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

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

This text has shadow with #E1E1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1A1 on black background.


Color preview on white background

This text has color #E1E1A1 on white background.



Black color preview on #E1E1A1 background

This text has black color on #E1E1A1 background.


White color preview on #E1E1A1 background

This text has white color on #E1E1A1 background.