COLOR #ED7F17

HEX: #ED7F17
RGB: (237,127,23)

Color info

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

RGB color model

#ED7F17 color RGB value is (237,127,23).

  • red value is 237;
  • green value is 127;
  • blue value is 23.
RGB:
(237,127,23)
(93%,50%,9%)

RGB channels and saturation

R 237 of 255 = 93%
G 127 of 255 = 50%
B 23 of 255 = 9%

237
127
23

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

Portions of RGB colors in percentages

R + G + B =
237 + 127 + 23 = 387 (100%)
R 237 of 387 ~ 61.24%
G 127 of 387 ~ 32.82%
B 23 of 387 ~ 5.94%

%61.24
%32.82

CMYK color model

#ED7F17 color CMYK value is (0,46,90,7).

  • cyan value is 0.00%
  • magenta value is 46.41%
  • yellow value is 90.30%
  • key color value is 7.06%
CMYK:
(0,46,90,7)
C0M46Y90K7 
(0%,46%,90%,7%)
(0.00/0.46/0.90/0.07)	

CMYK percentages

%0
%46.41
%90.3
%7.06

Codes

Color #ED7F17 in popluar color models

ED7F17
RGB23712723
HSL29°85.60%50.98%
HSB/HSV29°90.30%92.94%
CMYK0.00%46.41%90.30%
7.06%

Color #ED7F17 in popluar number systems.

HEXED7F17
Decimal23712723
Binary11101101111111110111
Octal35517727

Shades and tints

Shades of #ED7F17

#ED7F17
(237,127,23)
#D87415
(216,116,21)
#C36913
(195,105,19)
#AE5E11
(174,94,17)
#99530F
(153,83,15)
#84480D
(132,72,13)
#6F3D0B
(111,61,11)
#5A3209
(90,50,9)
#452707
(69,39,7)
#301C05
(48,28,5)
#1B1103
(27,17,3)
#000000
(0,0,0)

Tints of #ED7F17

#ED7F17
(237,127,23)
#EE8A2C
(238,138,44)
#EF9541
(239,149,65)
#F0A056
(240,160,86)
#F1AB6B
(241,171,107)
#F2B680
(242,182,128)
#F3C195
(243,193,149)
#F4CCAA
(244,204,170)
#F5D7BF
(245,215,191)
#F6E2D4
(246,226,212)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7F17 color. Also use rgb(237,127,23) instead hex code.

Text Font Color

.myTextColor { color: #ED7F17; }

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

This text font color is #ED7F17.


Background Color

.myBgColor { background-color: #ED7F17; }

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

This div background color is #ED7F17.


Border color

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

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

This div border color is #ED7F17.


Opacity

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

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

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

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

This text has shadow with #ED7F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7F17 on black background.


Color preview on white background

This text has color #ED7F17 on white background.



Black color preview on #ED7F17 background

This text has black color on #ED7F17 background.


White color preview on #ED7F17 background

This text has white color on #ED7F17 background.