Shades of Dark Salmon #EC976C
Tints of Dark Salmon #EC976C
RGB
CMYK
RGB Variations
Color information
#EC976C (or 0xEC976C) is known color: Dark Salmon. HEX triplet: EC, 97 and 6C. RGB value is (236,151,108). Sum of RGB (Red+Green+Blue) = 236+151+108=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC976C is #136893. Grayscale: #ABABAB. Windows color (decimal): -1271956 or 7116780. OLE color: 7116780.
HSL color Cylindrical-coordinate representation of color #EC976C: hue angle of 20.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC976C is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 108 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.07 |
| HSL | 20.16º | 0.77% | 0.67% | - |
| HSV(B) | 20.16º | 0.54% | 0.93% | - |
| XYZ | 48.37 | 41.05 | 19.56 | - |
| YUV | 171.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 108 | 0 | 0.36 | 0.54 | 0.07 | 20.16 | 0.77 | 0.67 |
| Hex | EC | 97 | 6C | 0 | 24 | 36 | 7 | 14 | 4D | 43 |
| Octal | 354 | 227 | 154 | 0 | 44 | 66 | 7 | 24 | 115 | 103 |
| Binary | 11101100 | 10010111 | 1101100 | 0 | 100100 | 110110 | 111 | 10100 | 1001101 | 1000011 |
Color Harmonies of #EC976C
Complementary color
Monochromatic Colors of #EC976C
Black with #EC976C
Text Example
Text Example
White with #EC976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC976C; }
p { color: rgb(236,151,108); }
H1.HeaderClassName
{
color: #EC976C;
}
.AnyTagClassName
{
color: #EC976C;
}
</style>
background-color css
<style>
a { background-color: #EC976C; }
a { background-color: rgb(236,151,108); }
div.DivClassName
{
background-color: #EC976C;
}
.BgClassName
{
background-color: #EC976C;
}
</style>
border-color css
<style>
span { border-color: #EC976C; }
span { border-color: rgb(236,151,108); }
td.TdClassName
{
border-color: #EC976C;
}
.TagClassName
{
border-color: #EC976C;
}
</style>