Shades of Dark Salmon #EC957E
Tints of Dark Salmon #EC957E
RGB
CMYK
RGB Variations
Color information
#EC957E (or 0xEC957E) is known color: Dark Salmon. HEX triplet: EC, 95 and 7E. RGB value is (236,149,126). Sum of RGB (Red+Green+Blue) = 236+149+126=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC957E is #136A81. Grayscale: #ACACAC. Windows color (decimal): -1272450 or 8295916. OLE color: 8295916.
HSL color Cylindrical-coordinate representation of color #EC957E: hue angle of 12.55º 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 #EC957E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 126 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.55º | 0.74% | 0.71% | - |
| HSV(B) | 12.55º | 0.47% | 0.93% | - |
| XYZ | 49.11 | 40.83 | 25.03 | - |
| YUV | 172.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 126 | 0 | 0.37 | 0.47 | 0.07 | 12.55 | 0.74 | 0.71 |
| Hex | EC | 95 | 7E | 0 | 25 | 2F | 7 | D | 4A | 47 |
| Octal | 354 | 225 | 176 | 0 | 45 | 57 | 7 | 15 | 112 | 107 |
| Binary | 11101100 | 10010101 | 1111110 | 0 | 100101 | 101111 | 111 | 1101 | 1001010 | 1000111 |
Color Harmonies of #EC957E
Complementary color
Monochromatic Colors of #EC957E
Black with #EC957E
Text Example
Text Example
White with #EC957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC957E; }
p { color: rgb(236,149,126); }
H1.HeaderClassName
{
color: #EC957E;
}
.AnyTagClassName
{
color: #EC957E;
}
</style>
background-color css
<style>
a { background-color: #EC957E; }
a { background-color: rgb(236,149,126); }
div.DivClassName
{
background-color: #EC957E;
}
.BgClassName
{
background-color: #EC957E;
}
</style>
border-color css
<style>
span { border-color: #EC957E; }
span { border-color: rgb(236,149,126); }
td.TdClassName
{
border-color: #EC957E;
}
.TagClassName
{
border-color: #EC957E;
}
</style>