Shades of Dark Salmon #EC9E71
Tints of Dark Salmon #EC9E71
RGB
CMYK
RGB Variations
Color information
#EC9E71 (or 0xEC9E71) is known color: Dark Salmon. HEX triplet: EC, 9E and 71. RGB value is (236,158,113). Sum of RGB (Red+Green+Blue) = 236+158+113=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E71 is #13618E. Grayscale: #B0B0B0. Windows color (decimal): -1270159 or 7446252. OLE color: 7446252.
HSL color Cylindrical-coordinate representation of color #EC9E71: hue angle of 21.95º 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 #EC9E71 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 113 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.07 |
| HSL | 21.95º | 0.76% | 0.68% | - |
| HSV(B) | 21.95º | 0.52% | 0.93% | - |
| XYZ | 49.8 | 43.48 | 21.39 | - |
| YUV | 176.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 113 | 0 | 0.33 | 0.52 | 0.07 | 21.95 | 0.76 | 0.68 |
| Hex | EC | 9E | 71 | 0 | 21 | 34 | 7 | 16 | 4C | 44 |
| Octal | 354 | 236 | 161 | 0 | 41 | 64 | 7 | 26 | 114 | 104 |
| Binary | 11101100 | 10011110 | 1110001 | 0 | 100001 | 110100 | 111 | 10110 | 1001100 | 1000100 |
Color Harmonies of #EC9E71
Complementary color
Monochromatic Colors of #EC9E71
Black with #EC9E71
Text Example
Text Example
White with #EC9E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E71; }
p { color: rgb(236,158,113); }
H1.HeaderClassName
{
color: #EC9E71;
}
.AnyTagClassName
{
color: #EC9E71;
}
</style>
background-color css
<style>
a { background-color: #EC9E71; }
a { background-color: rgb(236,158,113); }
div.DivClassName
{
background-color: #EC9E71;
}
.BgClassName
{
background-color: #EC9E71;
}
</style>
border-color css
<style>
span { border-color: #EC9E71; }
span { border-color: rgb(236,158,113); }
td.TdClassName
{
border-color: #EC9E71;
}
.TagClassName
{
border-color: #EC9E71;
}
</style>