COLOR #E49E8B

HEX: #E49E8B RGB: (228,158,139)

Color info

#E49E8B contains mainly red color. Web safe color of #E49E8B is #CC9999 (or #C99).

RGB color model

#E49E8B color RGB value is (228,158,139).

RGB: (228,158,139) (89%, 62%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 158 of 255 = 62%
B 139 of 255 = 55%

228
158
139

R + G + B ~ 69%. #E49E8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 158 + 139 = 525 (100%)
R 228 of 525 ~ 43.43%
G 158 of 525 ~ 30.1%
B 139 of 525 ~ 26.48'%

%43.43
%30.1
%26.48

CMYK color model

#E49E8B color CMYK value is (0,31,39,11).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 39.04%
  • key color value is 10.59%

CMYK: (0,31,39,11)
C0M31Y39K11 (0%, 31%, 39%, 11%)
(0.00 / 0.31 / 0.39 / 0.11)

CMYK percentages

%0
%30.7
%39.04
%10.59

Codes

Color #E49E8B in popluar color models

E4 9E 8B
RGB 228 158 139
HSL 13° 62.24% 71.96%
HSB/HSV 13° 39.04% 89.41%
CMYK 0.00% 30.70% 39.04%
10.59%

Color #E49E8B in popluar number systems.

HEX E4 9E 8B
Decimal 228 158 139
Binary 11100100 10011110 10001011
Octal 344 236 213

Shades and tints

Shades of #E49E8B

#E49E8B
(228,158,139)
#D0907F
(208,144,127)
#BC8273
(188,130,115)
#A87467
(168,116,103)
#94665B
(148,102,91)
#80584F
(128,88,79)
#6C4A43
(108,74,67)
#583C37
(88,60,55)
#442E2B
(68,46,43)
#30201F
(48,32,31)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #E49E8B

#E49E8B
(228,158,139)
#E6A695
(230,166,149)
#E8AE9F
(232,174,159)
#EAB6A9
(234,182,169)
#ECBEB3
(236,190,179)
#EEC6BD
(238,198,189)
#F0CEC7
(240,206,199)
#F2D6D1
(242,214,209)
#F4DEDB
(244,222,219)
#F6E6E5
(246,230,229)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49E8B color. Also use rgb(228,158,139) instead hex code.

Text Font Color

.myTextColor { color: #E49E8B; }

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

This text font color is #E49E8B.

Background Color

.myBgColor { background-color: #E49E8B; }

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

This div background color is #E49E8B.

Border color

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

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

This div border color is #E49E8B.

Opacity

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

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

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

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

This text has shadow with #E49E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49E8B.

Preview

Color preview on black background

This text has color #E49E8B on black background.


Color preview on white background

This text has color #E49E8B on white background.


Black color preview on #E49E8B background

This text has black color on #E49E8B background.


White color preview on #E49E8B background

This text has white color on #E49E8B background.


Related colors

Complementary color

Complementary color for #hex is #1B6174.


I love getcolorcode.com

Triadic colors

1 #8BE49E and #9E8BE4 with #E49E8B are triadic colors.

2 #8B9EE4 and #9EE48B with #E49E8B are triadic colors.