Shades of Dark Salmon #EC996F
Tints of Dark Salmon #EC996F
RGB
CMYK
RGB Variations
Color information
#EC996F (or 0xEC996F) is known color: Dark Salmon. HEX triplet: EC, 99 and 6F. RGB value is (236,153,111). Sum of RGB (Red+Green+Blue) = 236+153+111=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC996F is #136690. Grayscale: #ADADAD. Windows color (decimal): -1271441 or 7313900. OLE color: 7313900.
HSL color Cylindrical-coordinate representation of color #EC996F: hue angle of 20.16º 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 #EC996F is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 111 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.07 |
| HSL | 20.16º | 0.77% | 0.68% | - |
| HSV(B) | 20.16º | 0.53% | 0.93% | - |
| XYZ | 48.85 | 41.76 | 20.53 | - |
| YUV | 173.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 111 | 0 | 0.35 | 0.53 | 0.07 | 20.16 | 0.77 | 0.68 |
| Hex | EC | 99 | 6F | 0 | 23 | 35 | 7 | 14 | 4D | 44 |
| Octal | 354 | 231 | 157 | 0 | 43 | 65 | 7 | 24 | 115 | 104 |
| Binary | 11101100 | 10011001 | 1101111 | 0 | 100011 | 110101 | 111 | 10100 | 1001101 | 1000100 |
Color Harmonies of #EC996F
Complementary color
Monochromatic Colors of #EC996F
Black with #EC996F
Text Example
Text Example
White with #EC996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC996F; }
p { color: rgb(236,153,111); }
H1.HeaderClassName
{
color: #EC996F;
}
.AnyTagClassName
{
color: #EC996F;
}
</style>
background-color css
<style>
a { background-color: #EC996F; }
a { background-color: rgb(236,153,111); }
div.DivClassName
{
background-color: #EC996F;
}
.BgClassName
{
background-color: #EC996F;
}
</style>
border-color css
<style>
span { border-color: #EC996F; }
span { border-color: rgb(236,153,111); }
td.TdClassName
{
border-color: #EC996F;
}
.TagClassName
{
border-color: #EC996F;
}
</style>