COLOR #ED8314

HEX: #ED8314
RGB: (237,131,20)

Color info

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

RGB color model

#ED8314 color RGB value is (237,131,20).

  • red value is 237;
  • green value is 131;
  • blue value is 20.
RGB:
(237,131,20)
(93%,51%,8%)

RGB channels and saturation

R 237 of 255 = 93%
G 131 of 255 = 51%
B 20 of 255 = 8%

237
131
20

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

Portions of RGB colors in percentages

R + G + B =
237 + 131 + 20 = 388 (100%)
R 237 of 388 ~ 61.08%
G 131 of 388 ~ 33.76%
B 20 of 388 ~ 5.15%

%61.08
%33.76

CMYK color model

#ED8314 color CMYK value is (0,45,92,7).

  • cyan value is 0.00%
  • magenta value is 44.73%
  • yellow value is 91.56%
  • key color value is 7.06%
CMYK:
(0,45,92,7)
C0M45Y92K7 
(0%,45%,92%,7%)
(0.00/0.45/0.92/0.07)	

CMYK percentages

%0
%44.73
%91.56
%7.06

Codes

Color #ED8314 in popluar color models

ED8314
RGB23713120
HSL31°85.77%50.39%
HSB/HSV31°91.56%92.94%
CMYK0.00%44.73%91.56%
7.06%

Color #ED8314 in popluar number systems.

HEXED8314
Decimal23713120
Binary111011011000001110100
Octal35520324

Shades and tints

Shades of #ED8314

#ED8314
(237,131,20)
#D87813
(216,120,19)
#C36D12
(195,109,18)
#AE6211
(174,98,17)
#995710
(153,87,16)
#844C0F
(132,76,15)
#6F410E
(111,65,14)
#5A360D
(90,54,13)
#452B0C
(69,43,12)
#30200B
(48,32,11)
#1B150A
(27,21,10)
#000000
(0,0,0)

Tints of #ED8314

#ED8314
(237,131,20)
#EE8E29
(238,142,41)
#EF993E
(239,153,62)
#F0A453
(240,164,83)
#F1AF68
(241,175,104)
#F2BA7D
(242,186,125)
#F3C592
(243,197,146)
#F4D0A7
(244,208,167)
#F5DBBC
(245,219,188)
#F6E6D1
(246,230,209)
#F7F1E6
(247,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8314 color. Also use rgb(237,131,20) instead hex code.

Text Font Color

.myTextColor { color: #ED8314; }

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

This text font color is #ED8314.


Background Color

.myBgColor { background-color: #ED8314; }

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

This div background color is #ED8314.


Border color

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

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

This div border color is #ED8314.


Opacity

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

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

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

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

This text has shadow with #ED8314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8314 on black background.


Color preview on white background

This text has color #ED8314 on white background.



Black color preview on #ED8314 background

This text has black color on #ED8314 background.


White color preview on #ED8314 background

This text has white color on #ED8314 background.