COLOR #EF792F

HEX: #EF792F
RGB: (239,121,47)

Color info

#EF792F contains mainly red color. Web safe color of #EF792F is #FF6633 (or #F63).

RGB color model

#EF792F color RGB value is (239,121,47).

  • red value is 239;
  • green value is 121;
  • blue value is 47.
RGB:
(239,121,47)
(94%,47%,18%)

RGB channels and saturation

R 239 of 255 = 94%
G 121 of 255 = 47%
B 47 of 255 = 18%

239
121
47

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

Portions of RGB colors in percentages

R + G + B =
239 + 121 + 47 = 407 (100%)
R 239 of 407 ~ 58.72%
G 121 of 407 ~ 29.73%
B 47 of 407 ~ 11.55%

%58.72
%29.73
%11.55

CMYK color model

#EF792F color CMYK value is (0,49,80,6).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 80.33%
  • key color value is 6.27%
CMYK:
(0,49,80,6)
C0M49Y80K6 
(0%,49%,80%,6%)
(0.00/0.49/0.80/0.06)	

CMYK percentages

%0
%49.37
%80.33
%6.27

Codes

Color #EF792F in popluar color models

EF792F
RGB23912147
HSL23°85.71%56.08%
HSB/HSV23°80.33%93.73%
CMYK0.00%49.37%80.33%
6.27%

Color #EF792F in popluar number systems.

HEXEF792F
Decimal23912147
Binary111011111111001101111
Octal35717157

Shades and tints

Shades of #EF792F

#EF792F
(239,121,47)
#DA6E2B
(218,110,43)
#C56327
(197,99,39)
#B05823
(176,88,35)
#9B4D1F
(155,77,31)
#86421B
(134,66,27)
#713717
(113,55,23)
#5C2C13
(92,44,19)
#47210F
(71,33,15)
#32160B
(50,22,11)
#1D0B07
(29,11,7)
#000000
(0,0,0)

Tints of #EF792F

#EF792F
(239,121,47)
#F08541
(240,133,65)
#F19153
(241,145,83)
#F29D65
(242,157,101)
#F3A977
(243,169,119)
#F4B589
(244,181,137)
#F5C19B
(245,193,155)
#F6CDAD
(246,205,173)
#F7D9BF
(247,217,191)
#F8E5D1
(248,229,209)
#F9F1E3
(249,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF792F color. Also use rgb(239,121,47) instead hex code.

Text Font Color

.myTextColor { color: #EF792F; }

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

This text font color is #EF792F.


Background Color

.myBgColor { background-color: #EF792F; }

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

This div background color is #EF792F.


Border color

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

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

This div border color is #EF792F.


Opacity

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

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

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

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

This text has shadow with #EF792F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF792F on black background.


Color preview on white background

This text has color #EF792F on white background.



Black color preview on #EF792F background

This text has black color on #EF792F background.


White color preview on #EF792F background

This text has white color on #EF792F background.