Shades of Dark Salmon #ED8D70
Tints of Dark Salmon #ED8D70
RGB
CMYK
RGB Variations
Color information
#ED8D70 (or 0xED8D70) is known color: Dark Salmon. HEX triplet: ED, 8D and 70. RGB value is (237,141,112). Sum of RGB (Red+Green+Blue) = 237+141+112=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D70 is #12728F. Grayscale: #A6A6A6. Windows color (decimal): -1208976 or 7376365. OLE color: 7376365.
HSL color Cylindrical-coordinate representation of color #ED8D70: hue angle of 13.92º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8D70 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 112 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.07 |
| HSL | 13.92º | 0.78% | 0.68% | - |
| HSV(B) | 13.92º | 0.53% | 0.93% | - |
| XYZ | 47.37 | 38.22 | 20.21 | - |
| YUV | 166.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 112 | 0 | 0.41 | 0.53 | 0.07 | 13.92 | 0.78 | 0.68 |
| Hex | ED | 8D | 70 | 0 | 29 | 35 | 7 | E | 4E | 44 |
| Octal | 355 | 215 | 160 | 0 | 51 | 65 | 7 | 16 | 116 | 104 |
| Binary | 11101101 | 10001101 | 1110000 | 0 | 101001 | 110101 | 111 | 1110 | 1001110 | 1000100 |
Color Harmonies of #ED8D70
Complementary color
Monochromatic Colors of #ED8D70
Black with #ED8D70
Text Example
Text Example
White with #ED8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D70; }
p { color: rgb(237,141,112); }
H1.HeaderClassName
{
color: #ED8D70;
}
.AnyTagClassName
{
color: #ED8D70;
}
</style>
background-color css
<style>
a { background-color: #ED8D70; }
a { background-color: rgb(237,141,112); }
div.DivClassName
{
background-color: #ED8D70;
}
.BgClassName
{
background-color: #ED8D70;
}
</style>
border-color css
<style>
span { border-color: #ED8D70; }
span { border-color: rgb(237,141,112); }
td.TdClassName
{
border-color: #ED8D70;
}
.TagClassName
{
border-color: #ED8D70;
}
</style>