Shades of Dark Salmon #EC946E
Tints of Dark Salmon #EC946E
RGB
CMYK
RGB Variations
Color information
#EC946E (or 0xEC946E) is known color: Dark Salmon. HEX triplet: EC, 94 and 6E. RGB value is (236,148,110). Sum of RGB (Red+Green+Blue) = 236+148+110=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC946E is #136B91. Grayscale: #AAAAAA. Windows color (decimal): -1272722 or 7247084. OLE color: 7247084.
HSL color Cylindrical-coordinate representation of color #EC946E: hue angle of 18.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC946E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 110 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.07 |
| HSL | 18.1º | 0.77% | 0.68% | - |
| HSV(B) | 18.1º | 0.53% | 0.93% | - |
| XYZ | 48 | 40.14 | 19.97 | - |
| YUV | 169.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 110 | 0 | 0.37 | 0.53 | 0.07 | 18.1 | 0.77 | 0.68 |
| Hex | EC | 94 | 6E | 0 | 25 | 35 | 7 | 12 | 4D | 44 |
| Octal | 354 | 224 | 156 | 0 | 45 | 65 | 7 | 22 | 115 | 104 |
| Binary | 11101100 | 10010100 | 1101110 | 0 | 100101 | 110101 | 111 | 10010 | 1001101 | 1000100 |
Color Harmonies of #EC946E
Complementary color
Monochromatic Colors of #EC946E
Black with #EC946E
Text Example
Text Example
White with #EC946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC946E; }
p { color: rgb(236,148,110); }
H1.HeaderClassName
{
color: #EC946E;
}
.AnyTagClassName
{
color: #EC946E;
}
</style>
background-color css
<style>
a { background-color: #EC946E; }
a { background-color: rgb(236,148,110); }
div.DivClassName
{
background-color: #EC946E;
}
.BgClassName
{
background-color: #EC946E;
}
</style>
border-color css
<style>
span { border-color: #EC946E; }
span { border-color: rgb(236,148,110); }
td.TdClassName
{
border-color: #EC946E;
}
.TagClassName
{
border-color: #EC946E;
}
</style>