Shades of Dark Salmon #EC9677
Tints of Dark Salmon #EC9677
RGB
CMYK
RGB Variations
Color information
#EC9677 (or 0xEC9677) is known color: Dark Salmon. HEX triplet: EC, 96 and 77. RGB value is (236,150,119). Sum of RGB (Red+Green+Blue) = 236+150+119=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9677 is #136988. Grayscale: #ACACAC. Windows color (decimal): -1272201 or 7837420. OLE color: 7837420.
HSL color Cylindrical-coordinate representation of color #EC9677: hue angle of 15.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9677 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 119 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.07 |
| HSL | 15.9º | 0.75% | 0.7% | - |
| HSV(B) | 15.9º | 0.5% | 0.93% | - |
| XYZ | 48.83 | 40.98 | 22.79 | - |
| YUV | 172.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 119 | 0 | 0.36 | 0.50 | 0.07 | 15.9 | 0.75 | 0.7 |
| Hex | EC | 96 | 77 | 0 | 24 | 32 | 7 | 10 | 4B | 46 |
| Octal | 354 | 226 | 167 | 0 | 44 | 62 | 7 | 20 | 113 | 106 |
| Binary | 11101100 | 10010110 | 1110111 | 0 | 100100 | 110010 | 111 | 10000 | 1001011 | 1000110 |
Color Harmonies of #EC9677
Complementary color
Monochromatic Colors of #EC9677
Black with #EC9677
Text Example
Text Example
White with #EC9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9677; }
p { color: rgb(236,150,119); }
H1.HeaderClassName
{
color: #EC9677;
}
.AnyTagClassName
{
color: #EC9677;
}
</style>
background-color css
<style>
a { background-color: #EC9677; }
a { background-color: rgb(236,150,119); }
div.DivClassName
{
background-color: #EC9677;
}
.BgClassName
{
background-color: #EC9677;
}
</style>
border-color css
<style>
span { border-color: #EC9677; }
span { border-color: rgb(236,150,119); }
td.TdClassName
{
border-color: #EC9677;
}
.TagClassName
{
border-color: #EC9677;
}
</style>