COLOR #E6E1A5

HEX: #E6E1A5
RGB: (230,225,165)

Color info

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

RGB color model

#E6E1A5 color RGB value is (230,225,165).

  • red value is 230;
  • green value is 225;
  • blue value is 165.
RGB:
(230,225,165)
(90%,88%,65%)

RGB channels and saturation

R 230 of 255 = 90%
G 225 of 255 = 88%
B 165 of 255 = 65%

230
225
165

R + G + B ~ 81%. #E6E1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 225 + 165 = 620 (100%)
R 230 of 620 ~ 37.1%
G 225 of 620 ~ 36.29%
B 165 of 620 ~ 26.61%

%37.1
%36.29
%26.61

CMYK color model

#E6E1A5 color CMYK value is (0,2,28,10).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(0,2,28,10)
C0M2Y28K10 
(0%,2%,28%,10%)
(0.00/0.02/0.28/0.10)	

CMYK percentages

%0
%2.17
%28.26
%9.8

Codes

Color #E6E1A5 in popluar color models

E6E1A5
RGB230225165
HSL55°56.52%77.45%
HSB/HSV55°28.26%90.20%
CMYK0.00%2.17%28.26%
9.80%

Color #E6E1A5 in popluar number systems.

HEXE6E1A5
Decimal230225165
Binary111001101110000110100101
Octal346341245

Shades and tints

Shades of #E6E1A5

#E6E1A5
(230,225,165)
#D2CD96
(210,205,150)
#BEB987
(190,185,135)
#AAA578
(170,165,120)
#969169
(150,145,105)
#827D5A
(130,125,90)
#6E694B
(110,105,75)
#5A553C
(90,85,60)
#46412D
(70,65,45)
#322D1E
(50,45,30)
#1E190F
(30,25,15)
#000000
(0,0,0)

Tints of #E6E1A5

#E6E1A5
(230,225,165)
#E8E3AD
(232,227,173)
#EAE5B5
(234,229,181)
#ECE7BD
(236,231,189)
#EEE9C5
(238,233,197)
#F0EBCD
(240,235,205)
#F2EDD5
(242,237,213)
#F4EFDD
(244,239,221)
#F6F1E5
(246,241,229)
#F8F3ED
(248,243,237)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1A5; }

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

This text font color is #E6E1A5.


Background Color

.myBgColor { background-color: #E6E1A5; }

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

This div background color is #E6E1A5.


Border color

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

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

This div border color is #E6E1A5.


Opacity

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

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

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

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

This text has shadow with #E6E1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E1A5 on black background.


Color preview on white background

This text has color #E6E1A5 on white background.



Black color preview on #E6E1A5 background

This text has black color on #E6E1A5 background.


White color preview on #E6E1A5 background

This text has white color on #E6E1A5 background.