COLOR #E1A95F

HEX: #E1A95F
RGB: (225,169,95)

Color info

#E1A95F contains mainly red and green colors. Web safe color of #E1A95F is #CC9966 (or #C96).

RGB color model

#E1A95F color RGB value is (225,169,95).

  • red value is 225;
  • green value is 169;
  • blue value is 95.
RGB:
(225,169,95)
(88%,66%,37%)

RGB channels and saturation

R 225 of 255 = 88%
G 169 of 255 = 66%
B 95 of 255 = 37%

225
169
95

R + G + B ~ 64%. #E1A95F is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 169 + 95 = 489 (100%)
R 225 of 489 ~ 46.01%
G 169 of 489 ~ 34.56%
B 95 of 489 ~ 19.43%

%46.01
%34.56
%19.43

CMYK color model

#E1A95F color CMYK value is (0,25,58,12).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 57.78%
  • key color value is 11.76%
CMYK:
(0,25,58,12)
C0M25Y58K12 
(0%,25%,58%,12%)
(0.00/0.25/0.58/0.12)	

CMYK percentages

%0
%24.89
%57.78
%11.76

Codes

Color #E1A95F in popluar color models

E1A95F
RGB22516995
HSL34°68.42%62.75%
HSB/HSV34°57.78%88.24%
CMYK0.00%24.89%57.78%
11.76%

Color #E1A95F in popluar number systems.

HEXE1A95F
Decimal22516995
Binary11100001101010011011111
Octal341251137

Shades and tints

Shades of #E1A95F

#E1A95F
(225,169,95)
#CD9A57
(205,154,87)
#B98B4F
(185,139,79)
#A57C47
(165,124,71)
#916D3F
(145,109,63)
#7D5E37
(125,94,55)
#694F2F
(105,79,47)
#554027
(85,64,39)
#41311F
(65,49,31)
#2D2217
(45,34,23)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #E1A95F

#E1A95F
(225,169,95)
#E3B06D
(227,176,109)
#E5B77B
(229,183,123)
#E7BE89
(231,190,137)
#E9C597
(233,197,151)
#EBCCA5
(235,204,165)
#EDD3B3
(237,211,179)
#EFDAC1
(239,218,193)
#F1E1CF
(241,225,207)
#F3E8DD
(243,232,221)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A95F; }

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

This text font color is #E1A95F.


Background Color

.myBgColor { background-color: #E1A95F; }

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

This div background color is #E1A95F.


Border color

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

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

This div border color is #E1A95F.


Opacity

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

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

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

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

This text has shadow with #E1A95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A95F on black background.


Color preview on white background

This text has color #E1A95F on white background.



Black color preview on #E1A95F background

This text has black color on #E1A95F background.


White color preview on #E1A95F background

This text has white color on #E1A95F background.