Shades of Dark Salmon #ED8F78
Tints of Dark Salmon #ED8F78
RGB
CMYK
RGB Variations
Color information
#ED8F78 (or 0xED8F78) is known color: Dark Salmon. HEX triplet: ED, 8F and 78. RGB value is (237,143,120). Sum of RGB (Red+Green+Blue) = 237+143+120=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F78 is #127087. Grayscale: #A8A8A8. Windows color (decimal): -1208456 or 7901165. OLE color: 7901165.
HSL color Cylindrical-coordinate representation of color #ED8F78: hue angle of 11.79º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8F78 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 120 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.07 |
| HSL | 11.79º | 0.76% | 0.7% | - |
| HSV(B) | 11.79º | 0.49% | 0.93% | - |
| XYZ | 48.14 | 39.01 | 22.76 | - |
| YUV | 168.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 120 | 0 | 0.40 | 0.49 | 0.07 | 11.79 | 0.76 | 0.7 |
| Hex | ED | 8F | 78 | 0 | 28 | 31 | 7 | C | 4C | 46 |
| Octal | 355 | 217 | 170 | 0 | 50 | 61 | 7 | 14 | 114 | 106 |
| Binary | 11101101 | 10001111 | 1111000 | 0 | 101000 | 110001 | 111 | 1100 | 1001100 | 1000110 |
Color Harmonies of #ED8F78
Complementary color
Monochromatic Colors of #ED8F78
Black with #ED8F78
Text Example
Text Example
White with #ED8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F78; }
p { color: rgb(237,143,120); }
H1.HeaderClassName
{
color: #ED8F78;
}
.AnyTagClassName
{
color: #ED8F78;
}
</style>
background-color css
<style>
a { background-color: #ED8F78; }
a { background-color: rgb(237,143,120); }
div.DivClassName
{
background-color: #ED8F78;
}
.BgClassName
{
background-color: #ED8F78;
}
</style>
border-color css
<style>
span { border-color: #ED8F78; }
span { border-color: rgb(237,143,120); }
td.TdClassName
{
border-color: #ED8F78;
}
.TagClassName
{
border-color: #ED8F78;
}
</style>