COLOR #E79E5F

HEX: #E79E5F
RGB: (231,158,95)

Color info

#E79E5F contains mainly red color. Web safe color of #E79E5F is #FF9966 (or #F96).

RGB color model

#E79E5F color RGB value is (231,158,95).

  • red value is 231;
  • green value is 158;
  • blue value is 95.
RGB:
(231,158,95)
(91%,62%,37%)

RGB channels and saturation

R 231 of 255 = 91%
G 158 of 255 = 62%
B 95 of 255 = 37%

231
158
95

R + G + B ~ 63%. #E79E5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 158 + 95 = 484 (100%)
R 231 of 484 ~ 47.73%
G 158 of 484 ~ 32.64%
B 95 of 484 ~ 19.63%

%47.73
%32.64
%19.63

CMYK color model

#E79E5F color CMYK value is (0,32,59,9).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 58.87%
  • key color value is 9.41%
CMYK:
(0,32,59,9)
C0M32Y59K9 
(0%,32%,59%,9%)
(0.00/0.32/0.59/0.09)	

CMYK percentages

%0
%31.6
%58.87
%9.41

Codes

Color #E79E5F in popluar color models

E79E5F
RGB23115895
HSL28°73.91%63.92%
HSB/HSV28°58.87%90.59%
CMYK0.00%31.60%58.87%
9.41%

Color #E79E5F in popluar number systems.

HEXE79E5F
Decimal23115895
Binary11100111100111101011111
Octal347236137

Shades and tints

Shades of #E79E5F

#E79E5F
(231,158,95)
#D29057
(210,144,87)
#BD824F
(189,130,79)
#A87447
(168,116,71)
#93663F
(147,102,63)
#7E5837
(126,88,55)
#694A2F
(105,74,47)
#543C27
(84,60,39)
#3F2E1F
(63,46,31)
#2A2017
(42,32,23)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #E79E5F

#E79E5F
(231,158,95)
#E9A66D
(233,166,109)
#EBAE7B
(235,174,123)
#EDB689
(237,182,137)
#EFBE97
(239,190,151)
#F1C6A5
(241,198,165)
#F3CEB3
(243,206,179)
#F5D6C1
(245,214,193)
#F7DECF
(247,222,207)
#F9E6DD
(249,230,221)
#FBEEEB
(251,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79E5F color. Also use rgb(231,158,95) instead hex code.

Text Font Color

.myTextColor { color: #E79E5F; }

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

This text font color is #E79E5F.


Background Color

.myBgColor { background-color: #E79E5F; }

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

This div background color is #E79E5F.


Border color

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

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

This div border color is #E79E5F.


Opacity

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

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

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

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

This text has shadow with #E79E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79E5F on black background.


Color preview on white background

This text has color #E79E5F on white background.



Black color preview on #E79E5F background

This text has black color on #E79E5F background.


White color preview on #E79E5F background

This text has white color on #E79E5F background.