COLOR #E4A99D

HEX: #E4A99D RGB: (228,169,157)

Color info

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

RGB color model

#E4A99D color RGB value is (228,169,157).

RGB: (228,169,157) (89%, 66%, 62%)

RGB channels and saturation

R 228 of 255 = 89%
G 169 of 255 = 66%
B 157 of 255 = 62%

228
169
157

R + G + B ~ 72%. #E4A99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 169 + 157 = 554 (100%)
R 228 of 554 ~ 41.16%
G 169 of 554 ~ 30.51%
B 157 of 554 ~ 28.34'%

%41.16
%30.51
%28.34

CMYK color model

#E4A99D color CMYK value is (0,26,31,11).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 31.14%
  • key color value is 10.59%

CMYK: (0,26,31,11)
C0M26Y31K11 (0%, 26%, 31%, 11%)
(0.00 / 0.26 / 0.31 / 0.11)

CMYK percentages

%0
%25.88
%31.14
%10.59

Codes

Color #E4A99D in popluar color models

E4 A9 9D
RGB 228 169 157
HSL 10° 56.80% 75.49%
HSB/HSV 10° 31.14% 89.41%
CMYK 0.00% 25.88% 31.14%
10.59%

Color #E4A99D in popluar number systems.

HEX E4 A9 9D
Decimal 228 169 157
Binary 11100100 10101001 10011101
Octal 344 251 235

Shades and tints

Shades of #E4A99D

#E4A99D
(228,169,157)
#D09A8F
(208,154,143)
#BC8B81
(188,139,129)
#A87C73
(168,124,115)
#946D65
(148,109,101)
#805E57
(128,94,87)
#6C4F49
(108,79,73)
#58403B
(88,64,59)
#44312D
(68,49,45)
#30221F
(48,34,31)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #E4A99D

#E4A99D
(228,169,157)
#E6B0A5
(230,176,165)
#E8B7AD
(232,183,173)
#EABEB5
(234,190,181)
#ECC5BD
(236,197,189)
#EECCC5
(238,204,197)
#F0D3CD
(240,211,205)
#F2DAD5
(242,218,213)
#F4E1DD
(244,225,221)
#F6E8E5
(246,232,229)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A99D color. Also use rgb(228,169,157) instead hex code.

Text Font Color

.myTextColor { color: #E4A99D; }

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

This text font color is #E4A99D.

Background Color

.myBgColor { background-color: #E4A99D; }

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

This div background color is #E4A99D.

Border color

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

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

This div border color is #E4A99D.

Opacity

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

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

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

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

This text has shadow with #E4A99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4A99D.

Preview

Color preview on black background

This text has color #E4A99D on black background.


Color preview on white background

This text has color #E4A99D on white background.


Black color preview on #E4A99D background

This text has black color on #E4A99D background.


White color preview on #E4A99D background

This text has white color on #E4A99D background.


Related colors

Complementary color

Complementary color for #hex is #1B5662.


I love getcolorcode.com

Triadic colors

1 #9DE4A9 and #A99DE4 with #E4A99D are triadic colors.

2 #9DA9E4 and #A9E49D with #E4A99D are triadic colors.