COLOR #ED8916

HEX: #ED8916
RGB: (237,137,22)

Color info

#ED8916 contains mainly red color. Web safe color of #ED8916 is #FF9900 (or #F90).

RGB color model

#ED8916 color RGB value is (237,137,22).

  • red value is 237;
  • green value is 137;
  • blue value is 22.
RGB:
(237,137,22)
(93%,54%,9%)

RGB channels and saturation

R 237 of 255 = 93%
G 137 of 255 = 54%
B 22 of 255 = 9%

237
137
22

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

Portions of RGB colors in percentages

R + G + B =
237 + 137 + 22 = 396 (100%)
R 237 of 396 ~ 59.85%
G 137 of 396 ~ 34.6%
B 22 of 396 ~ 5.56%

%59.85
%34.6

CMYK color model

#ED8916 color CMYK value is (0,42,91,7).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 90.72%
  • key color value is 7.06%
CMYK:
(0,42,91,7)
C0M42Y91K7 
(0%,42%,91%,7%)
(0.00/0.42/0.91/0.07)	

CMYK percentages

%0
%42.19
%90.72
%7.06

Codes

Color #ED8916 in popluar color models

ED8916
RGB23713722
HSL32°85.66%50.78%
HSB/HSV32°90.72%92.94%
CMYK0.00%42.19%90.72%
7.06%

Color #ED8916 in popluar number systems.

HEXED8916
Decimal23713722
Binary111011011000100110110
Octal35521126

Shades and tints

Shades of #ED8916

#ED8916
(237,137,22)
#D87D14
(216,125,20)
#C37112
(195,113,18)
#AE6510
(174,101,16)
#99590E
(153,89,14)
#844D0C
(132,77,12)
#6F410A
(111,65,10)
#5A3508
(90,53,8)
#452906
(69,41,6)
#301D04
(48,29,4)
#1B1102
(27,17,2)
#000000
(0,0,0)

Tints of #ED8916

#ED8916
(237,137,22)
#EE932B
(238,147,43)
#EF9D40
(239,157,64)
#F0A755
(240,167,85)
#F1B16A
(241,177,106)
#F2BB7F
(242,187,127)
#F3C594
(243,197,148)
#F4CFA9
(244,207,169)
#F5D9BE
(245,217,190)
#F6E3D3
(246,227,211)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8916 color. Also use rgb(237,137,22) instead hex code.

Text Font Color

.myTextColor { color: #ED8916; }

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

This text font color is #ED8916.


Background Color

.myBgColor { background-color: #ED8916; }

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

This div background color is #ED8916.


Border color

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

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

This div border color is #ED8916.


Opacity

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

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

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

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

This text has shadow with #ED8916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8916 on black background.


Color preview on white background

This text has color #ED8916 on white background.



Black color preview on #ED8916 background

This text has black color on #ED8916 background.


White color preview on #ED8916 background

This text has white color on #ED8916 background.