Shades of Dark Salmon #ED8D72
Tints of Dark Salmon #ED8D72
RGB
CMYK
RGB Variations
Color information
#ED8D72 (or 0xED8D72) is known color: Dark Salmon. HEX triplet: ED, 8D and 72. RGB value is (237,141,114). Sum of RGB (Red+Green+Blue) = 237+141+114=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D72 is #12728D. Grayscale: #A6A6A6. Windows color (decimal): -1208974 or 7507437. OLE color: 7507437.
HSL color Cylindrical-coordinate representation of color #ED8D72: hue angle of 13.17º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8D72 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 114 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.07 |
| HSL | 13.17º | 0.77% | 0.69% | - |
| HSV(B) | 13.17º | 0.52% | 0.93% | - |
| XYZ | 47.49 | 38.27 | 20.8 | - |
| YUV | 166.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 114 | 0 | 0.41 | 0.52 | 0.07 | 13.17 | 0.77 | 0.69 |
| Hex | ED | 8D | 72 | 0 | 29 | 34 | 7 | D | 4D | 45 |
| Octal | 355 | 215 | 162 | 0 | 51 | 64 | 7 | 15 | 115 | 105 |
| Binary | 11101101 | 10001101 | 1110010 | 0 | 101001 | 110100 | 111 | 1101 | 1001101 | 1000101 |
Color Harmonies of #ED8D72
Complementary color
Monochromatic Colors of #ED8D72
Black with #ED8D72
Text Example
Text Example
White with #ED8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D72; }
p { color: rgb(237,141,114); }
H1.HeaderClassName
{
color: #ED8D72;
}
.AnyTagClassName
{
color: #ED8D72;
}
</style>
background-color css
<style>
a { background-color: #ED8D72; }
a { background-color: rgb(237,141,114); }
div.DivClassName
{
background-color: #ED8D72;
}
.BgClassName
{
background-color: #ED8D72;
}
</style>
border-color css
<style>
span { border-color: #ED8D72; }
span { border-color: rgb(237,141,114); }
td.TdClassName
{
border-color: #ED8D72;
}
.TagClassName
{
border-color: #ED8D72;
}
</style>