Shades of Dark Salmon #EC9C78
Tints of Dark Salmon #EC9C78
RGB
CMYK
RGB Variations
Color information
#EC9C78 (or 0xEC9C78) is known color: Dark Salmon. HEX triplet: EC, 9C and 78. RGB value is (236,156,120). Sum of RGB (Red+Green+Blue) = 236+156+120=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C78 is #136387. Grayscale: #B0B0B0. Windows color (decimal): -1270664 or 7904492. OLE color: 7904492.
HSL color Cylindrical-coordinate representation of color #EC9C78: hue angle of 18.62º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC9C78 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 120 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.07 |
| HSL | 18.62º | 0.75% | 0.7% | - |
| HSV(B) | 18.62º | 0.49% | 0.93% | - |
| XYZ | 49.87 | 42.97 | 23.43 | - |
| YUV | 175.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 120 | 0 | 0.34 | 0.49 | 0.07 | 18.62 | 0.75 | 0.7 |
| Hex | EC | 9C | 78 | 0 | 22 | 31 | 7 | 13 | 4B | 46 |
| Octal | 354 | 234 | 170 | 0 | 42 | 61 | 7 | 23 | 113 | 106 |
| Binary | 11101100 | 10011100 | 1111000 | 0 | 100010 | 110001 | 111 | 10011 | 1001011 | 1000110 |
Color Harmonies of #EC9C78
Complementary color
Monochromatic Colors of #EC9C78
Black with #EC9C78
Text Example
Text Example
White with #EC9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C78; }
p { color: rgb(236,156,120); }
H1.HeaderClassName
{
color: #EC9C78;
}
.AnyTagClassName
{
color: #EC9C78;
}
</style>
background-color css
<style>
a { background-color: #EC9C78; }
a { background-color: rgb(236,156,120); }
div.DivClassName
{
background-color: #EC9C78;
}
.BgClassName
{
background-color: #EC9C78;
}
</style>
border-color css
<style>
span { border-color: #EC9C78; }
span { border-color: rgb(236,156,120); }
td.TdClassName
{
border-color: #EC9C78;
}
.TagClassName
{
border-color: #EC9C78;
}
</style>