COLOR #ED5D03

HEX: #ED5D03
RGB: (237,93,3)

Color info

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

RGB color model

#ED5D03 color RGB value is (237,93,3).

  • red value is 237;
  • green value is 93;
  • blue value is 3.
RGB:
(237,93,3)
(93%,36%,1%)

RGB channels and saturation

R 237 of 255 = 93%
G 93 of 255 = 36%
B 3 of 255 = 1%

237
93
3

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

Portions of RGB colors in percentages

R + G + B =
237 + 93 + 3 = 333 (100%)
R 237 of 333 ~ 71.17%
G 93 of 333 ~ 27.93%
B 3 of 333 ~ 0.9%

%71.17
%27.93

CMYK color model

#ED5D03 color CMYK value is (0,61,99,7).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 98.73%
  • key color value is 7.06%
CMYK:
(0,61,99,7)
C0M61Y99K7 
(0%,61%,99%,7%)
(0.00/0.61/0.99/0.07)	

CMYK percentages

%0
%60.76
%98.73
%7.06

Codes

Color #ED5D03 in popluar color models

ED5D03
RGB237933
HSL23°97.50%47.06%
HSB/HSV23°98.73%92.94%
CMYK0.00%60.76%98.73%
7.06%

Color #ED5D03 in popluar number systems.

HEXED5D03
Decimal237933
Binary11101101101110111
Octal3551353

Shades and tints

Shades of #ED5D03

#ED5D03
(237,93,3)
#D85503
(216,85,3)
#C34D03
(195,77,3)
#AE4503
(174,69,3)
#993D03
(153,61,3)
#843503
(132,53,3)
#6F2D03
(111,45,3)
#5A2503
(90,37,3)
#451D03
(69,29,3)
#301503
(48,21,3)
#1B0D03
(27,13,3)
#000000
(0,0,0)

Tints of #ED5D03

#ED5D03
(237,93,3)
#EE6B19
(238,107,25)
#EF792F
(239,121,47)
#F08745
(240,135,69)
#F1955B
(241,149,91)
#F2A371
(242,163,113)
#F3B187
(243,177,135)
#F4BF9D
(244,191,157)
#F5CDB3
(245,205,179)
#F6DBC9
(246,219,201)
#F7E9DF
(247,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5D03 color. Also use rgb(237,93,3) instead hex code.

Text Font Color

.myTextColor { color: #ED5D03; }

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

This text font color is #ED5D03.


Background Color

.myBgColor { background-color: #ED5D03; }

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

This div background color is #ED5D03.


Border color

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

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

This div border color is #ED5D03.


Opacity

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

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

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

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

This text has shadow with #ED5D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5D03 on black background.


Color preview on white background

This text has color #ED5D03 on white background.



Black color preview on #ED5D03 background

This text has black color on #ED5D03 background.


White color preview on #ED5D03 background

This text has white color on #ED5D03 background.