COLOR #E49271

HEX: #E49271
RGB: (228,146,113)

Color info

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

RGB color model

#E49271 color RGB value is (228,146,113).

  • red value is 228;
  • green value is 146;
  • blue value is 113.
RGB:
(228,146,113)
(89%,57%,44%)

RGB channels and saturation

R 228 of 255 = 89%
G 146 of 255 = 57%
B 113 of 255 = 44%

228
146
113

R + G + B ~ 63%. #E49271 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 146 + 113 = 487 (100%)
R 228 of 487 ~ 46.82%
G 146 of 487 ~ 29.98%
B 113 of 487 ~ 23.2%

%46.82
%29.98
%23.2

CMYK color model

#E49271 color CMYK value is (0,36,50,11).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 50.44%
  • key color value is 10.59%
CMYK:
(0,36,50,11)
C0M36Y50K11 
(0%,36%,50%,11%)
(0.00/0.36/0.50/0.11)	

CMYK percentages

%0
%35.96
%50.44
%10.59

Codes

Color #E49271 in popluar color models

E49271
RGB228146113
HSL17°68.05%66.86%
HSB/HSV17°50.44%89.41%
CMYK0.00%35.96%50.44%
10.59%

Color #E49271 in popluar number systems.

HEXE49271
Decimal228146113
Binary11100100100100101110001
Octal344222161

Shades and tints

Shades of #E49271

#E49271
(228,146,113)
#D08567
(208,133,103)
#BC785D
(188,120,93)
#A86B53
(168,107,83)
#945E49
(148,94,73)
#80513F
(128,81,63)
#6C4435
(108,68,53)
#58372B
(88,55,43)
#442A21
(68,42,33)
#301D17
(48,29,23)
#1C100D
(28,16,13)
#000000
(0,0,0)

Tints of #E49271

#E49271
(228,146,113)
#E69B7D
(230,155,125)
#E8A489
(232,164,137)
#EAAD95
(234,173,149)
#ECB6A1
(236,182,161)
#EEBFAD
(238,191,173)
#F0C8B9
(240,200,185)
#F2D1C5
(242,209,197)
#F4DAD1
(244,218,209)
#F6E3DD
(246,227,221)
#F8ECE9
(248,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49271 color. Also use rgb(228,146,113) instead hex code.

Text Font Color

.myTextColor { color: #E49271; }

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

This text font color is #E49271.


Background Color

.myBgColor { background-color: #E49271; }

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

This div background color is #E49271.


Border color

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

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

This div border color is #E49271.


Opacity

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

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

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

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

This text has shadow with #E49271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49271 on black background.


Color preview on white background

This text has color #E49271 on white background.



Black color preview on #E49271 background

This text has black color on #E49271 background.


White color preview on #E49271 background

This text has white color on #E49271 background.