Shades of Dark Salmon #EC9970
Tints of Dark Salmon #EC9970
RGB
CMYK
RGB Variations
Color information
#EC9970 (or 0xEC9970) is known color: Dark Salmon. HEX triplet: EC, 99 and 70. RGB value is (236,153,112). Sum of RGB (Red+Green+Blue) = 236+153+112=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9970 is #13668F. Grayscale: #ADADAD. Windows color (decimal): -1271440 or 7379436. OLE color: 7379436.
HSL color Cylindrical-coordinate representation of color #EC9970: hue angle of 19.84º 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 #EC9970 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 112 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.07 |
| HSL | 19.84º | 0.77% | 0.68% | - |
| HSV(B) | 19.84º | 0.53% | 0.93% | - |
| XYZ | 48.91 | 41.79 | 20.82 | - |
| YUV | 173.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 112 | 0 | 0.35 | 0.53 | 0.07 | 19.84 | 0.77 | 0.68 |
| Hex | EC | 99 | 70 | 0 | 23 | 35 | 7 | 14 | 4D | 44 |
| Octal | 354 | 231 | 160 | 0 | 43 | 65 | 7 | 24 | 115 | 104 |
| Binary | 11101100 | 10011001 | 1110000 | 0 | 100011 | 110101 | 111 | 10100 | 1001101 | 1000100 |
Color Harmonies of #EC9970
Complementary color
Monochromatic Colors of #EC9970
Black with #EC9970
Text Example
Text Example
White with #EC9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9970; }
p { color: rgb(236,153,112); }
H1.HeaderClassName
{
color: #EC9970;
}
.AnyTagClassName
{
color: #EC9970;
}
</style>
background-color css
<style>
a { background-color: #EC9970; }
a { background-color: rgb(236,153,112); }
div.DivClassName
{
background-color: #EC9970;
}
.BgClassName
{
background-color: #EC9970;
}
</style>
border-color css
<style>
span { border-color: #EC9970; }
span { border-color: rgb(236,153,112); }
td.TdClassName
{
border-color: #EC9970;
}
.TagClassName
{
border-color: #EC9970;
}
</style>