COLOR #E74116

HEX: #E74116
RGB: (231,65,22)

Color info

#E74116 contains mainly red color. Web safe color of #E74116 is #FF3300 (or #F30).

RGB color model

#E74116 color RGB value is (231,65,22).

  • red value is 231;
  • green value is 65;
  • blue value is 22.
RGB:
(231,65,22)
(91%,25%,9%)

RGB channels and saturation

R 231 of 255 = 91%
G 65 of 255 = 25%
B 22 of 255 = 9%

231
65
22

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

Portions of RGB colors in percentages

R + G + B =
231 + 65 + 22 = 318 (100%)
R 231 of 318 ~ 72.64%
G 65 of 318 ~ 20.44%
B 22 of 318 ~ 6.92%

%72.64
%20.44

CMYK color model

#E74116 color CMYK value is (0,72,90,9).

  • cyan value is 0.00%
  • magenta value is 71.86%
  • yellow value is 90.48%
  • key color value is 9.41%
CMYK:
(0,72,90,9)
C0M72Y90K9 
(0%,72%,90%,9%)
(0.00/0.72/0.90/0.09)	

CMYK percentages

%0
%71.86
%90.48
%9.41

Codes

Color #E74116 in popluar color models

E74116
RGB2316522
HSL12°82.61%49.61%
HSB/HSV12°90.48%90.59%
CMYK0.00%71.86%90.48%
9.41%

Color #E74116 in popluar number systems.

HEXE74116
Decimal2316522
Binary11100111100000110110
Octal34710126

Shades and tints

Shades of #E74116

#E74116
(231,65,22)
#D23C14
(210,60,20)
#BD3712
(189,55,18)
#A83210
(168,50,16)
#932D0E
(147,45,14)
#7E280C
(126,40,12)
#69230A
(105,35,10)
#541E08
(84,30,8)
#3F1906
(63,25,6)
#2A1404
(42,20,4)
#150F02
(21,15,2)
#000000
(0,0,0)

Tints of #E74116

#E74116
(231,65,22)
#E9522B
(233,82,43)
#EB6340
(235,99,64)
#ED7455
(237,116,85)
#EF856A
(239,133,106)
#F1967F
(241,150,127)
#F3A794
(243,167,148)
#F5B8A9
(245,184,169)
#F7C9BE
(247,201,190)
#F9DAD3
(249,218,211)
#FBEBE8
(251,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74116 color. Also use rgb(231,65,22) instead hex code.

Text Font Color

.myTextColor { color: #E74116; }

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

This text font color is #E74116.


Background Color

.myBgColor { background-color: #E74116; }

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

This div background color is #E74116.


Border color

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

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

This div border color is #E74116.


Opacity

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

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

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

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

This text has shadow with #E74116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74116 on black background.


Color preview on white background

This text has color #E74116 on white background.



Black color preview on #E74116 background

This text has black color on #E74116 background.


White color preview on #E74116 background

This text has white color on #E74116 background.