COLOR #ED4801

HEX: #ED4801
RGB: (237,72,1)

Color info

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

RGB color model

#ED4801 color RGB value is (237,72,1).

  • red value is 237;
  • green value is 72;
  • blue value is 1.
RGB:
(237,72,1)
(93%,28%,0%)

RGB channels and saturation

R 237 of 255 = 93%
G 72 of 255 = 28%
B 1 of 255 = 0%

237
72
1

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

Portions of RGB colors in percentages

R + G + B =
237 + 72 + 1 = 310 (100%)
R 237 of 310 ~ 76.45%
G 72 of 310 ~ 23.23%
B 1 of 310 ~ 0.32%

%76.45
%23.23

CMYK color model

#ED4801 color CMYK value is (0,70,100,7).

  • cyan value is 0.00%
  • magenta value is 69.62%
  • yellow value is 99.58%
  • key color value is 7.06%
CMYK:
(0,70,100,7)
C0M70Y100K7 
(0%,70%,100%,7%)
(0.00/0.70/1.00/0.07)	

CMYK percentages

%0
%69.62
%99.58
%7.06

Codes

Color #ED4801 in popluar color models

ED4801
RGB237721
HSL18°99.16%46.67%
HSB/HSV18°99.58%92.94%
CMYK0.00%69.62%99.58%
7.06%

Color #ED4801 in popluar number systems.

HEXED4801
Decimal237721
Binary1110110110010001
Octal3551101

Shades and tints

Shades of #ED4801

#ED4801
(237,72,1)
#D84201
(216,66,1)
#C33C01
(195,60,1)
#AE3601
(174,54,1)
#993001
(153,48,1)
#842A01
(132,42,1)
#6F2401
(111,36,1)
#5A1E01
(90,30,1)
#451801
(69,24,1)
#301201
(48,18,1)
#1B0C01
(27,12,1)
#000000
(0,0,0)

Tints of #ED4801

#ED4801
(237,72,1)
#EE5818
(238,88,24)
#EF682F
(239,104,47)
#F07846
(240,120,70)
#F1885D
(241,136,93)
#F29874
(242,152,116)
#F3A88B
(243,168,139)
#F4B8A2
(244,184,162)
#F5C8B9
(245,200,185)
#F6D8D0
(246,216,208)
#F7E8E7
(247,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED4801 color. Also use rgb(237,72,1) instead hex code.

Text Font Color

.myTextColor { color: #ED4801; }

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

This text font color is #ED4801.


Background Color

.myBgColor { background-color: #ED4801; }

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

This div background color is #ED4801.


Border color

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

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

This div border color is #ED4801.


Opacity

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

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

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

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

This text has shadow with #ED4801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED4801 on black background.


Color preview on white background

This text has color #ED4801 on white background.



Black color preview on #ED4801 background

This text has black color on #ED4801 background.


White color preview on #ED4801 background

This text has white color on #ED4801 background.