Shades of Dark Salmon #ED9580
Tints of Dark Salmon #ED9580
RGB
CMYK
RGB Variations
Color information
#ED9580 (or 0xED9580) is known color: Dark Salmon. HEX triplet: ED, 95 and 80. RGB value is (237,149,128). Sum of RGB (Red+Green+Blue) = 237+149+128=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9580 is #126A7F. Grayscale: #ADADAD. Windows color (decimal): -1206912 or 8426989. OLE color: 8426989.
HSL color Cylindrical-coordinate representation of color #ED9580: hue angle of 11.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9580 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 128 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.07 |
| HSL | 11.56º | 0.75% | 0.72% | - |
| HSV(B) | 11.56º | 0.46% | 0.93% | - |
| XYZ | 49.57 | 41.06 | 25.73 | - |
| YUV | 172.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 128 | 0 | 0.37 | 0.46 | 0.07 | 11.56 | 0.75 | 0.72 |
| Hex | ED | 95 | 80 | 0 | 25 | 2E | 7 | C | 4B | 48 |
| Octal | 355 | 225 | 200 | 0 | 45 | 56 | 7 | 14 | 113 | 110 |
| Binary | 11101101 | 10010101 | 10000000 | 0 | 100101 | 101110 | 111 | 1100 | 1001011 | 1001000 |
Color Harmonies of #ED9580
Complementary color
Monochromatic Colors of #ED9580
Black with #ED9580
Text Example
Text Example
White with #ED9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9580; }
p { color: rgb(237,149,128); }
H1.HeaderClassName
{
color: #ED9580;
}
.AnyTagClassName
{
color: #ED9580;
}
</style>
background-color css
<style>
a { background-color: #ED9580; }
a { background-color: rgb(237,149,128); }
div.DivClassName
{
background-color: #ED9580;
}
.BgClassName
{
background-color: #ED9580;
}
</style>
border-color css
<style>
span { border-color: #ED9580; }
span { border-color: rgb(237,149,128); }
td.TdClassName
{
border-color: #ED9580;
}
.TagClassName
{
border-color: #ED9580;
}
</style>