COLOR #EF730D

HEX: #EF730D
RGB: (239,115,13)

Color info

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

RGB color model

#EF730D color RGB value is (239,115,13).

  • red value is 239;
  • green value is 115;
  • blue value is 13.
RGB:
(239,115,13)
(94%,45%,5%)

RGB channels and saturation

R 239 of 255 = 94%
G 115 of 255 = 45%
B 13 of 255 = 5%

239
115
13

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

Portions of RGB colors in percentages

R + G + B =
239 + 115 + 13 = 367 (100%)
R 239 of 367 ~ 65.12%
G 115 of 367 ~ 31.34%
B 13 of 367 ~ 3.54%

%65.12
%31.34

CMYK color model

#EF730D color CMYK value is (0,52,95,6).

  • cyan value is 0.00%
  • magenta value is 51.88%
  • yellow value is 94.56%
  • key color value is 6.27%
CMYK:
(0,52,95,6)
C0M52Y95K6 
(0%,52%,95%,6%)
(0.00/0.52/0.95/0.06)	

CMYK percentages

%0
%51.88
%94.56
%6.27

Codes

Color #EF730D in popluar color models

EF730D
RGB23911513
HSL27°89.68%49.41%
HSB/HSV27°94.56%93.73%
CMYK0.00%51.88%94.56%
6.27%

Color #EF730D in popluar number systems.

HEXEF730D
Decimal23911513
Binary1110111111100111101
Octal35716315

Shades and tints

Shades of #EF730D

#EF730D
(239,115,13)
#DA690C
(218,105,12)
#C55F0B
(197,95,11)
#B0550A
(176,85,10)
#9B4B09
(155,75,9)
#864108
(134,65,8)
#713707
(113,55,7)
#5C2D06
(92,45,6)
#472305
(71,35,5)
#321904
(50,25,4)
#1D0F03
(29,15,3)
#000000
(0,0,0)

Tints of #EF730D

#EF730D
(239,115,13)
#F07F23
(240,127,35)
#F18B39
(241,139,57)
#F2974F
(242,151,79)
#F3A365
(243,163,101)
#F4AF7B
(244,175,123)
#F5BB91
(245,187,145)
#F6C7A7
(246,199,167)
#F7D3BD
(247,211,189)
#F8DFD3
(248,223,211)
#F9EBE9
(249,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF730D color. Also use rgb(239,115,13) instead hex code.

Text Font Color

.myTextColor { color: #EF730D; }

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

This text font color is #EF730D.


Background Color

.myBgColor { background-color: #EF730D; }

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

This div background color is #EF730D.


Border color

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

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

This div border color is #EF730D.


Opacity

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

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

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

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

This text has shadow with #EF730D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF730D on black background.


Color preview on white background

This text has color #EF730D on white background.



Black color preview on #EF730D background

This text has black color on #EF730D background.


White color preview on #EF730D background

This text has white color on #EF730D background.