Shades of Dark Salmon #EC9880
Tints of Dark Salmon #EC9880
RGB
CMYK
RGB Variations
Color information
#EC9880 (or 0xEC9880) is known color: Dark Salmon. HEX triplet: EC, 98 and 80. RGB value is (236,152,128). Sum of RGB (Red+Green+Blue) = 236+152+128=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9880 is #13677F. Grayscale: #AEAEAE. Windows color (decimal): -1271680 or 8427756. OLE color: 8427756.
HSL color Cylindrical-coordinate representation of color #EC9880: hue angle of 13.33º 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 #EC9880 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 128 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.07 |
| HSL | 13.33º | 0.74% | 0.71% | - |
| HSV(B) | 13.33º | 0.46% | 0.93% | - |
| XYZ | 49.72 | 41.85 | 25.88 | - |
| YUV | 174.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 128 | 0 | 0.36 | 0.46 | 0.07 | 13.33 | 0.74 | 0.71 |
| Hex | EC | 98 | 80 | 0 | 24 | 2E | 7 | D | 4A | 47 |
| Octal | 354 | 230 | 200 | 0 | 44 | 56 | 7 | 15 | 112 | 107 |
| Binary | 11101100 | 10011000 | 10000000 | 0 | 100100 | 101110 | 111 | 1101 | 1001010 | 1000111 |
Color Harmonies of #EC9880
Complementary color
Monochromatic Colors of #EC9880
Black with #EC9880
Text Example
Text Example
White with #EC9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9880; }
p { color: rgb(236,152,128); }
H1.HeaderClassName
{
color: #EC9880;
}
.AnyTagClassName
{
color: #EC9880;
}
</style>
background-color css
<style>
a { background-color: #EC9880; }
a { background-color: rgb(236,152,128); }
div.DivClassName
{
background-color: #EC9880;
}
.BgClassName
{
background-color: #EC9880;
}
</style>
border-color css
<style>
span { border-color: #EC9880; }
span { border-color: rgb(236,152,128); }
td.TdClassName
{
border-color: #EC9880;
}
.TagClassName
{
border-color: #EC9880;
}
</style>