Shades of Dark Salmon #ED9A78
Tints of Dark Salmon #ED9A78
RGB
CMYK
RGB Variations
Color information
#ED9A78 (or 0xED9A78) is known color: Dark Salmon. HEX triplet: ED, 9A and 78. RGB value is (237,154,120). Sum of RGB (Red+Green+Blue) = 237+154+120=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A78 is #126587. Grayscale: #AFAFAF. Windows color (decimal): -1205640 or 7903981. OLE color: 7903981.
HSL color Cylindrical-coordinate representation of color #ED9A78: hue angle of 17.44º 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 #ED9A78 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 120 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.07 |
| HSL | 17.44º | 0.76% | 0.7% | - |
| HSV(B) | 17.44º | 0.49% | 0.93% | - |
| XYZ | 49.87 | 42.47 | 23.34 | - |
| YUV | 174.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 120 | 0 | 0.35 | 0.49 | 0.07 | 17.44 | 0.76 | 0.7 |
| Hex | ED | 9A | 78 | 0 | 23 | 31 | 7 | 11 | 4C | 46 |
| Octal | 355 | 232 | 170 | 0 | 43 | 61 | 7 | 21 | 114 | 106 |
| Binary | 11101101 | 10011010 | 1111000 | 0 | 100011 | 110001 | 111 | 10001 | 1001100 | 1000110 |
Color Harmonies of #ED9A78
Complementary color
Monochromatic Colors of #ED9A78
Black with #ED9A78
Text Example
Text Example
White with #ED9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A78; }
p { color: rgb(237,154,120); }
H1.HeaderClassName
{
color: #ED9A78;
}
.AnyTagClassName
{
color: #ED9A78;
}
</style>
background-color css
<style>
a { background-color: #ED9A78; }
a { background-color: rgb(237,154,120); }
div.DivClassName
{
background-color: #ED9A78;
}
.BgClassName
{
background-color: #ED9A78;
}
</style>
border-color css
<style>
span { border-color: #ED9A78; }
span { border-color: rgb(237,154,120); }
td.TdClassName
{
border-color: #ED9A78;
}
.TagClassName
{
border-color: #ED9A78;
}
</style>