COLOR #E07C16

HEX: #E07C16 RGB: (224,124,22)

Color info

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

RGB color model

#E07C16 color RGB value is (224,124,22).

RGB: (224,124,22) (88%, 49%, 9%)

RGB channels and saturation

R 224 of 255 = 88%
G 124 of 255 = 49%
B 22 of 255 = 9%

224
124
22

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

Portions of RGB colors in percentages

R + G + B = 224 + 124 + 22 = 370 (100%)
R 224 of 370 ~ 60.54%
G 124 of 370 ~ 33.51%
B 22 of 370 ~ 5.95'%

%60.54
%33.51

CMYK color model

#E07C16 color CMYK value is (0,45,90,12).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 90.18%
  • key color value is 12.16%

CMYK: (0,45,90,12)
C0M45Y90K12 (0%, 45%, 90%, 12%)
(0.00 / 0.45 / 0.90 / 0.12)

CMYK percentages

%0
%44.64
%90.18
%12.16

Codes

Color #E07C16 in popluar color models

E0 7C 16
RGB 224 124 22
HSL 30° 82.11% 48.24%
HSB/HSV 30° 90.18% 87.84%
CMYK 0.00% 44.64% 90.18%
12.16%

Color #E07C16 in popluar number systems.

HEX E0 7C 16
Decimal 224 124 22
Binary 11100000 1111100 10110
Octal 340 174 26

Shades and tints

Shades of #E07C16

#E07C16
(224,124,22)
#CC7114
(204,113,20)
#B86612
(184,102,18)
#A45B10
(164,91,16)
#90500E
(144,80,14)
#7C450C
(124,69,12)
#683A0A
(104,58,10)
#542F08
(84,47,8)
#402406
(64,36,6)
#2C1904
(44,25,4)
#180E02
(24,14,2)
#000000
(0,0,0)

Tints of #E07C16

#E07C16
(224,124,22)
#E2872B
(226,135,43)
#E49240
(228,146,64)
#E69D55
(230,157,85)
#E8A86A
(232,168,106)
#EAB37F
(234,179,127)
#ECBE94
(236,190,148)
#EEC9A9
(238,201,169)
#F0D4BE
(240,212,190)
#F2DFD3
(242,223,211)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07C16 color. Also use rgb(224,124,22) instead hex code.

Text Font Color

.myTextColor { color: #E07C16; }

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

This text font color is #E07C16.

Background Color

.myBgColor { background-color: #E07C16; }

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

This div background color is #E07C16.

Border color

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

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

This div border color is #E07C16.

Opacity

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

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

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

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

This text has shadow with #E07C16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07C16.

Preview

Color preview on black background

This text has color #E07C16 on black background.


Color preview on white background

This text has color #E07C16 on white background.


Black color preview on #E07C16 background

This text has black color on #E07C16 background.


White color preview on #E07C16 background

This text has white color on #E07C16 background.


Related colors

Complementary color

Complementary color for #E07C16 is #1F83E9.


I love getcolorcode.com

Triadic colors

1 #16E07C and #7C16E0 with #E07C16 are triadic colors.

2 #167CE0 and #7CE016 with #E07C16 are triadic colors.