Shades of Dark Salmon #EC957D
Tints of Dark Salmon #EC957D
RGB
CMYK
RGB Variations
Color information
#EC957D (or 0xEC957D) is known color: Dark Salmon. HEX triplet: EC, 95 and 7D. RGB value is (236,149,125). Sum of RGB (Red+Green+Blue) = 236+149+125=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC957D is #136A82. Grayscale: #ACACAC. Windows color (decimal): -1272451 or 8230380. OLE color: 8230380.
HSL color Cylindrical-coordinate representation of color #EC957D: hue angle of 12.97º degrees, saturation: 0.74, 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 #EC957D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 125 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.97º | 0.74% | 0.71% | - |
| HSV(B) | 12.97º | 0.47% | 0.93% | - |
| XYZ | 49.04 | 40.81 | 24.69 | - |
| YUV | 172.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 125 | 0 | 0.37 | 0.47 | 0.07 | 12.97 | 0.74 | 0.71 |
| Hex | EC | 95 | 7D | 0 | 25 | 2F | 7 | D | 4A | 47 |
| Octal | 354 | 225 | 175 | 0 | 45 | 57 | 7 | 15 | 112 | 107 |
| Binary | 11101100 | 10010101 | 1111101 | 0 | 100101 | 101111 | 111 | 1101 | 1001010 | 1000111 |
Color Harmonies of #EC957D
Complementary color
Monochromatic Colors of #EC957D
Black with #EC957D
Text Example
Text Example
White with #EC957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC957D; }
p { color: rgb(236,149,125); }
H1.HeaderClassName
{
color: #EC957D;
}
.AnyTagClassName
{
color: #EC957D;
}
</style>
background-color css
<style>
a { background-color: #EC957D; }
a { background-color: rgb(236,149,125); }
div.DivClassName
{
background-color: #EC957D;
}
.BgClassName
{
background-color: #EC957D;
}
</style>
border-color css
<style>
span { border-color: #EC957D; }
span { border-color: rgb(236,149,125); }
td.TdClassName
{
border-color: #EC957D;
}
.TagClassName
{
border-color: #EC957D;
}
</style>