Shades of Dark Salmon #ED947C
Tints of Dark Salmon #ED947C
RGB
CMYK
RGB Variations
Color information
#ED947C (or 0xED947C) is known color: Dark Salmon. HEX triplet: ED, 94 and 7C. RGB value is (237,148,124). Sum of RGB (Red+Green+Blue) = 237+148+124=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947C is #126B83. Grayscale: #ACACAC. Windows color (decimal): -1207172 or 8164589. OLE color: 8164589.
HSL color Cylindrical-coordinate representation of color #ED947C: hue angle of 12.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED947C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 124 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.07 |
| HSL | 12.74º | 0.76% | 0.71% | - |
| HSV(B) | 12.74º | 0.48% | 0.93% | - |
| XYZ | 49.15 | 40.64 | 24.32 | - |
| YUV | 171.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 124 | 0 | 0.38 | 0.48 | 0.07 | 12.74 | 0.76 | 0.71 |
| Hex | ED | 94 | 7C | 0 | 26 | 30 | 7 | D | 4C | 47 |
| Octal | 355 | 224 | 174 | 0 | 46 | 60 | 7 | 15 | 114 | 107 |
| Binary | 11101101 | 10010100 | 1111100 | 0 | 100110 | 110000 | 111 | 1101 | 1001100 | 1000111 |
Color Harmonies of #ED947C
Complementary color
Monochromatic Colors of #ED947C
Black with #ED947C
Text Example
Text Example
White with #ED947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED947C; }
p { color: rgb(237,148,124); }
H1.HeaderClassName
{
color: #ED947C;
}
.AnyTagClassName
{
color: #ED947C;
}
</style>
background-color css
<style>
a { background-color: #ED947C; }
a { background-color: rgb(237,148,124); }
div.DivClassName
{
background-color: #ED947C;
}
.BgClassName
{
background-color: #ED947C;
}
</style>
border-color css
<style>
span { border-color: #ED947C; }
span { border-color: rgb(237,148,124); }
td.TdClassName
{
border-color: #ED947C;
}
.TagClassName
{
border-color: #ED947C;
}
</style>