Shades of Dark Salmon #ED957E
Tints of Dark Salmon #ED957E
RGB
CMYK
RGB Variations
Color information
#ED957E (or 0xED957E) is known color: Dark Salmon. HEX triplet: ED, 95 and 7E. RGB value is (237,149,126). Sum of RGB (Red+Green+Blue) = 237+149+126=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED957E is #126A81. Grayscale: #ACACAC. Windows color (decimal): -1206914 or 8295917. OLE color: 8295917.
HSL color Cylindrical-coordinate representation of color #ED957E: hue angle of 12.43º 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 #ED957E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 126 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.43º | 0.76% | 0.71% | - |
| HSV(B) | 12.43º | 0.47% | 0.93% | - |
| XYZ | 49.44 | 41.01 | 25.05 | - |
| YUV | 172.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 126 | 0 | 0.37 | 0.47 | 0.07 | 12.43 | 0.76 | 0.71 |
| Hex | ED | 95 | 7E | 0 | 25 | 2F | 7 | C | 4C | 47 |
| Octal | 355 | 225 | 176 | 0 | 45 | 57 | 7 | 14 | 114 | 107 |
| Binary | 11101101 | 10010101 | 1111110 | 0 | 100101 | 101111 | 111 | 1100 | 1001100 | 1000111 |
Color Harmonies of #ED957E
Complementary color
Monochromatic Colors of #ED957E
Black with #ED957E
Text Example
Text Example
White with #ED957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED957E; }
p { color: rgb(237,149,126); }
H1.HeaderClassName
{
color: #ED957E;
}
.AnyTagClassName
{
color: #ED957E;
}
</style>
background-color css
<style>
a { background-color: #ED957E; }
a { background-color: rgb(237,149,126); }
div.DivClassName
{
background-color: #ED957E;
}
.BgClassName
{
background-color: #ED957E;
}
</style>
border-color css
<style>
span { border-color: #ED957E; }
span { border-color: rgb(237,149,126); }
td.TdClassName
{
border-color: #ED957E;
}
.TagClassName
{
border-color: #ED957E;
}
</style>