COLOR #ED7D47

HEX: #ED7D47
RGB: (237,125,71)

Color info

#ED7D47 contains mainly red color. Web safe color of #ED7D47 is #FF6633 (or #F63).

RGB color model

#ED7D47 color RGB value is (237,125,71).

  • red value is 237;
  • green value is 125;
  • blue value is 71.
RGB:
(237,125,71)
(93%,49%,28%)

RGB channels and saturation

R 237 of 255 = 93%
G 125 of 255 = 49%
B 71 of 255 = 28%

237
125
71

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

Portions of RGB colors in percentages

R + G + B =
237 + 125 + 71 = 433 (100%)
R 237 of 433 ~ 54.73%
G 125 of 433 ~ 28.87%
B 71 of 433 ~ 16.4%

%54.73
%28.87
%16.4

CMYK color model

#ED7D47 color CMYK value is (0,47,70,7).

  • cyan value is 0.00%
  • magenta value is 47.26%
  • yellow value is 70.04%
  • key color value is 7.06%
CMYK:
(0,47,70,7)
C0M47Y70K7 
(0%,47%,70%,7%)
(0.00/0.47/0.70/0.07)	

CMYK percentages

%0
%47.26
%70.04
%7.06

Codes

Color #ED7D47 in popluar color models

ED7D47
RGB23712571
HSL20°82.18%60.39%
HSB/HSV20°70.04%92.94%
CMYK0.00%47.26%70.04%
7.06%

Color #ED7D47 in popluar number systems.

HEXED7D47
Decimal23712571
Binary1110110111111011000111
Octal355175107

Shades and tints

Shades of #ED7D47

#ED7D47
(237,125,71)
#D87241
(216,114,65)
#C3673B
(195,103,59)
#AE5C35
(174,92,53)
#99512F
(153,81,47)
#844629
(132,70,41)
#6F3B23
(111,59,35)
#5A301D
(90,48,29)
#452517
(69,37,23)
#301A11
(48,26,17)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #ED7D47

#ED7D47
(237,125,71)
#EE8857
(238,136,87)
#EF9367
(239,147,103)
#F09E77
(240,158,119)
#F1A987
(241,169,135)
#F2B497
(242,180,151)
#F3BFA7
(243,191,167)
#F4CAB7
(244,202,183)
#F5D5C7
(245,213,199)
#F6E0D7
(246,224,215)
#F7EBE7
(247,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7D47 color. Also use rgb(237,125,71) instead hex code.

Text Font Color

.myTextColor { color: #ED7D47; }

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

This text font color is #ED7D47.


Background Color

.myBgColor { background-color: #ED7D47; }

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

This div background color is #ED7D47.


Border color

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

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

This div border color is #ED7D47.


Opacity

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

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

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

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

This text has shadow with #ED7D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7D47 on black background.


Color preview on white background

This text has color #ED7D47 on white background.



Black color preview on #ED7D47 background

This text has black color on #ED7D47 background.


White color preview on #ED7D47 background

This text has white color on #ED7D47 background.