COLOR #E16715

HEX: #E16715
RGB: (225,103,21)

Color info

#E16715 contains mainly red color. Web safe color of #E16715 is #CC6600 (or #C60).

RGB color model

#E16715 color RGB value is (225,103,21).

  • red value is 225;
  • green value is 103;
  • blue value is 21.
RGB:
(225,103,21)
(88%,40%,8%)

RGB channels and saturation

R 225 of 255 = 88%
G 103 of 255 = 40%
B 21 of 255 = 8%

225
103
21

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

Portions of RGB colors in percentages

R + G + B =
225 + 103 + 21 = 349 (100%)
R 225 of 349 ~ 64.47%
G 103 of 349 ~ 29.51%
B 21 of 349 ~ 6.02%

%64.47
%29.51

CMYK color model

#E16715 color CMYK value is (0,54,91,12).

  • cyan value is 0.00%
  • magenta value is 54.22%
  • yellow value is 90.67%
  • key color value is 11.76%
CMYK:
(0,54,91,12)
C0M54Y91K12 
(0%,54%,91%,12%)
(0.00/0.54/0.91/0.12)	

CMYK percentages

%0
%54.22
%90.67
%11.76

Codes

Color #E16715 in popluar color models

E16715
RGB22510321
HSL24°82.93%48.24%
HSB/HSV24°90.67%88.24%
CMYK0.00%54.22%90.67%
11.76%

Color #E16715 in popluar number systems.

HEXE16715
Decimal22510321
Binary11100001110011110101
Octal34114725

Shades and tints

Shades of #E16715

#E16715
(225,103,21)
#CD5E14
(205,94,20)
#B95513
(185,85,19)
#A54C12
(165,76,18)
#914311
(145,67,17)
#7D3A10
(125,58,16)
#69310F
(105,49,15)
#55280E
(85,40,14)
#411F0D
(65,31,13)
#2D160C
(45,22,12)
#190D0B
(25,13,11)
#000000
(0,0,0)

Tints of #E16715

#E16715
(225,103,21)
#E3742A
(227,116,42)
#E5813F
(229,129,63)
#E78E54
(231,142,84)
#E99B69
(233,155,105)
#EBA87E
(235,168,126)
#EDB593
(237,181,147)
#EFC2A8
(239,194,168)
#F1CFBD
(241,207,189)
#F3DCD2
(243,220,210)
#F5E9E7
(245,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16715 color. Also use rgb(225,103,21) instead hex code.

Text Font Color

.myTextColor { color: #E16715; }

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

This text font color is #E16715.


Background Color

.myBgColor { background-color: #E16715; }

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

This div background color is #E16715.


Border color

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

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

This div border color is #E16715.


Opacity

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

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

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

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

This text has shadow with #E16715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16715 on black background.


Color preview on white background

This text has color #E16715 on white background.



Black color preview on #E16715 background

This text has black color on #E16715 background.


White color preview on #E16715 background

This text has white color on #E16715 background.