COLOR #E79D4F

HEX: #E79D4F
RGB: (231,157,79)

Color info

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

RGB color model

#E79D4F color RGB value is (231,157,79).

  • red value is 231;
  • green value is 157;
  • blue value is 79.
RGB:
(231,157,79)
(91%,62%,31%)

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 79 of 255 = 31%

231
157
79

R + G + B ~ 61%. #E79D4F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 157 + 79 = 467 (100%)
R 231 of 467 ~ 49.46%
G 157 of 467 ~ 33.62%
B 79 of 467 ~ 16.92%

%49.46
%33.62
%16.92

CMYK color model

#E79D4F color CMYK value is (0,32,66,9).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 65.80%
  • key color value is 9.41%
CMYK:
(0,32,66,9)
C0M32Y66K9 
(0%,32%,66%,9%)
(0.00/0.32/0.66/0.09)	

CMYK percentages

%0
%32.03
%65.8
%9.41

Codes

Color #E79D4F in popluar color models

E79D4F
RGB23115779
HSL31°76.00%60.78%
HSB/HSV31°65.80%90.59%
CMYK0.00%32.03%65.80%
9.41%

Color #E79D4F in popluar number systems.

HEXE79D4F
Decimal23115779
Binary11100111100111011001111
Octal347235117

Shades and tints

Shades of #E79D4F

#E79D4F
(231,157,79)
#D28F48
(210,143,72)
#BD8141
(189,129,65)
#A8733A
(168,115,58)
#936533
(147,101,51)
#7E572C
(126,87,44)
#694925
(105,73,37)
#543B1E
(84,59,30)
#3F2D17
(63,45,23)
#2A1F10
(42,31,16)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #E79D4F

#E79D4F
(231,157,79)
#E9A55F
(233,165,95)
#EBAD6F
(235,173,111)
#EDB57F
(237,181,127)
#EFBD8F
(239,189,143)
#F1C59F
(241,197,159)
#F3CDAF
(243,205,175)
#F5D5BF
(245,213,191)
#F7DDCF
(247,221,207)
#F9E5DF
(249,229,223)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79D4F color. Also use rgb(231,157,79) instead hex code.

Text Font Color

.myTextColor { color: #E79D4F; }

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

This text font color is #E79D4F.


Background Color

.myBgColor { background-color: #E79D4F; }

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

This div background color is #E79D4F.


Border color

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

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

This div border color is #E79D4F.


Opacity

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

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

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

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

This text has shadow with #E79D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79D4F on black background.


Color preview on white background

This text has color #E79D4F on white background.



Black color preview on #E79D4F background

This text has black color on #E79D4F background.


White color preview on #E79D4F background

This text has white color on #E79D4F background.