COLOR #E79013

HEX: #E79013
RGB: (231,144,19)

Color info

#E79013 contains mainly red color. Web safe color of #E79013 is #FF9900 (or #F90).

RGB color model

#E79013 color RGB value is (231,144,19).

  • red value is 231;
  • green value is 144;
  • blue value is 19.
RGB:
(231,144,19)
(91%,56%,7%)

RGB channels and saturation

R 231 of 255 = 91%
G 144 of 255 = 56%
B 19 of 255 = 7%

231
144
19

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

Portions of RGB colors in percentages

R + G + B =
231 + 144 + 19 = 394 (100%)
R 231 of 394 ~ 58.63%
G 144 of 394 ~ 36.55%
B 19 of 394 ~ 4.82%

%58.63
%36.55

CMYK color model

#E79013 color CMYK value is (0,38,92,9).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 91.77%
  • key color value is 9.41%
CMYK:
(0,38,92,9)
C0M38Y92K9 
(0%,38%,92%,9%)
(0.00/0.38/0.92/0.09)	

CMYK percentages

%0
%37.66
%91.77
%9.41

Codes

Color #E79013 in popluar color models

E79013
RGB23114419
HSL35°84.80%49.02%
HSB/HSV35°91.77%90.59%
CMYK0.00%37.66%91.77%
9.41%

Color #E79013 in popluar number systems.

HEXE79013
Decimal23114419
Binary111001111001000010011
Octal34722023

Shades and tints

Shades of #E79013

#E79013
(231,144,19)
#D28312
(210,131,18)
#BD7611
(189,118,17)
#A86910
(168,105,16)
#935C0F
(147,92,15)
#7E4F0E
(126,79,14)
#69420D
(105,66,13)
#54350C
(84,53,12)
#3F280B
(63,40,11)
#2A1B0A
(42,27,10)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #E79013

#E79013
(231,144,19)
#E99A28
(233,154,40)
#EBA43D
(235,164,61)
#EDAE52
(237,174,82)
#EFB867
(239,184,103)
#F1C27C
(241,194,124)
#F3CC91
(243,204,145)
#F5D6A6
(245,214,166)
#F7E0BB
(247,224,187)
#F9EAD0
(249,234,208)
#FBF4E5
(251,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79013 color. Also use rgb(231,144,19) instead hex code.

Text Font Color

.myTextColor { color: #E79013; }

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

This text font color is #E79013.


Background Color

.myBgColor { background-color: #E79013; }

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

This div background color is #E79013.


Border color

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

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

This div border color is #E79013.


Opacity

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

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

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

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

This text has shadow with #E79013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79013 on black background.


Color preview on white background

This text has color #E79013 on white background.



Black color preview on #E79013 background

This text has black color on #E79013 background.


White color preview on #E79013 background

This text has white color on #E79013 background.