COLOR #E1AA92

HEX: #E1AA92
RGB: (225,170,146)

Color info

#E1AA92 contains mainly red and green colors. Web safe color of #E1AA92 is #CC9999 (or #C99).

RGB color model

#E1AA92 color RGB value is (225,170,146).

  • red value is 225;
  • green value is 170;
  • blue value is 146.
RGB: (225,170,146) (88%,67%,57%)

RGB channels and saturation

R 225 of 255 = 88%
G 170 of 255 = 67%
B 146 of 255 = 57%

225
170
146

R + G + B ~ 71%. #E1AA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 170 + 146 = 541 (100%)
R 225 of 541 ~ 41.59%
G 170 of 541 ~ 31.42%
B 146 of 541 ~ 26.99%

%41.59
%31.42
%26.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 35.11%
  • key color value is 11.76%
CMYK: (0,24,35,12) C0M24Y35K12 (0%,24%,35%,12%) (0.00/0.24/0.35/0.12)

CMYK percentages

%0
%24.44
%35.11
%11.76

Codes

Color #E1AA92 in popluar color models

E1AA92
RGB225170146
HSL18°56.83%72.75%
HSB/HSV18°35.11%88.24%
CMYK0.00%24.44%35.11%
11.76%

Color #E1AA92 in popluar number systems.

HEXE1AA92
Decimal225170146
Binary111000011010101010010010
Octal341252222

Shades and tints

Shades of #E1AA92

#E1AA92
(225,170,146)
#CD9B85
(205,155,133)
#B98C78
(185,140,120)
#A57D6B
(165,125,107)
#916E5E
(145,110,94)
#7D5F51
(125,95,81)
#695044
(105,80,68)
#554137
(85,65,55)
#41322A
(65,50,42)
#2D231D
(45,35,29)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #E1AA92

#E1AA92
(225,170,146)
#E3B19B
(227,177,155)
#E5B8A4
(229,184,164)
#E7BFAD
(231,191,173)
#E9C6B6
(233,198,182)
#EBCDBF
(235,205,191)
#EDD4C8
(237,212,200)
#EFDBD1
(239,219,209)
#F1E2DA
(241,226,218)
#F3E9E3
(243,233,227)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AA92; }

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

This text font color is #E1AA92.


Background Color

.myBgColor { background-color: #E1AA92; }

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

This div background color is #E1AA92.


Border color

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

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

This div border color is #E1AA92.


Opacity

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

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

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

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

This text has shadow with #E1AA92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1AA92 on black background.


Color preview on white background

This text has color #E1AA92 on white background.



Black color preview on #E1AA92 background

This text has black color on #E1AA92 background.


White color preview on #E1AA92 background

This text has white color on #E1AA92 background.