COLOR #E16C3D

HEX: #E16C3D
RGB: (225,108,61)

Color info

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

RGB color model

#E16C3D color RGB value is (225,108,61).

  • red value is 225;
  • green value is 108;
  • blue value is 61.
RGB:
(225,108,61)
(88%,42%,24%)

RGB channels and saturation

R 225 of 255 = 88%
G 108 of 255 = 42%
B 61 of 255 = 24%

225
108
61

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

Portions of RGB colors in percentages

R + G + B =
225 + 108 + 61 = 394 (100%)
R 225 of 394 ~ 57.11%
G 108 of 394 ~ 27.41%
B 61 of 394 ~ 15.48%

%57.11
%27.41
%15.48

CMYK color model

#E16C3D color CMYK value is (0,52,73,12).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 72.89%
  • key color value is 11.76%
CMYK:
(0,52,73,12)
C0M52Y73K12 
(0%,52%,73%,12%)
(0.00/0.52/0.73/0.12)	

CMYK percentages

%0
%52
%72.89
%11.76

Codes

Color #E16C3D in popluar color models

E16C3D
RGB22510861
HSL17°73.21%56.08%
HSB/HSV17°72.89%88.24%
CMYK0.00%52.00%72.89%
11.76%

Color #E16C3D in popluar number systems.

HEXE16C3D
Decimal22510861
Binary111000011101100111101
Octal34115475

Shades and tints

Shades of #E16C3D

#E16C3D
(225,108,61)
#CD6338
(205,99,56)
#B95A33
(185,90,51)
#A5512E
(165,81,46)
#914829
(145,72,41)
#7D3F24
(125,63,36)
#69361F
(105,54,31)
#552D1A
(85,45,26)
#412415
(65,36,21)
#2D1B10
(45,27,16)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #E16C3D

#E16C3D
(225,108,61)
#E3794E
(227,121,78)
#E5865F
(229,134,95)
#E79370
(231,147,112)
#E9A081
(233,160,129)
#EBAD92
(235,173,146)
#EDBAA3
(237,186,163)
#EFC7B4
(239,199,180)
#F1D4C5
(241,212,197)
#F3E1D6
(243,225,214)
#F5EEE7
(245,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16C3D color. Also use rgb(225,108,61) instead hex code.

Text Font Color

.myTextColor { color: #E16C3D; }

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

This text font color is #E16C3D.


Background Color

.myBgColor { background-color: #E16C3D; }

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

This div background color is #E16C3D.


Border color

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

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

This div border color is #E16C3D.


Opacity

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

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

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

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

This text has shadow with #E16C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16C3D on black background.


Color preview on white background

This text has color #E16C3D on white background.



Black color preview on #E16C3D background

This text has black color on #E16C3D background.


White color preview on #E16C3D background

This text has white color on #E16C3D background.