Shades of Dark Salmon #ED8F70
Tints of Dark Salmon #ED8F70
RGB
CMYK
RGB Variations
Color information
#ED8F70 (or 0xED8F70) is known color: Dark Salmon. HEX triplet: ED, 8F and 70. RGB value is (237,143,112). Sum of RGB (Red+Green+Blue) = 237+143+112=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F70 is #12708F. Grayscale: #A7A7A7. Windows color (decimal): -1208464 or 7376877. OLE color: 7376877.
HSL color Cylindrical-coordinate representation of color #ED8F70: hue angle of 14.88º 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 #ED8F70 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 112 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.07 |
| HSL | 14.88º | 0.78% | 0.68% | - |
| HSV(B) | 14.88º | 0.53% | 0.93% | - |
| XYZ | 47.67 | 38.82 | 20.31 | - |
| YUV | 167.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 112 | 0 | 0.40 | 0.53 | 0.07 | 14.88 | 0.78 | 0.68 |
| Hex | ED | 8F | 70 | 0 | 28 | 35 | 7 | F | 4E | 44 |
| Octal | 355 | 217 | 160 | 0 | 50 | 65 | 7 | 17 | 116 | 104 |
| Binary | 11101101 | 10001111 | 1110000 | 0 | 101000 | 110101 | 111 | 1111 | 1001110 | 1000100 |
Color Harmonies of #ED8F70
Complementary color
Monochromatic Colors of #ED8F70
Black with #ED8F70
Text Example
Text Example
White with #ED8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F70; }
p { color: rgb(237,143,112); }
H1.HeaderClassName
{
color: #ED8F70;
}
.AnyTagClassName
{
color: #ED8F70;
}
</style>
background-color css
<style>
a { background-color: #ED8F70; }
a { background-color: rgb(237,143,112); }
div.DivClassName
{
background-color: #ED8F70;
}
.BgClassName
{
background-color: #ED8F70;
}
</style>
border-color css
<style>
span { border-color: #ED8F70; }
span { border-color: rgb(237,143,112); }
td.TdClassName
{
border-color: #ED8F70;
}
.TagClassName
{
border-color: #ED8F70;
}
</style>