Shades of Dark Salmon #EC9679
Tints of Dark Salmon #EC9679
RGB
CMYK
RGB Variations
Color information
#EC9679 (or 0xEC9679) is known color: Dark Salmon. HEX triplet: EC, 96 and 79. RGB value is (236,150,121). Sum of RGB (Red+Green+Blue) = 236+150+121=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9679 is #136986. Grayscale: #ACACAC. Windows color (decimal): -1272199 or 7968492. OLE color: 7968492.
HSL color Cylindrical-coordinate representation of color #EC9679: hue angle of 15.13º 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 #EC9679 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 121 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.07 |
| HSL | 15.13º | 0.75% | 0.7% | - |
| HSV(B) | 15.13º | 0.49% | 0.93% | - |
| XYZ | 48.95 | 41.03 | 23.43 | - |
| YUV | 172.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 121 | 0 | 0.36 | 0.49 | 0.07 | 15.13 | 0.75 | 0.7 |
| Hex | EC | 96 | 79 | 0 | 24 | 31 | 7 | F | 4B | 46 |
| Octal | 354 | 226 | 171 | 0 | 44 | 61 | 7 | 17 | 113 | 106 |
| Binary | 11101100 | 10010110 | 1111001 | 0 | 100100 | 110001 | 111 | 1111 | 1001011 | 1000110 |
Color Harmonies of #EC9679
Complementary color
Monochromatic Colors of #EC9679
Black with #EC9679
Text Example
Text Example
White with #EC9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9679; }
p { color: rgb(236,150,121); }
H1.HeaderClassName
{
color: #EC9679;
}
.AnyTagClassName
{
color: #EC9679;
}
</style>
background-color css
<style>
a { background-color: #EC9679; }
a { background-color: rgb(236,150,121); }
div.DivClassName
{
background-color: #EC9679;
}
.BgClassName
{
background-color: #EC9679;
}
</style>
border-color css
<style>
span { border-color: #EC9679; }
span { border-color: rgb(236,150,121); }
td.TdClassName
{
border-color: #EC9679;
}
.TagClassName
{
border-color: #EC9679;
}
</style>