COLOR #E79A12

HEX: #E79A12 RGB: (231,154,18)

Color info

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

RGB color model

#E79A12 color RGB value is (231,154,18).

RGB: (231,154,18) (91%, 60%, 7%)

RGB channels and saturation

R 231 of 255 = 91%
G 154 of 255 = 60%
B 18 of 255 = 7%

231
154
18

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

Portions of RGB colors in percentages

R + G + B = 231 + 154 + 18 = 403 (100%)
R 231 of 403 ~ 57.32%
G 154 of 403 ~ 38.21%
B 18 of 403 ~ 4.47'%

%57.32
%38.21

CMYK color model

#E79A12 color CMYK value is (0,33,92,9).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 92.21%
  • key color value is 9.41%
CMYK: (0,33,92,9) C0M33Y92K9 (0%,33%,92%,9%) (0.00/0.33/0.92/0.09) 

CMYK percentages

%0
%33.33
%92.21
%9.41

Codes

Color #E79A12 in popluar color models

E7 9A 12
RGB 231 154 18
HSL 38° 85.54% 48.82%
HSB/HSV 38° 92.21% 90.59%
CMYK 0.00% 33.33% 92.21%
9.41%

Color #E79A12 in popluar number systems.

HEX E7 9A 12
Decimal 231 154 18
Binary 11100111 10011010 10010
Octal 347 232 22

Shades and tints

Shades of #E79A12

#E79A12
(231,154,18)
#D28C11
(210,140,17)
#BD7E10
(189,126,16)
#A8700F
(168,112,15)
#93620E
(147,98,14)
#7E540D
(126,84,13)
#69460C
(105,70,12)
#54380B
(84,56,11)
#3F2A0A
(63,42,10)
#2A1C09
(42,28,9)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #E79A12

#E79A12
(231,154,18)
#E9A327
(233,163,39)
#EBAC3C
(235,172,60)
#EDB551
(237,181,81)
#EFBE66
(239,190,102)
#F1C77B
(241,199,123)
#F3D090
(243,208,144)
#F5D9A5
(245,217,165)
#F7E2BA
(247,226,186)
#F9EBCF
(249,235,207)
#FBF4E4
(251,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79A12 color. Also use rgb(231,154,18) instead hex code.

Text Font Color

.myTextColor { color: #E79A12; }

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

This text font color is #E79A12.

Background Color

.myBgColor { background-color: #E79A12; }

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

This div background color is #E79A12.

Border color

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

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

This div border color is #E79A12.

Opacity

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

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

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

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

This text has shadow with #E79A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79A12.

Preview

Color preview on black background

This text has color #E79A12 on black background.


Color preview on white background

This text has color #E79A12 on white background.


Black color preview on #E79A12 background

This text has black color on #E79A12 background.


White color preview on #E79A12 background

This text has white color on #E79A12 background.


Related colors

Complementary color

Complementary color for #hex is #1865ED.


I love getcolorcode.com

Triadic colors

1 #12E79A and #9A12E7 with #E79A12 are triadic colors.

2 #129AE7 and #9AE712 with #E79A12 are triadic colors.