Shades of Dark Salmon #EC9C77
Tints of Dark Salmon #EC9C77
RGB
CMYK
RGB Variations
Color information
#EC9C77 (or 0xEC9C77) is known color: Dark Salmon. HEX triplet: EC, 9C and 77. RGB value is (236,156,119). Sum of RGB (Red+Green+Blue) = 236+156+119=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C77 is #136388. Grayscale: #AFAFAF. Windows color (decimal): -1270665 or 7838956. OLE color: 7838956.
HSL color Cylindrical-coordinate representation of color #EC9C77: hue angle of 18.97º 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 #EC9C77 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 119 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.07 |
| HSL | 18.97º | 0.75% | 0.7% | - |
| HSV(B) | 18.97º | 0.5% | 0.93% | - |
| XYZ | 49.81 | 42.94 | 23.12 | - |
| YUV | 175.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 119 | 0 | 0.34 | 0.50 | 0.07 | 18.97 | 0.75 | 0.7 |
| Hex | EC | 9C | 77 | 0 | 22 | 32 | 7 | 13 | 4B | 46 |
| Octal | 354 | 234 | 167 | 0 | 42 | 62 | 7 | 23 | 113 | 106 |
| Binary | 11101100 | 10011100 | 1110111 | 0 | 100010 | 110010 | 111 | 10011 | 1001011 | 1000110 |
Color Harmonies of #EC9C77
Complementary color
Monochromatic Colors of #EC9C77
Black with #EC9C77
Text Example
Text Example
White with #EC9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C77; }
p { color: rgb(236,156,119); }
H1.HeaderClassName
{
color: #EC9C77;
}
.AnyTagClassName
{
color: #EC9C77;
}
</style>
background-color css
<style>
a { background-color: #EC9C77; }
a { background-color: rgb(236,156,119); }
div.DivClassName
{
background-color: #EC9C77;
}
.BgClassName
{
background-color: #EC9C77;
}
</style>
border-color css
<style>
span { border-color: #EC9C77; }
span { border-color: rgb(236,156,119); }
td.TdClassName
{
border-color: #EC9C77;
}
.TagClassName
{
border-color: #EC9C77;
}
</style>