Shades of Dark Salmon #ED947E
Tints of Dark Salmon #ED947E
RGB
CMYK
RGB Variations
Color information
#ED947E (or 0xED947E) is known color: Dark Salmon. HEX triplet: ED, 94 and 7E. RGB value is (237,148,126). Sum of RGB (Red+Green+Blue) = 237+148+126=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947E is #126B81. Grayscale: #ACACAC. Windows color (decimal): -1207170 or 8295661. OLE color: 8295661.
HSL color Cylindrical-coordinate representation of color #ED947E: hue angle of 11.89º 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 #ED947E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 126 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.07 |
| HSL | 11.89º | 0.76% | 0.71% | - |
| HSV(B) | 11.89º | 0.47% | 0.93% | - |
| XYZ | 49.28 | 40.69 | 25 | - |
| YUV | 172.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 126 | 0 | 0.38 | 0.47 | 0.07 | 11.89 | 0.76 | 0.71 |
| Hex | ED | 94 | 7E | 0 | 26 | 2F | 7 | C | 4C | 47 |
| Octal | 355 | 224 | 176 | 0 | 46 | 57 | 7 | 14 | 114 | 107 |
| Binary | 11101101 | 10010100 | 1111110 | 0 | 100110 | 101111 | 111 | 1100 | 1001100 | 1000111 |
Color Harmonies of #ED947E
Complementary color
Monochromatic Colors of #ED947E
Black with #ED947E
Text Example
Text Example
White with #ED947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED947E; }
p { color: rgb(237,148,126); }
H1.HeaderClassName
{
color: #ED947E;
}
.AnyTagClassName
{
color: #ED947E;
}
</style>
background-color css
<style>
a { background-color: #ED947E; }
a { background-color: rgb(237,148,126); }
div.DivClassName
{
background-color: #ED947E;
}
.BgClassName
{
background-color: #ED947E;
}
</style>
border-color css
<style>
span { border-color: #ED947E; }
span { border-color: rgb(237,148,126); }
td.TdClassName
{
border-color: #ED947E;
}
.TagClassName
{
border-color: #ED947E;
}
</style>