COLOR #E07807

HEX: #E07807
RGB: (224,120,7)

Color info

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

RGB color model

#E07807 color RGB value is (224,120,7).

  • red value is 224;
  • green value is 120;
  • blue value is 7.
RGB:
(224,120,7)
(88%,47%,3%)

RGB channels and saturation

R 224 of 255 = 88%
G 120 of 255 = 47%
B 7 of 255 = 3%

224
120
7

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

Portions of RGB colors in percentages

R + G + B =
224 + 120 + 7 = 351 (100%)
R 224 of 351 ~ 63.82%
G 120 of 351 ~ 34.19%
B 7 of 351 ~ 1.99%

%63.82
%34.19

CMYK color model

#E07807 color CMYK value is (0,46,97,12).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 96.88%
  • key color value is 12.16%
CMYK:
(0,46,97,12)
C0M46Y97K12 
(0%,46%,97%,12%)
(0.00/0.46/0.97/0.12)	

CMYK percentages

%0
%46.43
%96.88
%12.16

Codes

Color #E07807 in popluar color models

E07807
RGB2241207
HSL31°93.94%45.29%
HSB/HSV31°96.88%87.84%
CMYK0.00%46.43%96.88%
12.16%

Color #E07807 in popluar number systems.

HEXE07807
Decimal2241207
Binary111000001111000111
Octal3401707

Shades and tints

Shades of #E07807

#E07807
(224,120,7)
#CC6E07
(204,110,7)
#B86407
(184,100,7)
#A45A07
(164,90,7)
#905007
(144,80,7)
#7C4607
(124,70,7)
#683C07
(104,60,7)
#543207
(84,50,7)
#402807
(64,40,7)
#2C1E07
(44,30,7)
#181407
(24,20,7)
#000000
(0,0,0)

Tints of #E07807

#E07807
(224,120,7)
#E2841D
(226,132,29)
#E49033
(228,144,51)
#E69C49
(230,156,73)
#E8A85F
(232,168,95)
#EAB475
(234,180,117)
#ECC08B
(236,192,139)
#EECCA1
(238,204,161)
#F0D8B7
(240,216,183)
#F2E4CD
(242,228,205)
#F4F0E3
(244,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07807 color. Also use rgb(224,120,7) instead hex code.

Text Font Color

.myTextColor { color: #E07807; }

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

This text font color is #E07807.


Background Color

.myBgColor { background-color: #E07807; }

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

This div background color is #E07807.


Border color

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

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

This div border color is #E07807.


Opacity

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

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

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

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

This text has shadow with #E07807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07807 on black background.


Color preview on white background

This text has color #E07807 on white background.



Black color preview on #E07807 background

This text has black color on #E07807 background.


White color preview on #E07807 background

This text has white color on #E07807 background.