Shades of Dark Salmon #EC947F
Tints of Dark Salmon #EC947F
RGB
CMYK
RGB Variations
Color information
#EC947F (or 0xEC947F) is known color: Dark Salmon. HEX triplet: EC, 94 and 7F. RGB value is (236,148,127). Sum of RGB (Red+Green+Blue) = 236+148+127=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC947F is #136B80. Grayscale: #ACACAC. Windows color (decimal): -1272705 or 8361196. OLE color: 8361196.
HSL color Cylindrical-coordinate representation of color #EC947F: hue angle of 11.56º degrees, saturation: 0.74, 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 #EC947F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 127 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.07 |
| HSL | 11.56º | 0.74% | 0.71% | - |
| HSV(B) | 11.56º | 0.46% | 0.93% | - |
| XYZ | 49.01 | 40.54 | 25.32 | - |
| YUV | 171.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 127 | 0 | 0.37 | 0.46 | 0.07 | 11.56 | 0.74 | 0.71 |
| Hex | EC | 94 | 7F | 0 | 25 | 2E | 7 | C | 4A | 47 |
| Octal | 354 | 224 | 177 | 0 | 45 | 56 | 7 | 14 | 112 | 107 |
| Binary | 11101100 | 10010100 | 1111111 | 0 | 100101 | 101110 | 111 | 1100 | 1001010 | 1000111 |
Color Harmonies of #EC947F
Complementary color
Monochromatic Colors of #EC947F
Black with #EC947F
Text Example
Text Example
White with #EC947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC947F; }
p { color: rgb(236,148,127); }
H1.HeaderClassName
{
color: #EC947F;
}
.AnyTagClassName
{
color: #EC947F;
}
</style>
background-color css
<style>
a { background-color: #EC947F; }
a { background-color: rgb(236,148,127); }
div.DivClassName
{
background-color: #EC947F;
}
.BgClassName
{
background-color: #EC947F;
}
</style>
border-color css
<style>
span { border-color: #EC947F; }
span { border-color: rgb(236,148,127); }
td.TdClassName
{
border-color: #EC947F;
}
.TagClassName
{
border-color: #EC947F;
}
</style>