COLOR #EF7713

HEX: #EF7713
RGB: (239,119,19)

Color info

#EF7713 contains mainly red color. Web safe color of #EF7713 is #FF6600 (or #F60).

RGB color model

#EF7713 color RGB value is (239,119,19).

  • red value is 239;
  • green value is 119;
  • blue value is 19.
RGB:
(239,119,19)
(94%,47%,7%)

RGB channels and saturation

R 239 of 255 = 94%
G 119 of 255 = 47%
B 19 of 255 = 7%

239
119
19

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

Portions of RGB colors in percentages

R + G + B =
239 + 119 + 19 = 377 (100%)
R 239 of 377 ~ 63.4%
G 119 of 377 ~ 31.56%
B 19 of 377 ~ 5.04%

%63.4
%31.56

CMYK color model

#EF7713 color CMYK value is (0,50,92,6).

  • cyan value is 0.00%
  • magenta value is 50.21%
  • yellow value is 92.05%
  • key color value is 6.27%
CMYK:
(0,50,92,6)
C0M50Y92K6 
(0%,50%,92%,6%)
(0.00/0.50/0.92/0.06)	

CMYK percentages

%0
%50.21
%92.05
%6.27

Codes

Color #EF7713 in popluar color models

EF7713
RGB23911919
HSL27°87.30%50.59%
HSB/HSV27°92.05%93.73%
CMYK0.00%50.21%92.05%
6.27%

Color #EF7713 in popluar number systems.

HEXEF7713
Decimal23911919
Binary11101111111011110011
Octal35716723

Shades and tints

Shades of #EF7713

#EF7713
(239,119,19)
#DA6D12
(218,109,18)
#C56311
(197,99,17)
#B05910
(176,89,16)
#9B4F0F
(155,79,15)
#86450E
(134,69,14)
#713B0D
(113,59,13)
#5C310C
(92,49,12)
#47270B
(71,39,11)
#321D0A
(50,29,10)
#1D1309
(29,19,9)
#000000
(0,0,0)

Tints of #EF7713

#EF7713
(239,119,19)
#F08328
(240,131,40)
#F18F3D
(241,143,61)
#F29B52
(242,155,82)
#F3A767
(243,167,103)
#F4B37C
(244,179,124)
#F5BF91
(245,191,145)
#F6CBA6
(246,203,166)
#F7D7BB
(247,215,187)
#F8E3D0
(248,227,208)
#F9EFE5
(249,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7713 color. Also use rgb(239,119,19) instead hex code.

Text Font Color

.myTextColor { color: #EF7713; }

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

This text font color is #EF7713.


Background Color

.myBgColor { background-color: #EF7713; }

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

This div background color is #EF7713.


Border color

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

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

This div border color is #EF7713.


Opacity

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

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

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

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

This text has shadow with #EF7713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7713 on black background.


Color preview on white background

This text has color #EF7713 on white background.



Black color preview on #EF7713 background

This text has black color on #EF7713 background.


White color preview on #EF7713 background

This text has white color on #EF7713 background.