COLOR #ED872D

HEX: #ED872D
RGB: (237,135,45)

Color info

#ED872D contains mainly red color. Web safe color of #ED872D is #FF9933 (or #F93).

RGB color model

#ED872D color RGB value is (237,135,45).

  • red value is 237;
  • green value is 135;
  • blue value is 45.
RGB:
(237,135,45)
(93%,53%,18%)

RGB channels and saturation

R 237 of 255 = 93%
G 135 of 255 = 53%
B 45 of 255 = 18%

237
135
45

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

Portions of RGB colors in percentages

R + G + B =
237 + 135 + 45 = 417 (100%)
R 237 of 417 ~ 56.83%
G 135 of 417 ~ 32.37%
B 45 of 417 ~ 10.79%

%56.83
%32.37
%10.79

CMYK color model

#ED872D color CMYK value is (0,43,81,7).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 81.01%
  • key color value is 7.06%
CMYK:
(0,43,81,7)
C0M43Y81K7 
(0%,43%,81%,7%)
(0.00/0.43/0.81/0.07)	

CMYK percentages

%0
%43.04
%81.01
%7.06

Codes

Color #ED872D in popluar color models

ED872D
RGB23713545
HSL28°84.21%55.29%
HSB/HSV28°81.01%92.94%
CMYK0.00%43.04%81.01%
7.06%

Color #ED872D in popluar number systems.

HEXED872D
Decimal23713545
Binary1110110110000111101101
Octal35520755

Shades and tints

Shades of #ED872D

#ED872D
(237,135,45)
#D87B29
(216,123,41)
#C36F25
(195,111,37)
#AE6321
(174,99,33)
#99571D
(153,87,29)
#844B19
(132,75,25)
#6F3F15
(111,63,21)
#5A3311
(90,51,17)
#45270D
(69,39,13)
#301B09
(48,27,9)
#1B0F05
(27,15,5)
#000000
(0,0,0)

Tints of #ED872D

#ED872D
(237,135,45)
#EE9140
(238,145,64)
#EF9B53
(239,155,83)
#F0A566
(240,165,102)
#F1AF79
(241,175,121)
#F2B98C
(242,185,140)
#F3C39F
(243,195,159)
#F4CDB2
(244,205,178)
#F5D7C5
(245,215,197)
#F6E1D8
(246,225,216)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED872D color. Also use rgb(237,135,45) instead hex code.

Text Font Color

.myTextColor { color: #ED872D; }

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

This text font color is #ED872D.


Background Color

.myBgColor { background-color: #ED872D; }

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

This div background color is #ED872D.


Border color

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

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

This div border color is #ED872D.


Opacity

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

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

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

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

This text has shadow with #ED872D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED872D on black background.


Color preview on white background

This text has color #ED872D on white background.



Black color preview on #ED872D background

This text has black color on #ED872D background.


White color preview on #ED872D background

This text has white color on #ED872D background.