Shades of Dark Salmon #EC987C
Tints of Dark Salmon #EC987C
RGB
CMYK
RGB Variations
Color information
#EC987C (or 0xEC987C) is known color: Dark Salmon. HEX triplet: EC, 98 and 7C. RGB value is (236,152,124). Sum of RGB (Red+Green+Blue) = 236+152+124=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987C is #136783. Grayscale: #AEAEAE. Windows color (decimal): -1271684 or 8165612. OLE color: 8165612.
HSL color Cylindrical-coordinate representation of color #EC987C: hue angle of 15º degrees, saturation: 0.75, 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 #EC987C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 124 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 15º | 0.75% | 0.71% | - |
| HSV(B) | 15º | 0.47% | 0.93% | - |
| XYZ | 49.46 | 41.74 | 24.52 | - |
| YUV | 173.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 124 | 0 | 0.36 | 0.47 | 0.07 | 15 | 0.75 | 0.71 |
| Hex | EC | 98 | 7C | 0 | 24 | 2F | 7 | F | 4B | 47 |
| Octal | 354 | 230 | 174 | 0 | 44 | 57 | 7 | 17 | 113 | 107 |
| Binary | 11101100 | 10011000 | 1111100 | 0 | 100100 | 101111 | 111 | 1111 | 1001011 | 1000111 |
Color Harmonies of #EC987C
Complementary color
Monochromatic Colors of #EC987C
Black with #EC987C
Text Example
Text Example
White with #EC987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC987C; }
p { color: rgb(236,152,124); }
H1.HeaderClassName
{
color: #EC987C;
}
.AnyTagClassName
{
color: #EC987C;
}
</style>
background-color css
<style>
a { background-color: #EC987C; }
a { background-color: rgb(236,152,124); }
div.DivClassName
{
background-color: #EC987C;
}
.BgClassName
{
background-color: #EC987C;
}
</style>
border-color css
<style>
span { border-color: #EC987C; }
span { border-color: rgb(236,152,124); }
td.TdClassName
{
border-color: #EC987C;
}
.TagClassName
{
border-color: #EC987C;
}
</style>