COLOR #ED4900

HEX: #ED4900
RGB: (237,73,0)

Color info

#ED4900 contains mainly red color. Web safe color of #ED4900 is #FF3300 (or #F30).

RGB color model

#ED4900 color RGB value is (237,73,0).

  • red value is 237;
  • green value is 73;
  • blue value is 0.
RGB:
(237,73,0)
(93%,29%,0%)

RGB channels and saturation

R 237 of 255 = 93%
G 73 of 255 = 29%
B 0 of 255 = 0%

237
73
0

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

Portions of RGB colors in percentages

R + G + B =
237 + 73 + 0 = 310 (100%)
R 237 of 310 ~ 76.45%
G 73 of 310 ~ 23.55%
B 0 of 310 ~ 0%

%76.45
%23.55

CMYK color model

#ED4900 color CMYK value is (0,69,100,7).

  • cyan value is 0.00%
  • magenta value is 69.20%
  • yellow value is 100.00%
  • key color value is 7.06%
CMYK:
(0,69,100,7)
C0M69Y100K7 
(0%,69%,100%,7%)
(0.00/0.69/1.00/0.07)	

CMYK percentages

%0
%69.2
%100
%7.06

Codes

Color #ED4900 in popluar color models

ED4900
RGB237730
HSL18°100.00%46.47%
HSB/HSV18°100.00%92.94%
CMYK0.00%69.20%100.00%
7.06%

Color #ED4900 in popluar number systems.

HEXED4900
Decimal237730
Binary1110110110010010
Octal3551110

Shades and tints

Shades of #ED4900

#ED4900
(237,73,0)
#D84300
(216,67,0)
#C33D00
(195,61,0)
#AE3700
(174,55,0)
#993100
(153,49,0)
#842B00
(132,43,0)
#6F2500
(111,37,0)
#5A1F00
(90,31,0)
#451900
(69,25,0)
#301300
(48,19,0)
#1B0D00
(27,13,0)
#000000
(0,0,0)

Tints of #ED4900

#ED4900
(237,73,0)
#EE5917
(238,89,23)
#EF692E
(239,105,46)
#F07945
(240,121,69)
#F1895C
(241,137,92)
#F29973
(242,153,115)
#F3A98A
(243,169,138)
#F4B9A1
(244,185,161)
#F5C9B8
(245,201,184)
#F6D9CF
(246,217,207)
#F7E9E6
(247,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED4900 color. Also use rgb(237,73,0) instead hex code.

Text Font Color

.myTextColor { color: #ED4900; }

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

This text font color is #ED4900.


Background Color

.myBgColor { background-color: #ED4900; }

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

This div background color is #ED4900.


Border color

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

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

This div border color is #ED4900.


Opacity

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

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

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

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

This text has shadow with #ED4900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED4900 on black background.


Color preview on white background

This text has color #ED4900 on white background.



Black color preview on #ED4900 background

This text has black color on #ED4900 background.


White color preview on #ED4900 background

This text has white color on #ED4900 background.