COLOR #E16000

HEX: #E16000
RGB: (225,96,0)

Color info

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

RGB color model

#E16000 color RGB value is (225,96,0).

  • red value is 225;
  • green value is 96;
  • blue value is 0.
RGB:
(225,96,0)
(88%,38%,0%)

RGB channels and saturation

R 225 of 255 = 88%
G 96 of 255 = 38%
B 0 of 255 = 0%

225
96
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 96 + 0 = 321 (100%)
R 225 of 321 ~ 70.09%
G 96 of 321 ~ 29.91%
B 0 of 321 ~ 0%

%70.09
%29.91

CMYK color model

#E16000 color CMYK value is (0,57,100,12).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,57,100,12)
C0M57Y100K12 
(0%,57%,100%,12%)
(0.00/0.57/1.00/0.12)	

CMYK percentages

%0
%57.33
%100
%11.76

Codes

Color #E16000 in popluar color models

E16000
RGB225960
HSL26°100.00%44.12%
HSB/HSV26°100.00%88.24%
CMYK0.00%57.33%100.00%
11.76%

Color #E16000 in popluar number systems.

HEXE16000
Decimal225960
Binary1110000111000000
Octal3411400

Shades and tints

Shades of #E16000

#E16000
(225,96,0)
#CD5800
(205,88,0)
#B95000
(185,80,0)
#A54800
(165,72,0)
#914000
(145,64,0)
#7D3800
(125,56,0)
#693000
(105,48,0)
#552800
(85,40,0)
#412000
(65,32,0)
#2D1800
(45,24,0)
#191000
(25,16,0)
#000000
(0,0,0)

Tints of #E16000

#E16000
(225,96,0)
#E36E17
(227,110,23)
#E57C2E
(229,124,46)
#E78A45
(231,138,69)
#E9985C
(233,152,92)
#EBA673
(235,166,115)
#EDB48A
(237,180,138)
#EFC2A1
(239,194,161)
#F1D0B8
(241,208,184)
#F3DECF
(243,222,207)
#F5ECE6
(245,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16000 color. Also use rgb(225,96,0) instead hex code.

Text Font Color

.myTextColor { color: #E16000; }

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

This text font color is #E16000.


Background Color

.myBgColor { background-color: #E16000; }

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

This div background color is #E16000.


Border color

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

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

This div border color is #E16000.


Opacity

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

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

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

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

This text has shadow with #E16000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16000 on black background.


Color preview on white background

This text has color #E16000 on white background.



Black color preview on #E16000 background

This text has black color on #E16000 background.


White color preview on #E16000 background

This text has white color on #E16000 background.