Shades of Dark Salmon #EC9579
Tints of Dark Salmon #EC9579
RGB
CMYK
RGB Variations
Color information
#EC9579 (or 0xEC9579) is known color: Dark Salmon. HEX triplet: EC, 95 and 79. RGB value is (236,149,121). Sum of RGB (Red+Green+Blue) = 236+149+121=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9579 is #136A86. Grayscale: #ACACAC. Windows color (decimal): -1272455 or 7968236. OLE color: 7968236.
HSL color Cylindrical-coordinate representation of color #EC9579: hue angle of 14.61º 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 #EC9579 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 121 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.07 |
| HSL | 14.61º | 0.75% | 0.7% | - |
| HSV(B) | 14.61º | 0.49% | 0.93% | - |
| XYZ | 48.79 | 40.71 | 23.38 | - |
| YUV | 171.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 121 | 0 | 0.37 | 0.49 | 0.07 | 14.61 | 0.75 | 0.7 |
| Hex | EC | 95 | 79 | 0 | 25 | 31 | 7 | F | 4B | 46 |
| Octal | 354 | 225 | 171 | 0 | 45 | 61 | 7 | 17 | 113 | 106 |
| Binary | 11101100 | 10010101 | 1111001 | 0 | 100101 | 110001 | 111 | 1111 | 1001011 | 1000110 |
Color Harmonies of #EC9579
Complementary color
Monochromatic Colors of #EC9579
Black with #EC9579
Text Example
Text Example
White with #EC9579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9579; }
p { color: rgb(236,149,121); }
H1.HeaderClassName
{
color: #EC9579;
}
.AnyTagClassName
{
color: #EC9579;
}
</style>
background-color css
<style>
a { background-color: #EC9579; }
a { background-color: rgb(236,149,121); }
div.DivClassName
{
background-color: #EC9579;
}
.BgClassName
{
background-color: #EC9579;
}
</style>
border-color css
<style>
span { border-color: #EC9579; }
span { border-color: rgb(236,149,121); }
td.TdClassName
{
border-color: #EC9579;
}
.TagClassName
{
border-color: #EC9579;
}
</style>