COLOR #E79003

HEX: #E79003
RGB: (231,144,3)

Color info

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

RGB color model

#E79003 color RGB value is (231,144,3).

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

RGB channels and saturation

R 231 of 255 = 91%
G 144 of 255 = 56%
B 3 of 255 = 1%

231
144
3

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

Portions of RGB colors in percentages

R + G + B =
231 + 144 + 3 = 378 (100%)
R 231 of 378 ~ 61.11%
G 144 of 378 ~ 38.1%
B 3 of 378 ~ 0.79%

%61.11
%38.1

CMYK color model

#E79003 color CMYK value is (0,38,99,9).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 98.70%
  • key color value is 9.41%
CMYK:
(0,38,99,9)
C0M38Y99K9 
(0%,38%,99%,9%)
(0.00/0.38/0.99/0.09)	

CMYK percentages

%0
%37.66
%98.7
%9.41

Codes

Color #E79003 in popluar color models

E79003
RGB2311443
HSL37°97.44%45.88%
HSB/HSV37°98.70%90.59%
CMYK0.00%37.66%98.70%
9.41%

Color #E79003 in popluar number systems.

HEXE79003
Decimal2311443
Binary111001111001000011
Octal3472203

Shades and tints

Shades of #E79003

#E79003
(231,144,3)
#D28303
(210,131,3)
#BD7603
(189,118,3)
#A86903
(168,105,3)
#935C03
(147,92,3)
#7E4F03
(126,79,3)
#694203
(105,66,3)
#543503
(84,53,3)
#3F2803
(63,40,3)
#2A1B03
(42,27,3)
#150E03
(21,14,3)
#000000
(0,0,0)

Tints of #E79003

#E79003
(231,144,3)
#E99A19
(233,154,25)
#EBA42F
(235,164,47)
#EDAE45
(237,174,69)
#EFB85B
(239,184,91)
#F1C271
(241,194,113)
#F3CC87
(243,204,135)
#F5D69D
(245,214,157)
#F7E0B3
(247,224,179)
#F9EAC9
(249,234,201)
#FBF4DF
(251,244,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79003; }

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

This text font color is #E79003.


Background Color

.myBgColor { background-color: #E79003; }

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

This div background color is #E79003.


Border color

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

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

This div border color is #E79003.


Opacity

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

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

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

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

This text has shadow with #E79003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79003 on black background.


Color preview on white background

This text has color #E79003 on white background.



Black color preview on #E79003 background

This text has black color on #E79003 background.


White color preview on #E79003 background

This text has white color on #E79003 background.