Shades of Dark Salmon #EC9E77
Tints of Dark Salmon #EC9E77
RGB
CMYK
RGB Variations
Color information
#EC9E77 (or 0xEC9E77) is known color: Dark Salmon. HEX triplet: EC, 9E and 77. RGB value is (236,158,119). Sum of RGB (Red+Green+Blue) = 236+158+119=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E77 is #136188. Grayscale: #B1B1B1. Windows color (decimal): -1270153 or 7839468. OLE color: 7839468.
HSL color Cylindrical-coordinate representation of color #EC9E77: hue angle of 20º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9E77 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 119 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.07 |
| HSL | 20º | 0.75% | 0.7% | - |
| HSV(B) | 20º | 0.5% | 0.93% | - |
| XYZ | 50.15 | 43.62 | 23.23 | - |
| YUV | 176.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 119 | 0 | 0.33 | 0.50 | 0.07 | 20 | 0.75 | 0.7 |
| Hex | EC | 9E | 77 | 0 | 21 | 32 | 7 | 14 | 4B | 46 |
| Octal | 354 | 236 | 167 | 0 | 41 | 62 | 7 | 24 | 113 | 106 |
| Binary | 11101100 | 10011110 | 1110111 | 0 | 100001 | 110010 | 111 | 10100 | 1001011 | 1000110 |
Color Harmonies of #EC9E77
Complementary color
Monochromatic Colors of #EC9E77
Black with #EC9E77
Text Example
Text Example
White with #EC9E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E77; }
p { color: rgb(236,158,119); }
H1.HeaderClassName
{
color: #EC9E77;
}
.AnyTagClassName
{
color: #EC9E77;
}
</style>
background-color css
<style>
a { background-color: #EC9E77; }
a { background-color: rgb(236,158,119); }
div.DivClassName
{
background-color: #EC9E77;
}
.BgClassName
{
background-color: #EC9E77;
}
</style>
border-color css
<style>
span { border-color: #EC9E77; }
span { border-color: rgb(236,158,119); }
td.TdClassName
{
border-color: #EC9E77;
}
.TagClassName
{
border-color: #EC9E77;
}
</style>