COLOR #E49E84

HEX: #E49E84
RGB: (228,158,132)

Color info

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

RGB color model

#E49E84 color RGB value is (228,158,132).

  • red value is 228;
  • green value is 158;
  • blue value is 132.
RGB:
(228,158,132)
(89%,62%,52%)

RGB channels and saturation

R 228 of 255 = 89%
G 158 of 255 = 62%
B 132 of 255 = 52%

228
158
132

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

Portions of RGB colors in percentages

R + G + B =
228 + 158 + 132 = 518 (100%)
R 228 of 518 ~ 44.02%
G 158 of 518 ~ 30.5%
B 132 of 518 ~ 25.48%

%44.02
%30.5
%25.48

CMYK color model

#E49E84 color CMYK value is (0,31,42,11).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(0,31,42,11)
C0M31Y42K11 
(0%,31%,42%,11%)
(0.00/0.31/0.42/0.11)	

CMYK percentages

%0
%30.7
%42.11
%10.59

Codes

Color #E49E84 in popluar color models

E49E84
RGB228158132
HSL16°64.00%70.59%
HSB/HSV16°42.11%89.41%
CMYK0.00%30.70%42.11%
10.59%

Color #E49E84 in popluar number systems.

HEXE49E84
Decimal228158132
Binary111001001001111010000100
Octal344236204

Shades and tints

Shades of #E49E84

#E49E84
(228,158,132)
#D09078
(208,144,120)
#BC826C
(188,130,108)
#A87460
(168,116,96)
#946654
(148,102,84)
#805848
(128,88,72)
#6C4A3C
(108,74,60)
#583C30
(88,60,48)
#442E24
(68,46,36)
#302018
(48,32,24)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #E49E84

#E49E84
(228,158,132)
#E6A68F
(230,166,143)
#E8AE9A
(232,174,154)
#EAB6A5
(234,182,165)
#ECBEB0
(236,190,176)
#EEC6BB
(238,198,187)
#F0CEC6
(240,206,198)
#F2D6D1
(242,214,209)
#F4DEDC
(244,222,220)
#F6E6E7
(246,230,231)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49E84; }

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

This text font color is #E49E84.


Background Color

.myBgColor { background-color: #E49E84; }

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

This div background color is #E49E84.


Border color

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

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

This div border color is #E49E84.


Opacity

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

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

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

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

This text has shadow with #E49E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49E84 on black background.


Color preview on white background

This text has color #E49E84 on white background.



Black color preview on #E49E84 background

This text has black color on #E49E84 background.


White color preview on #E49E84 background

This text has white color on #E49E84 background.