COLOR #E16941

HEX: #E16941
RGB: (225,105,65)

Color info

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

RGB color model

#E16941 color RGB value is (225,105,65).

  • red value is 225;
  • green value is 105;
  • blue value is 65.
RGB:
(225,105,65)
(88%,41%,25%)

RGB channels and saturation

R 225 of 255 = 88%
G 105 of 255 = 41%
B 65 of 255 = 25%

225
105
65

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

Portions of RGB colors in percentages

R + G + B =
225 + 105 + 65 = 395 (100%)
R 225 of 395 ~ 56.96%
G 105 of 395 ~ 26.58%
B 65 of 395 ~ 16.46%

%56.96
%26.58
%16.46

CMYK color model

#E16941 color CMYK value is (0,53,71,12).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 71.11%
  • key color value is 11.76%
CMYK:
(0,53,71,12)
C0M53Y71K12 
(0%,53%,71%,12%)
(0.00/0.53/0.71/0.12)	

CMYK percentages

%0
%53.33
%71.11
%11.76

Codes

Color #E16941 in popluar color models

E16941
RGB22510565
HSL15°72.73%56.86%
HSB/HSV15°71.11%88.24%
CMYK0.00%53.33%71.11%
11.76%

Color #E16941 in popluar number systems.

HEXE16941
Decimal22510565
Binary1110000111010011000001
Octal341151101

Shades and tints

Shades of #E16941

#E16941
(225,105,65)
#CD603C
(205,96,60)
#B95737
(185,87,55)
#A54E32
(165,78,50)
#91452D
(145,69,45)
#7D3C28
(125,60,40)
#693323
(105,51,35)
#552A1E
(85,42,30)
#412119
(65,33,25)
#2D1814
(45,24,20)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #E16941

#E16941
(225,105,65)
#E37652
(227,118,82)
#E58363
(229,131,99)
#E79074
(231,144,116)
#E99D85
(233,157,133)
#EBAA96
(235,170,150)
#EDB7A7
(237,183,167)
#EFC4B8
(239,196,184)
#F1D1C9
(241,209,201)
#F3DEDA
(243,222,218)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16941 color. Also use rgb(225,105,65) instead hex code.

Text Font Color

.myTextColor { color: #E16941; }

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

This text font color is #E16941.


Background Color

.myBgColor { background-color: #E16941; }

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

This div background color is #E16941.


Border color

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

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

This div border color is #E16941.


Opacity

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

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

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

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

This text has shadow with #E16941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16941 on black background.


Color preview on white background

This text has color #E16941 on white background.



Black color preview on #E16941 background

This text has black color on #E16941 background.


White color preview on #E16941 background

This text has white color on #E16941 background.