COLOR #E16F00

HEX: #E16F00
RGB: (225,111,0)

Color info

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

RGB color model

#E16F00 color RGB value is (225,111,0).

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

RGB channels and saturation

R 225 of 255 = 88%
G 111 of 255 = 44%
B 0 of 255 = 0%

225
111
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 111 + 0 = 336 (100%)
R 225 of 336 ~ 66.96%
G 111 of 336 ~ 33.04%
B 0 of 336 ~ 0%

%66.96
%33.04

CMYK color model

#E16F00 color CMYK value is (0,51,100,12).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,51,100,12)
C0M51Y100K12 
(0%,51%,100%,12%)
(0.00/0.51/1.00/0.12)	

CMYK percentages

%0
%50.67
%100
%11.76

Codes

Color #E16F00 in popluar color models

E16F00
RGB2251110
HSL30°100.00%44.12%
HSB/HSV30°100.00%88.24%
CMYK0.00%50.67%100.00%
11.76%

Color #E16F00 in popluar number systems.

HEXE16F00
Decimal2251110
Binary1110000111011110
Octal3411570

Shades and tints

Shades of #E16F00

#E16F00
(225,111,0)
#CD6500
(205,101,0)
#B95B00
(185,91,0)
#A55100
(165,81,0)
#914700
(145,71,0)
#7D3D00
(125,61,0)
#693300
(105,51,0)
#552900
(85,41,0)
#411F00
(65,31,0)
#2D1500
(45,21,0)
#190B00
(25,11,0)
#000000
(0,0,0)

Tints of #E16F00

#E16F00
(225,111,0)
#E37C17
(227,124,23)
#E5892E
(229,137,46)
#E79645
(231,150,69)
#E9A35C
(233,163,92)
#EBB073
(235,176,115)
#EDBD8A
(237,189,138)
#EFCAA1
(239,202,161)
#F1D7B8
(241,215,184)
#F3E4CF
(243,228,207)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E16F00; }

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

This text font color is #E16F00.


Background Color

.myBgColor { background-color: #E16F00; }

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

This div background color is #E16F00.


Border color

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

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

This div border color is #E16F00.


Opacity

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

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

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

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

This text has shadow with #E16F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16F00 on black background.


Color preview on white background

This text has color #E16F00 on white background.



Black color preview on #E16F00 background

This text has black color on #E16F00 background.


White color preview on #E16F00 background

This text has white color on #E16F00 background.