COLOR #E16D50

HEX: #E16D50
RGB: (225,109,80)

Color info

#E16D50 contains mainly red color. Web safe color of #E16D50 is #CC6666 (or #C66).

RGB color model

#E16D50 color RGB value is (225,109,80).

  • red value is 225;
  • green value is 109;
  • blue value is 80.
RGB:
(225,109,80)
(88%,43%,31%)

RGB channels and saturation

R 225 of 255 = 88%
G 109 of 255 = 43%
B 80 of 255 = 31%

225
109
80

R + G + B ~ 54%. #E16D50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 109 + 80 = 414 (100%)
R 225 of 414 ~ 54.35%
G 109 of 414 ~ 26.33%
B 80 of 414 ~ 19.32%

%54.35
%26.33
%19.32

CMYK color model

#E16D50 color CMYK value is (0,52,64,12).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 64.44%
  • key color value is 11.76%
CMYK:
(0,52,64,12)
C0M52Y64K12 
(0%,52%,64%,12%)
(0.00/0.52/0.64/0.12)	

CMYK percentages

%0
%51.56
%64.44
%11.76

Codes

Color #E16D50 in popluar color models

E16D50
RGB22510980
HSL12°70.73%59.80%
HSB/HSV12°64.44%88.24%
CMYK0.00%51.56%64.44%
11.76%

Color #E16D50 in popluar number systems.

HEXE16D50
Decimal22510980
Binary1110000111011011010000
Octal341155120

Shades and tints

Shades of #E16D50

#E16D50
(225,109,80)
#CD6449
(205,100,73)
#B95B42
(185,91,66)
#A5523B
(165,82,59)
#914934
(145,73,52)
#7D402D
(125,64,45)
#693726
(105,55,38)
#552E1F
(85,46,31)
#412518
(65,37,24)
#2D1C11
(45,28,17)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #E16D50

#E16D50
(225,109,80)
#E37A5F
(227,122,95)
#E5876E
(229,135,110)
#E7947D
(231,148,125)
#E9A18C
(233,161,140)
#EBAE9B
(235,174,155)
#EDBBAA
(237,187,170)
#EFC8B9
(239,200,185)
#F1D5C8
(241,213,200)
#F3E2D7
(243,226,215)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16D50 color. Also use rgb(225,109,80) instead hex code.

Text Font Color

.myTextColor { color: #E16D50; }

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

This text font color is #E16D50.


Background Color

.myBgColor { background-color: #E16D50; }

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

This div background color is #E16D50.


Border color

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

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

This div border color is #E16D50.


Opacity

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

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

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

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

This text has shadow with #E16D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16D50 on black background.


Color preview on white background

This text has color #E16D50 on white background.



Black color preview on #E16D50 background

This text has black color on #E16D50 background.


White color preview on #E16D50 background

This text has white color on #E16D50 background.