Shades of Dark Salmon #EC9680
Tints of Dark Salmon #EC9680
RGB
CMYK
RGB Variations
Color information
#EC9680 (or 0xEC9680) is known color: Dark Salmon. HEX triplet: EC, 96 and 80. RGB value is (236,150,128). Sum of RGB (Red+Green+Blue) = 236+150+128=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9680 is #13697F. Grayscale: #ADADAD. Windows color (decimal): -1272192 or 8427244. OLE color: 8427244.
HSL color Cylindrical-coordinate representation of color #EC9680: hue angle of 12.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC9680 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 128 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.07 |
| HSL | 12.22º | 0.74% | 0.71% | - |
| HSV(B) | 12.22º | 0.46% | 0.93% | - |
| XYZ | 49.39 | 41.2 | 25.77 | - |
| YUV | 173.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 128 | 0 | 0.36 | 0.46 | 0.07 | 12.22 | 0.74 | 0.71 |
| Hex | EC | 96 | 80 | 0 | 24 | 2E | 7 | C | 4A | 47 |
| Octal | 354 | 226 | 200 | 0 | 44 | 56 | 7 | 14 | 112 | 107 |
| Binary | 11101100 | 10010110 | 10000000 | 0 | 100100 | 101110 | 111 | 1100 | 1001010 | 1000111 |
Color Harmonies of #EC9680
Complementary color
Monochromatic Colors of #EC9680
Black with #EC9680
Text Example
Text Example
White with #EC9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9680; }
p { color: rgb(236,150,128); }
H1.HeaderClassName
{
color: #EC9680;
}
.AnyTagClassName
{
color: #EC9680;
}
</style>
background-color css
<style>
a { background-color: #EC9680; }
a { background-color: rgb(236,150,128); }
div.DivClassName
{
background-color: #EC9680;
}
.BgClassName
{
background-color: #EC9680;
}
</style>
border-color css
<style>
span { border-color: #EC9680; }
span { border-color: rgb(236,150,128); }
td.TdClassName
{
border-color: #EC9680;
}
.TagClassName
{
border-color: #EC9680;
}
</style>