COLOR #ED7F72

HEX: #ED7F72
RGB: (237,127,114)

Color info

#ED7F72 contains mainly red color. Web safe color of #ED7F72 is #FF6666 (or #F66).

RGB color model

#ED7F72 color RGB value is (237,127,114).

  • red value is 237;
  • green value is 127;
  • blue value is 114.
RGB:
(237,127,114)
(93%,50%,45%)

RGB channels and saturation

R 237 of 255 = 93%
G 127 of 255 = 50%
B 114 of 255 = 45%

237
127
114

R + G + B ~ 63%. #ED7F72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 127 + 114 = 478 (100%)
R 237 of 478 ~ 49.58%
G 127 of 478 ~ 26.57%
B 114 of 478 ~ 23.85%

%49.58
%26.57
%23.85

CMYK color model

#ED7F72 color CMYK value is (0,46,52,7).

  • cyan value is 0.00%
  • magenta value is 46.41%
  • yellow value is 51.90%
  • key color value is 7.06%
CMYK:
(0,46,52,7)
C0M46Y52K7 
(0%,46%,52%,7%)
(0.00/0.46/0.52/0.07)	

CMYK percentages

%0
%46.41
%51.9
%7.06

Codes

Color #ED7F72 in popluar color models

ED7F72
RGB237127114
HSL77.36%68.82%
HSB/HSV51.90%92.94%
CMYK0.00%46.41%51.90%
7.06%

Color #ED7F72 in popluar number systems.

HEXED7F72
Decimal237127114
Binary1110110111111111110010
Octal355177162

Shades and tints

Shades of #ED7F72

#ED7F72
(237,127,114)
#D87468
(216,116,104)
#C3695E
(195,105,94)
#AE5E54
(174,94,84)
#99534A
(153,83,74)
#844840
(132,72,64)
#6F3D36
(111,61,54)
#5A322C
(90,50,44)
#452722
(69,39,34)
#301C18
(48,28,24)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #ED7F72

#ED7F72
(237,127,114)
#EE8A7E
(238,138,126)
#EF958A
(239,149,138)
#F0A096
(240,160,150)
#F1ABA2
(241,171,162)
#F2B6AE
(242,182,174)
#F3C1BA
(243,193,186)
#F4CCC6
(244,204,198)
#F5D7D2
(245,215,210)
#F6E2DE
(246,226,222)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7F72 color. Also use rgb(237,127,114) instead hex code.

Text Font Color

.myTextColor { color: #ED7F72; }

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

This text font color is #ED7F72.


Background Color

.myBgColor { background-color: #ED7F72; }

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

This div background color is #ED7F72.


Border color

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

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

This div border color is #ED7F72.


Opacity

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

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

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

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

This text has shadow with #ED7F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7F72 on black background.


Color preview on white background

This text has color #ED7F72 on white background.



Black color preview on #ED7F72 background

This text has black color on #ED7F72 background.


White color preview on #ED7F72 background

This text has white color on #ED7F72 background.