Shades of Dark Salmon #EC957F
Tints of Dark Salmon #EC957F
RGB
CMYK
RGB Variations
Color information
#EC957F (or 0xEC957F) is known color: Dark Salmon. HEX triplet: EC, 95 and 7F. RGB value is (236,149,127). Sum of RGB (Red+Green+Blue) = 236+149+127=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC957F is #136A80. Grayscale: #ACACAC. Windows color (decimal): -1272449 or 8361452. OLE color: 8361452.
HSL color Cylindrical-coordinate representation of color #EC957F: hue angle of 12.11º 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 #EC957F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 127 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.07 |
| HSL | 12.11º | 0.74% | 0.71% | - |
| HSV(B) | 12.11º | 0.46% | 0.93% | - |
| XYZ | 49.17 | 40.86 | 25.37 | - |
| YUV | 172.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 127 | 0 | 0.37 | 0.46 | 0.07 | 12.11 | 0.74 | 0.71 |
| Hex | EC | 95 | 7F | 0 | 25 | 2E | 7 | C | 4A | 47 |
| Octal | 354 | 225 | 177 | 0 | 45 | 56 | 7 | 14 | 112 | 107 |
| Binary | 11101100 | 10010101 | 1111111 | 0 | 100101 | 101110 | 111 | 1100 | 1001010 | 1000111 |
Color Harmonies of #EC957F
Complementary color
Monochromatic Colors of #EC957F
Black with #EC957F
Text Example
Text Example
White with #EC957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC957F; }
p { color: rgb(236,149,127); }
H1.HeaderClassName
{
color: #EC957F;
}
.AnyTagClassName
{
color: #EC957F;
}
</style>
background-color css
<style>
a { background-color: #EC957F; }
a { background-color: rgb(236,149,127); }
div.DivClassName
{
background-color: #EC957F;
}
.BgClassName
{
background-color: #EC957F;
}
</style>
border-color css
<style>
span { border-color: #EC957F; }
span { border-color: rgb(236,149,127); }
td.TdClassName
{
border-color: #EC957F;
}
.TagClassName
{
border-color: #EC957F;
}
</style>