Shades of Dark Salmon #ED9978
Tints of Dark Salmon #ED9978
RGB
CMYK
RGB Variations
Color information
#ED9978 (or 0xED9978) is known color: Dark Salmon. HEX triplet: ED, 99 and 78. RGB value is (237,153,120). Sum of RGB (Red+Green+Blue) = 237+153+120=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9978 is #126687. Grayscale: #AEAEAE. Windows color (decimal): -1205896 or 7903725. OLE color: 7903725.
HSL color Cylindrical-coordinate representation of color #ED9978: hue angle of 16.92º 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 #ED9978 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 120 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.07 |
| HSL | 16.92º | 0.76% | 0.7% | - |
| HSV(B) | 16.92º | 0.49% | 0.93% | - |
| XYZ | 49.71 | 42.14 | 23.28 | - |
| YUV | 174.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 120 | 0 | 0.35 | 0.49 | 0.07 | 16.92 | 0.76 | 0.7 |
| Hex | ED | 99 | 78 | 0 | 23 | 31 | 7 | 11 | 4C | 46 |
| Octal | 355 | 231 | 170 | 0 | 43 | 61 | 7 | 21 | 114 | 106 |
| Binary | 11101101 | 10011001 | 1111000 | 0 | 100011 | 110001 | 111 | 10001 | 1001100 | 1000110 |
Color Harmonies of #ED9978
Complementary color
Monochromatic Colors of #ED9978
Black with #ED9978
Text Example
Text Example
White with #ED9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9978; }
p { color: rgb(237,153,120); }
H1.HeaderClassName
{
color: #ED9978;
}
.AnyTagClassName
{
color: #ED9978;
}
</style>
background-color css
<style>
a { background-color: #ED9978; }
a { background-color: rgb(237,153,120); }
div.DivClassName
{
background-color: #ED9978;
}
.BgClassName
{
background-color: #ED9978;
}
</style>
border-color css
<style>
span { border-color: #ED9978; }
span { border-color: rgb(237,153,120); }
td.TdClassName
{
border-color: #ED9978;
}
.TagClassName
{
border-color: #ED9978;
}
</style>