COLOR #ED7A6F

HEX: #ED7A6F
RGB: (237,122,111)

Color info

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

RGB color model

#ED7A6F color RGB value is (237,122,111).

  • red value is 237;
  • green value is 122;
  • blue value is 111.
RGB:
(237,122,111)
(93%,48%,44%)

RGB channels and saturation

R 237 of 255 = 93%
G 122 of 255 = 48%
B 111 of 255 = 44%

237
122
111

R + G + B ~ 62%. #ED7A6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 122 + 111 = 470 (100%)
R 237 of 470 ~ 50.43%
G 122 of 470 ~ 25.96%
B 111 of 470 ~ 23.62%

%50.43
%25.96
%23.62

CMYK color model

#ED7A6F color CMYK value is (0,49,53,7).

  • cyan value is 0.00%
  • magenta value is 48.52%
  • yellow value is 53.16%
  • key color value is 7.06%
CMYK:
(0,49,53,7)
C0M49Y53K7 
(0%,49%,53%,7%)
(0.00/0.49/0.53/0.07)	

CMYK percentages

%0
%48.52
%53.16
%7.06

Codes

Color #ED7A6F in popluar color models

ED7A6F
RGB237122111
HSL77.78%68.24%
HSB/HSV53.16%92.94%
CMYK0.00%48.52%53.16%
7.06%

Color #ED7A6F in popluar number systems.

HEXED7A6F
Decimal237122111
Binary1110110111110101101111
Octal355172157

Shades and tints

Shades of #ED7A6F

#ED7A6F
(237,122,111)
#D86F65
(216,111,101)
#C3645B
(195,100,91)
#AE5951
(174,89,81)
#994E47
(153,78,71)
#84433D
(132,67,61)
#6F3833
(111,56,51)
#5A2D29
(90,45,41)
#45221F
(69,34,31)
#301715
(48,23,21)
#1B0C0B
(27,12,11)
#000000
(0,0,0)

Tints of #ED7A6F

#ED7A6F
(237,122,111)
#EE867C
(238,134,124)
#EF9289
(239,146,137)
#F09E96
(240,158,150)
#F1AAA3
(241,170,163)
#F2B6B0
(242,182,176)
#F3C2BD
(243,194,189)
#F4CECA
(244,206,202)
#F5DAD7
(245,218,215)
#F6E6E4
(246,230,228)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7A6F color. Also use rgb(237,122,111) instead hex code.

Text Font Color

.myTextColor { color: #ED7A6F; }

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

This text font color is #ED7A6F.


Background Color

.myBgColor { background-color: #ED7A6F; }

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

This div background color is #ED7A6F.


Border color

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

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

This div border color is #ED7A6F.


Opacity

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

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

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

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

This text has shadow with #ED7A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7A6F on black background.


Color preview on white background

This text has color #ED7A6F on white background.



Black color preview on #ED7A6F background

This text has black color on #ED7A6F background.


White color preview on #ED7A6F background

This text has white color on #ED7A6F background.