Shades of Dark Salmon #ECA07C
Tints of Dark Salmon #ECA07C
RGB
CMYK
RGB Variations
Color information
#ECA07C (or 0xECA07C) is known color: Dark Salmon. HEX triplet: EC, A0 and 7C. RGB value is (236,160,124). Sum of RGB (Red+Green+Blue) = 236+160+124=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA07C is #135F83. Grayscale: #B2B2B2. Windows color (decimal): -1269636 or 8167660. OLE color: 8167660.
HSL color Cylindrical-coordinate representation of color #ECA07C: hue angle of 19.29º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECA07C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 124 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.07 |
| HSL | 19.29º | 0.75% | 0.71% | - |
| HSV(B) | 19.29º | 0.47% | 0.93% | - |
| XYZ | 50.8 | 44.43 | 24.97 | - |
| YUV | 178.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 124 | 0 | 0.32 | 0.47 | 0.07 | 19.29 | 0.75 | 0.71 |
| Hex | EC | A0 | 7C | 0 | 20 | 2F | 7 | 13 | 4B | 47 |
| Octal | 354 | 240 | 174 | 0 | 40 | 57 | 7 | 23 | 113 | 107 |
| Binary | 11101100 | 10100000 | 1111100 | 0 | 100000 | 101111 | 111 | 10011 | 1001011 | 1000111 |
Color Harmonies of #ECA07C
Complementary color
Monochromatic Colors of #ECA07C
Black with #ECA07C
Text Example
Text Example
White with #ECA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA07C; }
p { color: rgb(236,160,124); }
H1.HeaderClassName
{
color: #ECA07C;
}
.AnyTagClassName
{
color: #ECA07C;
}
</style>
background-color css
<style>
a { background-color: #ECA07C; }
a { background-color: rgb(236,160,124); }
div.DivClassName
{
background-color: #ECA07C;
}
.BgClassName
{
background-color: #ECA07C;
}
</style>
border-color css
<style>
span { border-color: #ECA07C; }
span { border-color: rgb(236,160,124); }
td.TdClassName
{
border-color: #ECA07C;
}
.TagClassName
{
border-color: #ECA07C;
}
</style>