COLOR #E49575

HEX: #E49575
RGB: (228,149,117)

Color info

#E49575 contains mainly red color. Web safe color of #E49575 is #CC9966 (or #C96).

RGB color model

#E49575 color RGB value is (228,149,117).

  • red value is 228;
  • green value is 149;
  • blue value is 117.
RGB:
(228,149,117)
(89%,58%,46%)

RGB channels and saturation

R 228 of 255 = 89%
G 149 of 255 = 58%
B 117 of 255 = 46%

228
149
117

R + G + B ~ 64%. #E49575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 149 + 117 = 494 (100%)
R 228 of 494 ~ 46.15%
G 149 of 494 ~ 30.16%
B 117 of 494 ~ 23.68%

%46.15
%30.16
%23.68

CMYK color model

#E49575 color CMYK value is (0,35,49,11).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 48.68%
  • key color value is 10.59%
CMYK:
(0,35,49,11)
C0M35Y49K11 
(0%,35%,49%,11%)
(0.00/0.35/0.49/0.11)	

CMYK percentages

%0
%34.65
%48.68
%10.59

Codes

Color #E49575 in popluar color models

E49575
RGB228149117
HSL17°67.27%67.65%
HSB/HSV17°48.68%89.41%
CMYK0.00%34.65%48.68%
10.59%

Color #E49575 in popluar number systems.

HEXE49575
Decimal228149117
Binary11100100100101011110101
Octal344225165

Shades and tints

Shades of #E49575

#E49575
(228,149,117)
#D0886B
(208,136,107)
#BC7B61
(188,123,97)
#A86E57
(168,110,87)
#94614D
(148,97,77)
#805443
(128,84,67)
#6C4739
(108,71,57)
#583A2F
(88,58,47)
#442D25
(68,45,37)
#30201B
(48,32,27)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #E49575

#E49575
(228,149,117)
#E69E81
(230,158,129)
#E8A78D
(232,167,141)
#EAB099
(234,176,153)
#ECB9A5
(236,185,165)
#EEC2B1
(238,194,177)
#F0CBBD
(240,203,189)
#F2D4C9
(242,212,201)
#F4DDD5
(244,221,213)
#F6E6E1
(246,230,225)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49575 color. Also use rgb(228,149,117) instead hex code.

Text Font Color

.myTextColor { color: #E49575; }

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

This text font color is #E49575.


Background Color

.myBgColor { background-color: #E49575; }

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

This div background color is #E49575.


Border color

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

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

This div border color is #E49575.


Opacity

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

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

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

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

This text has shadow with #E49575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49575 on black background.


Color preview on white background

This text has color #E49575 on white background.



Black color preview on #E49575 background

This text has black color on #E49575 background.


White color preview on #E49575 background

This text has white color on #E49575 background.