COLOR #E66F16

HEX: #E66F16
RGB: (230,111,22)

Color info

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

RGB color model

#E66F16 color RGB value is (230,111,22).

  • red value is 230;
  • green value is 111;
  • blue value is 22.
RGB:
(230,111,22)
(90%,44%,9%)

RGB channels and saturation

R 230 of 255 = 90%
G 111 of 255 = 44%
B 22 of 255 = 9%

230
111
22

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

Portions of RGB colors in percentages

R + G + B =
230 + 111 + 22 = 363 (100%)
R 230 of 363 ~ 63.36%
G 111 of 363 ~ 30.58%
B 22 of 363 ~ 6.06%

%63.36
%30.58

CMYK color model

#E66F16 color CMYK value is (0,52,90,10).

  • cyan value is 0.00%
  • magenta value is 51.74%
  • yellow value is 90.43%
  • key color value is 9.80%
CMYK:
(0,52,90,10)
C0M52Y90K10 
(0%,52%,90%,10%)
(0.00/0.52/0.90/0.10)	

CMYK percentages

%0
%51.74
%90.43
%9.8

Codes

Color #E66F16 in popluar color models

E66F16
RGB23011122
HSL26°82.54%49.41%
HSB/HSV26°90.43%90.20%
CMYK0.00%51.74%90.43%
9.80%

Color #E66F16 in popluar number systems.

HEXE66F16
Decimal23011122
Binary11100110110111110110
Octal34615726

Shades and tints

Shades of #E66F16

#E66F16
(230,111,22)
#D26514
(210,101,20)
#BE5B12
(190,91,18)
#AA5110
(170,81,16)
#96470E
(150,71,14)
#823D0C
(130,61,12)
#6E330A
(110,51,10)
#5A2908
(90,41,8)
#461F06
(70,31,6)
#321504
(50,21,4)
#1E0B02
(30,11,2)
#000000
(0,0,0)

Tints of #E66F16

#E66F16
(230,111,22)
#E87C2B
(232,124,43)
#EA8940
(234,137,64)
#EC9655
(236,150,85)
#EEA36A
(238,163,106)
#F0B07F
(240,176,127)
#F2BD94
(242,189,148)
#F4CAA9
(244,202,169)
#F6D7BE
(246,215,190)
#F8E4D3
(248,228,211)
#FAF1E8
(250,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66F16 color. Also use rgb(230,111,22) instead hex code.

Text Font Color

.myTextColor { color: #E66F16; }

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

This text font color is #E66F16.


Background Color

.myBgColor { background-color: #E66F16; }

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

This div background color is #E66F16.


Border color

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

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

This div border color is #E66F16.


Opacity

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

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

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

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

This text has shadow with #E66F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66F16 on black background.


Color preview on white background

This text has color #E66F16 on white background.



Black color preview on #E66F16 background

This text has black color on #E66F16 background.


White color preview on #E66F16 background

This text has white color on #E66F16 background.