Shades of Dark Salmon #ED956C
Tints of Dark Salmon #ED956C
RGB
CMYK
RGB Variations
Color information
#ED956C (or 0xED956C) is known color: Dark Salmon. HEX triplet: ED, 95 and 6C. RGB value is (237,149,108). Sum of RGB (Red+Green+Blue) = 237+149+108=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED956C is #126A93. Grayscale: #AAAAAA. Windows color (decimal): -1206932 or 7116269. OLE color: 7116269.
HSL color Cylindrical-coordinate representation of color #ED956C: hue angle of 19.07º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED956C is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 108 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.07 |
| HSL | 19.07º | 0.78% | 0.68% | - |
| HSV(B) | 19.07º | 0.54% | 0.93% | - |
| XYZ | 48.38 | 40.58 | 19.47 | - |
| YUV | 170.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 108 | 0 | 0.37 | 0.54 | 0.07 | 19.07 | 0.78 | 0.68 |
| Hex | ED | 95 | 6C | 0 | 25 | 36 | 7 | 13 | 4E | 44 |
| Octal | 355 | 225 | 154 | 0 | 45 | 66 | 7 | 23 | 116 | 104 |
| Binary | 11101101 | 10010101 | 1101100 | 0 | 100101 | 110110 | 111 | 10011 | 1001110 | 1000100 |
Color Harmonies of #ED956C
Complementary color
Monochromatic Colors of #ED956C
Black with #ED956C
Text Example
Text Example
White with #ED956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED956C; }
p { color: rgb(237,149,108); }
H1.HeaderClassName
{
color: #ED956C;
}
.AnyTagClassName
{
color: #ED956C;
}
</style>
background-color css
<style>
a { background-color: #ED956C; }
a { background-color: rgb(237,149,108); }
div.DivClassName
{
background-color: #ED956C;
}
.BgClassName
{
background-color: #ED956C;
}
</style>
border-color css
<style>
span { border-color: #ED956C; }
span { border-color: rgb(237,149,108); }
td.TdClassName
{
border-color: #ED956C;
}
.TagClassName
{
border-color: #ED956C;
}
</style>