Shades of Dark Salmon #ED957D
Tints of Dark Salmon #ED957D
RGB
CMYK
RGB Variations
Color information
#ED957D (or 0xED957D) is known color: Dark Salmon. HEX triplet: ED, 95 and 7D. RGB value is (237,149,125). Sum of RGB (Red+Green+Blue) = 237+149+125=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED957D is #126A82. Grayscale: #ACACAC. Windows color (decimal): -1206915 or 8230381. OLE color: 8230381.
HSL color Cylindrical-coordinate representation of color #ED957D: hue angle of 12.86º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED957D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 125 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.86º | 0.76% | 0.71% | - |
| HSV(B) | 12.86º | 0.47% | 0.93% | - |
| XYZ | 49.37 | 40.98 | 24.71 | - |
| YUV | 172.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 125 | 0 | 0.37 | 0.47 | 0.07 | 12.86 | 0.76 | 0.71 |
| Hex | ED | 95 | 7D | 0 | 25 | 2F | 7 | D | 4C | 47 |
| Octal | 355 | 225 | 175 | 0 | 45 | 57 | 7 | 15 | 114 | 107 |
| Binary | 11101101 | 10010101 | 1111101 | 0 | 100101 | 101111 | 111 | 1101 | 1001100 | 1000111 |
Color Harmonies of #ED957D
Complementary color
Monochromatic Colors of #ED957D
Black with #ED957D
Text Example
Text Example
White with #ED957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED957D; }
p { color: rgb(237,149,125); }
H1.HeaderClassName
{
color: #ED957D;
}
.AnyTagClassName
{
color: #ED957D;
}
</style>
background-color css
<style>
a { background-color: #ED957D; }
a { background-color: rgb(237,149,125); }
div.DivClassName
{
background-color: #ED957D;
}
.BgClassName
{
background-color: #ED957D;
}
</style>
border-color css
<style>
span { border-color: #ED957D; }
span { border-color: rgb(237,149,125); }
td.TdClassName
{
border-color: #ED957D;
}
.TagClassName
{
border-color: #ED957D;
}
</style>