Shades of Dark Salmon #EC9C79
Tints of Dark Salmon #EC9C79
RGB
CMYK
RGB Variations
Color information
#EC9C79 (or 0xEC9C79) is known color: Dark Salmon. HEX triplet: EC, 9C and 79. RGB value is (236,156,121). Sum of RGB (Red+Green+Blue) = 236+156+121=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C79 is #136386. Grayscale: #B0B0B0. Windows color (decimal): -1270663 or 7970028. OLE color: 7970028.
HSL color Cylindrical-coordinate representation of color #EC9C79: hue angle of 18.26º 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 #EC9C79 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 121 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.07 |
| HSL | 18.26º | 0.75% | 0.7% | - |
| HSV(B) | 18.26º | 0.49% | 0.93% | - |
| XYZ | 49.93 | 42.99 | 23.76 | - |
| YUV | 175.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 121 | 0 | 0.34 | 0.49 | 0.07 | 18.26 | 0.75 | 0.7 |
| Hex | EC | 9C | 79 | 0 | 22 | 31 | 7 | 12 | 4B | 46 |
| Octal | 354 | 234 | 171 | 0 | 42 | 61 | 7 | 22 | 113 | 106 |
| Binary | 11101100 | 10011100 | 1111001 | 0 | 100010 | 110001 | 111 | 10010 | 1001011 | 1000110 |
Color Harmonies of #EC9C79
Complementary color
Monochromatic Colors of #EC9C79
Black with #EC9C79
Text Example
Text Example
White with #EC9C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C79; }
p { color: rgb(236,156,121); }
H1.HeaderClassName
{
color: #EC9C79;
}
.AnyTagClassName
{
color: #EC9C79;
}
</style>
background-color css
<style>
a { background-color: #EC9C79; }
a { background-color: rgb(236,156,121); }
div.DivClassName
{
background-color: #EC9C79;
}
.BgClassName
{
background-color: #EC9C79;
}
</style>
border-color css
<style>
span { border-color: #EC9C79; }
span { border-color: rgb(236,156,121); }
td.TdClassName
{
border-color: #EC9C79;
}
.TagClassName
{
border-color: #EC9C79;
}
</style>