COLOR #E16442

HEX: #E16442
RGB: (225,100,66)

Color info

#E16442 contains mainly red color. Web safe color of #E16442 is #CC6633 (or #C63).

RGB color model

#E16442 color RGB value is (225,100,66).

  • red value is 225;
  • green value is 100;
  • blue value is 66.
RGB:
(225,100,66)
(88%,39%,26%)

RGB channels and saturation

R 225 of 255 = 88%
G 100 of 255 = 39%
B 66 of 255 = 26%

225
100
66

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

Portions of RGB colors in percentages

R + G + B =
225 + 100 + 66 = 391 (100%)
R 225 of 391 ~ 57.54%
G 100 of 391 ~ 25.58%
B 66 of 391 ~ 16.88%

%57.54
%25.58
%16.88

CMYK color model

#E16442 color CMYK value is (0,56,71,12).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 70.67%
  • key color value is 11.76%
CMYK:
(0,56,71,12)
C0M56Y71K12 
(0%,56%,71%,12%)
(0.00/0.56/0.71/0.12)	

CMYK percentages

%0
%55.56
%70.67
%11.76

Codes

Color #E16442 in popluar color models

E16442
RGB22510066
HSL13°72.60%57.06%
HSB/HSV13°70.67%88.24%
CMYK0.00%55.56%70.67%
11.76%

Color #E16442 in popluar number systems.

HEXE16442
Decimal22510066
Binary1110000111001001000010
Octal341144102

Shades and tints

Shades of #E16442

#E16442
(225,100,66)
#CD5B3C
(205,91,60)
#B95236
(185,82,54)
#A54930
(165,73,48)
#91402A
(145,64,42)
#7D3724
(125,55,36)
#692E1E
(105,46,30)
#552518
(85,37,24)
#411C12
(65,28,18)
#2D130C
(45,19,12)
#190A06
(25,10,6)
#000000
(0,0,0)

Tints of #E16442

#E16442
(225,100,66)
#E37253
(227,114,83)
#E58064
(229,128,100)
#E78E75
(231,142,117)
#E99C86
(233,156,134)
#EBAA97
(235,170,151)
#EDB8A8
(237,184,168)
#EFC6B9
(239,198,185)
#F1D4CA
(241,212,202)
#F3E2DB
(243,226,219)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16442 color. Also use rgb(225,100,66) instead hex code.

Text Font Color

.myTextColor { color: #E16442; }

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

This text font color is #E16442.


Background Color

.myBgColor { background-color: #E16442; }

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

This div background color is #E16442.


Border color

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

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

This div border color is #E16442.


Opacity

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

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

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

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

This text has shadow with #E16442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16442 on black background.


Color preview on white background

This text has color #E16442 on white background.



Black color preview on #E16442 background

This text has black color on #E16442 background.


White color preview on #E16442 background

This text has white color on #E16442 background.