Shades of Dark Salmon #EC9171
Tints of Dark Salmon #EC9171
RGB
CMYK
RGB Variations
Color information
#EC9171 (or 0xEC9171) is known color: Dark Salmon. HEX triplet: EC, 91 and 71. RGB value is (236,145,113). Sum of RGB (Red+Green+Blue) = 236+145+113=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9171 is #136E8E. Grayscale: #A8A8A8. Windows color (decimal): -1273487 or 7442924. OLE color: 7442924.
HSL color Cylindrical-coordinate representation of color #EC9171: hue angle of 15.61º 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 #EC9171 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 113 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.07 |
| HSL | 15.61º | 0.76% | 0.68% | - |
| HSV(B) | 15.61º | 0.52% | 0.93% | - |
| XYZ | 47.7 | 39.28 | 20.69 | - |
| YUV | 168.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 113 | 0 | 0.39 | 0.52 | 0.07 | 15.61 | 0.76 | 0.68 |
| Hex | EC | 91 | 71 | 0 | 27 | 34 | 7 | 10 | 4C | 44 |
| Octal | 354 | 221 | 161 | 0 | 47 | 64 | 7 | 20 | 114 | 104 |
| Binary | 11101100 | 10010001 | 1110001 | 0 | 100111 | 110100 | 111 | 10000 | 1001100 | 1000100 |
Color Harmonies of #EC9171
Complementary color
Monochromatic Colors of #EC9171
Black with #EC9171
Text Example
Text Example
White with #EC9171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9171; }
p { color: rgb(236,145,113); }
H1.HeaderClassName
{
color: #EC9171;
}
.AnyTagClassName
{
color: #EC9171;
}
</style>
background-color css
<style>
a { background-color: #EC9171; }
a { background-color: rgb(236,145,113); }
div.DivClassName
{
background-color: #EC9171;
}
.BgClassName
{
background-color: #EC9171;
}
</style>
border-color css
<style>
span { border-color: #EC9171; }
span { border-color: rgb(236,145,113); }
td.TdClassName
{
border-color: #EC9171;
}
.TagClassName
{
border-color: #EC9171;
}
</style>