Shades of Dark Salmon #EC9A79
Tints of Dark Salmon #EC9A79
RGB
CMYK
RGB Variations
Color information
#EC9A79 (or 0xEC9A79) is known color: Dark Salmon. HEX triplet: EC, 9A and 79. RGB value is (236,154,121). Sum of RGB (Red+Green+Blue) = 236+154+121=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A79 is #136586. Grayscale: #AEAEAE. Windows color (decimal): -1271175 or 7969516. OLE color: 7969516.
HSL color Cylindrical-coordinate representation of color #EC9A79: hue angle of 17.22º 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 #EC9A79 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 121 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.07 |
| HSL | 17.22º | 0.75% | 0.7% | - |
| HSV(B) | 17.22º | 0.49% | 0.93% | - |
| XYZ | 49.6 | 42.32 | 23.64 | - |
| YUV | 174.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 121 | 0 | 0.35 | 0.49 | 0.07 | 17.22 | 0.75 | 0.7 |
| Hex | EC | 9A | 79 | 0 | 23 | 31 | 7 | 11 | 4B | 46 |
| Octal | 354 | 232 | 171 | 0 | 43 | 61 | 7 | 21 | 113 | 106 |
| Binary | 11101100 | 10011010 | 1111001 | 0 | 100011 | 110001 | 111 | 10001 | 1001011 | 1000110 |
Color Harmonies of #EC9A79
Complementary color
Monochromatic Colors of #EC9A79
Black with #EC9A79
Text Example
Text Example
White with #EC9A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A79; }
p { color: rgb(236,154,121); }
H1.HeaderClassName
{
color: #EC9A79;
}
.AnyTagClassName
{
color: #EC9A79;
}
</style>
background-color css
<style>
a { background-color: #EC9A79; }
a { background-color: rgb(236,154,121); }
div.DivClassName
{
background-color: #EC9A79;
}
.BgClassName
{
background-color: #EC9A79;
}
</style>
border-color css
<style>
span { border-color: #EC9A79; }
span { border-color: rgb(236,154,121); }
td.TdClassName
{
border-color: #EC9A79;
}
.TagClassName
{
border-color: #EC9A79;
}
</style>