Shades of Dark Salmon #EC9C76
Tints of Dark Salmon #EC9C76
RGB
CMYK
RGB Variations
Color information
#EC9C76 (or 0xEC9C76) is known color: Dark Salmon. HEX triplet: EC, 9C and 76. RGB value is (236,156,118). Sum of RGB (Red+Green+Blue) = 236+156+118=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C76 is #136389. Grayscale: #AFAFAF. Windows color (decimal): -1270666 or 7773420. OLE color: 7773420.
HSL color Cylindrical-coordinate representation of color #EC9C76: hue angle of 19.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9C76 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 118 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.07 |
| HSL | 19.32º | 0.76% | 0.69% | - |
| HSV(B) | 19.32º | 0.5% | 0.93% | - |
| XYZ | 49.75 | 42.92 | 22.8 | - |
| YUV | 175.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 118 | 0 | 0.34 | 0.5 | 0.07 | 19.32 | 0.76 | 0.69 |
| Hex | EC | 9C | 76 | 0 | 22 | 32 | 7 | 13 | 4C | 45 |
| Octal | 354 | 234 | 166 | 0 | 42 | 62 | 7 | 23 | 114 | 105 |
| Binary | 11101100 | 10011100 | 1110110 | 0 | 100010 | 110010 | 111 | 10011 | 1001100 | 1000101 |
Color Harmonies of #EC9C76
Complementary color
Monochromatic Colors of #EC9C76
Black with #EC9C76
Text Example
Text Example
White with #EC9C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C76; }
p { color: rgb(236,156,118); }
H1.HeaderClassName
{
color: #EC9C76;
}
.AnyTagClassName
{
color: #EC9C76;
}
</style>
background-color css
<style>
a { background-color: #EC9C76; }
a { background-color: rgb(236,156,118); }
div.DivClassName
{
background-color: #EC9C76;
}
.BgClassName
{
background-color: #EC9C76;
}
</style>
border-color css
<style>
span { border-color: #EC9C76; }
span { border-color: rgb(236,156,118); }
td.TdClassName
{
border-color: #EC9C76;
}
.TagClassName
{
border-color: #EC9C76;
}
</style>