Shades of Dark Salmon #EC987E
Tints of Dark Salmon #EC987E
RGB
CMYK
RGB Variations
Color information
#EC987E (or 0xEC987E) is known color: Dark Salmon. HEX triplet: EC, 98 and 7E. RGB value is (236,152,126). Sum of RGB (Red+Green+Blue) = 236+152+126=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987E is #136781. Grayscale: #AEAEAE. Windows color (decimal): -1271682 or 8296684. OLE color: 8296684.
HSL color Cylindrical-coordinate representation of color #EC987E: hue angle of 14.18º 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 #EC987E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 126 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 14.18º | 0.74% | 0.71% | - |
| HSV(B) | 14.18º | 0.47% | 0.93% | - |
| XYZ | 49.59 | 41.8 | 25.19 | - |
| YUV | 174.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 126 | 0 | 0.36 | 0.47 | 0.07 | 14.18 | 0.74 | 0.71 |
| Hex | EC | 98 | 7E | 0 | 24 | 2F | 7 | E | 4A | 47 |
| Octal | 354 | 230 | 176 | 0 | 44 | 57 | 7 | 16 | 112 | 107 |
| Binary | 11101100 | 10011000 | 1111110 | 0 | 100100 | 101111 | 111 | 1110 | 1001010 | 1000111 |
Color Harmonies of #EC987E
Complementary color
Monochromatic Colors of #EC987E
Black with #EC987E
Text Example
Text Example
White with #EC987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC987E; }
p { color: rgb(236,152,126); }
H1.HeaderClassName
{
color: #EC987E;
}
.AnyTagClassName
{
color: #EC987E;
}
</style>
background-color css
<style>
a { background-color: #EC987E; }
a { background-color: rgb(236,152,126); }
div.DivClassName
{
background-color: #EC987E;
}
.BgClassName
{
background-color: #EC987E;
}
</style>
border-color css
<style>
span { border-color: #EC987E; }
span { border-color: rgb(236,152,126); }
td.TdClassName
{
border-color: #EC987E;
}
.TagClassName
{
border-color: #EC987E;
}
</style>