Shades of Dark Salmon #ED947F
Tints of Dark Salmon #ED947F
RGB
CMYK
RGB Variations
Color information
#ED947F (or 0xED947F) is known color: Dark Salmon. HEX triplet: ED, 94 and 7F. RGB value is (237,148,127). Sum of RGB (Red+Green+Blue) = 237+148+127=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947F is #126B80. Grayscale: #ACACAC. Windows color (decimal): -1207169 or 8361197. OLE color: 8361197.
HSL color Cylindrical-coordinate representation of color #ED947F: hue angle of 11.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED947F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 127 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.07 |
| HSL | 11.45º | 0.75% | 0.71% | - |
| HSV(B) | 11.45º | 0.46% | 0.93% | - |
| XYZ | 49.35 | 40.72 | 25.34 | - |
| YUV | 172.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 127 | 0 | 0.38 | 0.46 | 0.07 | 11.45 | 0.75 | 0.71 |
| Hex | ED | 94 | 7F | 0 | 26 | 2E | 7 | B | 4B | 47 |
| Octal | 355 | 224 | 177 | 0 | 46 | 56 | 7 | 13 | 113 | 107 |
| Binary | 11101101 | 10010100 | 1111111 | 0 | 100110 | 101110 | 111 | 1011 | 1001011 | 1000111 |
Color Harmonies of #ED947F
Complementary color
Monochromatic Colors of #ED947F
Black with #ED947F
Text Example
Text Example
White with #ED947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED947F; }
p { color: rgb(237,148,127); }
H1.HeaderClassName
{
color: #ED947F;
}
.AnyTagClassName
{
color: #ED947F;
}
</style>
background-color css
<style>
a { background-color: #ED947F; }
a { background-color: rgb(237,148,127); }
div.DivClassName
{
background-color: #ED947F;
}
.BgClassName
{
background-color: #ED947F;
}
</style>
border-color css
<style>
span { border-color: #ED947F; }
span { border-color: rgb(237,148,127); }
td.TdClassName
{
border-color: #ED947F;
}
.TagClassName
{
border-color: #ED947F;
}
</style>