Shades of Dark Salmon #EC9C71
Tints of Dark Salmon #EC9C71
RGB
CMYK
RGB Variations
Color information
#EC9C71 (or 0xEC9C71) is known color: Dark Salmon. HEX triplet: EC, 9C and 71. RGB value is (236,156,113). Sum of RGB (Red+Green+Blue) = 236+156+113=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C71 is #13638E. Grayscale: #AFAFAF. Windows color (decimal): -1270671 or 7445740. OLE color: 7445740.
HSL color Cylindrical-coordinate representation of color #EC9C71: hue angle of 20.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC9C71 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 113 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.07 |
| HSL | 20.98º | 0.76% | 0.68% | - |
| HSV(B) | 20.98º | 0.52% | 0.93% | - |
| XYZ | 49.46 | 42.8 | 21.28 | - |
| YUV | 175.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 113 | 0 | 0.34 | 0.52 | 0.07 | 20.98 | 0.76 | 0.68 |
| Hex | EC | 9C | 71 | 0 | 22 | 34 | 7 | 15 | 4C | 44 |
| Octal | 354 | 234 | 161 | 0 | 42 | 64 | 7 | 25 | 114 | 104 |
| Binary | 11101100 | 10011100 | 1110001 | 0 | 100010 | 110100 | 111 | 10101 | 1001100 | 1000100 |
Color Harmonies of #EC9C71
Complementary color
Monochromatic Colors of #EC9C71
Black with #EC9C71
Text Example
Text Example
White with #EC9C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C71; }
p { color: rgb(236,156,113); }
H1.HeaderClassName
{
color: #EC9C71;
}
.AnyTagClassName
{
color: #EC9C71;
}
</style>
background-color css
<style>
a { background-color: #EC9C71; }
a { background-color: rgb(236,156,113); }
div.DivClassName
{
background-color: #EC9C71;
}
.BgClassName
{
background-color: #EC9C71;
}
</style>
border-color css
<style>
span { border-color: #EC9C71; }
span { border-color: rgb(236,156,113); }
td.TdClassName
{
border-color: #EC9C71;
}
.TagClassName
{
border-color: #EC9C71;
}
</style>