COLOR #E49B89

HEX: #E49B89
RGB: (228,155,137)

Color info

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

RGB color model

#E49B89 color RGB value is (228,155,137).

  • red value is 228;
  • green value is 155;
  • blue value is 137.
RGB:
(228,155,137)
(89%,61%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 137 of 255 = 54%

228
155
137

R + G + B ~ 68%. #E49B89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 155 + 137 = 520 (100%)
R 228 of 520 ~ 43.85%
G 155 of 520 ~ 29.81%
B 137 of 520 ~ 26.35%

%43.85
%29.81
%26.35

CMYK color model

#E49B89 color CMYK value is (0,32,40,11).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 39.91%
  • key color value is 10.59%
CMYK:
(0,32,40,11)
C0M32Y40K11 
(0%,32%,40%,11%)
(0.00/0.32/0.40/0.11)	

CMYK percentages

%0
%32.02
%39.91
%10.59

Codes

Color #E49B89 in popluar color models

E49B89
RGB228155137
HSL12°62.76%71.57%
HSB/HSV12°39.91%89.41%
CMYK0.00%32.02%39.91%
10.59%

Color #E49B89 in popluar number systems.

HEXE49B89
Decimal228155137
Binary111001001001101110001001
Octal344233211

Shades and tints

Shades of #E49B89

#E49B89
(228,155,137)
#D08D7D
(208,141,125)
#BC7F71
(188,127,113)
#A87165
(168,113,101)
#946359
(148,99,89)
#80554D
(128,85,77)
#6C4741
(108,71,65)
#583935
(88,57,53)
#442B29
(68,43,41)
#301D1D
(48,29,29)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #E49B89

#E49B89
(228,155,137)
#E6A493
(230,164,147)
#E8AD9D
(232,173,157)
#EAB6A7
(234,182,167)
#ECBFB1
(236,191,177)
#EEC8BB
(238,200,187)
#F0D1C5
(240,209,197)
#F2DACF
(242,218,207)
#F4E3D9
(244,227,217)
#F6ECE3
(246,236,227)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49B89 color. Also use rgb(228,155,137) instead hex code.

Text Font Color

.myTextColor { color: #E49B89; }

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

This text font color is #E49B89.


Background Color

.myBgColor { background-color: #E49B89; }

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

This div background color is #E49B89.


Border color

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

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

This div border color is #E49B89.


Opacity

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

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

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

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

This text has shadow with #E49B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49B89 on black background.


Color preview on white background

This text has color #E49B89 on white background.



Black color preview on #E49B89 background

This text has black color on #E49B89 background.


White color preview on #E49B89 background

This text has white color on #E49B89 background.