COLOR #EF5817

HEX: #EF5817
RGB: (239,88,23)

Color info

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

RGB color model

#EF5817 color RGB value is (239,88,23).

  • red value is 239;
  • green value is 88;
  • blue value is 23.
RGB:
(239,88,23)
(94%,35%,9%)

RGB channels and saturation

R 239 of 255 = 94%
G 88 of 255 = 35%
B 23 of 255 = 9%

239
88
23

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

Portions of RGB colors in percentages

R + G + B =
239 + 88 + 23 = 350 (100%)
R 239 of 350 ~ 68.29%
G 88 of 350 ~ 25.14%
B 23 of 350 ~ 6.57%

%68.29
%25.14

CMYK color model

#EF5817 color CMYK value is (0,63,90,6).

  • cyan value is 0.00%
  • magenta value is 63.18%
  • yellow value is 90.38%
  • key color value is 6.27%
CMYK:
(0,63,90,6)
C0M63Y90K6 
(0%,63%,90%,6%)
(0.00/0.63/0.90/0.06)	

CMYK percentages

%0
%63.18
%90.38
%6.27

Codes

Color #EF5817 in popluar color models

EF5817
RGB2398823
HSL18°87.10%51.37%
HSB/HSV18°90.38%93.73%
CMYK0.00%63.18%90.38%
6.27%

Color #EF5817 in popluar number systems.

HEXEF5817
Decimal2398823
Binary11101111101100010111
Octal35713027

Shades and tints

Shades of #EF5817

#EF5817
(239,88,23)
#DA5015
(218,80,21)
#C54813
(197,72,19)
#B04011
(176,64,17)
#9B380F
(155,56,15)
#86300D
(134,48,13)
#71280B
(113,40,11)
#5C2009
(92,32,9)
#471807
(71,24,7)
#321005
(50,16,5)
#1D0803
(29,8,3)
#000000
(0,0,0)

Tints of #EF5817

#EF5817
(239,88,23)
#F0672C
(240,103,44)
#F17641
(241,118,65)
#F28556
(242,133,86)
#F3946B
(243,148,107)
#F4A380
(244,163,128)
#F5B295
(245,178,149)
#F6C1AA
(246,193,170)
#F7D0BF
(247,208,191)
#F8DFD4
(248,223,212)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5817 color. Also use rgb(239,88,23) instead hex code.

Text Font Color

.myTextColor { color: #EF5817; }

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

This text font color is #EF5817.


Background Color

.myBgColor { background-color: #EF5817; }

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

This div background color is #EF5817.


Border color

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

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

This div border color is #EF5817.


Opacity

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

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

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

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

This text has shadow with #EF5817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5817 on black background.


Color preview on white background

This text has color #EF5817 on white background.



Black color preview on #EF5817 background

This text has black color on #EF5817 background.


White color preview on #EF5817 background

This text has white color on #EF5817 background.