COLOR #E1AB5E

HEX: #E1AB5E
RGB: (225,171,94)

Color info

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

RGB color model

#E1AB5E color RGB value is (225,171,94).

  • red value is 225;
  • green value is 171;
  • blue value is 94.
RGB:
(225,171,94)
(88%,67%,37%)

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 94 of 255 = 37%

225
171
94

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

Portions of RGB colors in percentages

R + G + B =
225 + 171 + 94 = 490 (100%)
R 225 of 490 ~ 45.92%
G 171 of 490 ~ 34.9%
B 94 of 490 ~ 19.18%

%45.92
%34.9
%19.18

CMYK color model

#E1AB5E color CMYK value is (0,24,58,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 58.22%
  • key color value is 11.76%
CMYK:
(0,24,58,12)
C0M24Y58K12 
(0%,24%,58%,12%)
(0.00/0.24/0.58/0.12)	

CMYK percentages

%0
%24
%58.22
%11.76

Codes

Color #E1AB5E in popluar color models

E1AB5E
RGB22517194
HSL35°68.59%62.55%
HSB/HSV35°58.22%88.24%
CMYK0.00%24.00%58.22%
11.76%

Color #E1AB5E in popluar number systems.

HEXE1AB5E
Decimal22517194
Binary11100001101010111011110
Octal341253136

Shades and tints

Shades of #E1AB5E

#E1AB5E
(225,171,94)
#CD9C56
(205,156,86)
#B98D4E
(185,141,78)
#A57E46
(165,126,70)
#916F3E
(145,111,62)
#7D6036
(125,96,54)
#69512E
(105,81,46)
#554226
(85,66,38)
#41331E
(65,51,30)
#2D2416
(45,36,22)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #E1AB5E

#E1AB5E
(225,171,94)
#E3B26C
(227,178,108)
#E5B97A
(229,185,122)
#E7C088
(231,192,136)
#E9C796
(233,199,150)
#EBCEA4
(235,206,164)
#EDD5B2
(237,213,178)
#EFDCC0
(239,220,192)
#F1E3CE
(241,227,206)
#F3EADC
(243,234,220)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AB5E; }

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

This text font color is #E1AB5E.


Background Color

.myBgColor { background-color: #E1AB5E; }

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

This div background color is #E1AB5E.


Border color

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

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

This div border color is #E1AB5E.


Opacity

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

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

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

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

This text has shadow with #E1AB5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AB5E on black background.


Color preview on white background

This text has color #E1AB5E on white background.



Black color preview on #E1AB5E background

This text has black color on #E1AB5E background.


White color preview on #E1AB5E background

This text has white color on #E1AB5E background.