Shades of Dark Salmon #EC966C
Tints of Dark Salmon #EC966C
RGB
CMYK
RGB Variations
Color information
#EC966C (or 0xEC966C) is known color: Dark Salmon. HEX triplet: EC, 96 and 6C. RGB value is (236,150,108). Sum of RGB (Red+Green+Blue) = 236+150+108=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC966C is #136993. Grayscale: #ABABAB. Windows color (decimal): -1272212 or 7116524. OLE color: 7116524.
HSL color Cylindrical-coordinate representation of color #EC966C: hue angle of 19.69º 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 #EC966C is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 108 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.07 |
| HSL | 19.69º | 0.77% | 0.67% | - |
| HSV(B) | 19.69º | 0.54% | 0.93% | - |
| XYZ | 48.21 | 40.73 | 19.51 | - |
| YUV | 170.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 108 | 0 | 0.36 | 0.54 | 0.07 | 19.69 | 0.77 | 0.67 |
| Hex | EC | 96 | 6C | 0 | 24 | 36 | 7 | 14 | 4D | 43 |
| Octal | 354 | 226 | 154 | 0 | 44 | 66 | 7 | 24 | 115 | 103 |
| Binary | 11101100 | 10010110 | 1101100 | 0 | 100100 | 110110 | 111 | 10100 | 1001101 | 1000011 |
Color Harmonies of #EC966C
Complementary color
Monochromatic Colors of #EC966C
Black with #EC966C
Text Example
Text Example
White with #EC966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC966C; }
p { color: rgb(236,150,108); }
H1.HeaderClassName
{
color: #EC966C;
}
.AnyTagClassName
{
color: #EC966C;
}
</style>
background-color css
<style>
a { background-color: #EC966C; }
a { background-color: rgb(236,150,108); }
div.DivClassName
{
background-color: #EC966C;
}
.BgClassName
{
background-color: #EC966C;
}
</style>
border-color css
<style>
span { border-color: #EC966C; }
span { border-color: rgb(236,150,108); }
td.TdClassName
{
border-color: #EC966C;
}
.TagClassName
{
border-color: #EC966C;
}
</style>