Shades of Dark Salmon #EC996B
Tints of Dark Salmon #EC996B
RGB
CMYK
RGB Variations
Color information
#EC996B (or 0xEC996B) is known color: Dark Salmon. HEX triplet: EC, 99 and 6B. RGB value is (236,153,107). Sum of RGB (Red+Green+Blue) = 236+153+107=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC996B is #136694. Grayscale: #ACACAC. Windows color (decimal): -1271445 or 7051756. OLE color: 7051756.
HSL color Cylindrical-coordinate representation of color #EC996B: hue angle of 21.4º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC996B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 107 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.07 |
| HSL | 21.4º | 0.77% | 0.67% | - |
| HSV(B) | 21.4º | 0.55% | 0.93% | - |
| XYZ | 48.64 | 41.68 | 19.39 | - |
| YUV | 172.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 107 | 0 | 0.35 | 0.55 | 0.07 | 21.4 | 0.77 | 0.67 |
| Hex | EC | 99 | 6B | 0 | 23 | 37 | 7 | 15 | 4D | 43 |
| Octal | 354 | 231 | 153 | 0 | 43 | 67 | 7 | 25 | 115 | 103 |
| Binary | 11101100 | 10011001 | 1101011 | 0 | 100011 | 110111 | 111 | 10101 | 1001101 | 1000011 |
Color Harmonies of #EC996B
Complementary color
Monochromatic Colors of #EC996B
Black with #EC996B
Text Example
Text Example
White with #EC996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC996B; }
p { color: rgb(236,153,107); }
H1.HeaderClassName
{
color: #EC996B;
}
.AnyTagClassName
{
color: #EC996B;
}
</style>
background-color css
<style>
a { background-color: #EC996B; }
a { background-color: rgb(236,153,107); }
div.DivClassName
{
background-color: #EC996B;
}
.BgClassName
{
background-color: #EC996B;
}
</style>
border-color css
<style>
span { border-color: #EC996B; }
span { border-color: rgb(236,153,107); }
td.TdClassName
{
border-color: #EC996B;
}
.TagClassName
{
border-color: #EC996B;
}
</style>