Shades of Dark Salmon #ECA17C
Tints of Dark Salmon #ECA17C
RGB
CMYK
RGB Variations
Color information
#ECA17C (or 0xECA17C) is known color: Dark Salmon. HEX triplet: EC, A1 and 7C. RGB value is (236,161,124). Sum of RGB (Red+Green+Blue) = 236+161+124=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA17C is #135E83. Grayscale: #B3B3B3. Windows color (decimal): -1269380 or 8167916. OLE color: 8167916.
HSL color Cylindrical-coordinate representation of color #ECA17C: hue angle of 19.82º 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 #ECA17C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 124 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.07 |
| HSL | 19.82º | 0.75% | 0.71% | - |
| HSV(B) | 19.82º | 0.47% | 0.93% | - |
| XYZ | 50.98 | 44.78 | 25.03 | - |
| YUV | 179.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 124 | 0 | 0.32 | 0.47 | 0.07 | 19.82 | 0.75 | 0.71 |
| Hex | EC | A1 | 7C | 0 | 20 | 2F | 7 | 14 | 4B | 47 |
| Octal | 354 | 241 | 174 | 0 | 40 | 57 | 7 | 24 | 113 | 107 |
| Binary | 11101100 | 10100001 | 1111100 | 0 | 100000 | 101111 | 111 | 10100 | 1001011 | 1000111 |
Color Harmonies of #ECA17C
Complementary color
Monochromatic Colors of #ECA17C
Black with #ECA17C
Text Example
Text Example
White with #ECA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA17C; }
p { color: rgb(236,161,124); }
H1.HeaderClassName
{
color: #ECA17C;
}
.AnyTagClassName
{
color: #ECA17C;
}
</style>
background-color css
<style>
a { background-color: #ECA17C; }
a { background-color: rgb(236,161,124); }
div.DivClassName
{
background-color: #ECA17C;
}
.BgClassName
{
background-color: #ECA17C;
}
</style>
border-color css
<style>
span { border-color: #ECA17C; }
span { border-color: rgb(236,161,124); }
td.TdClassName
{
border-color: #ECA17C;
}
.TagClassName
{
border-color: #ECA17C;
}
</style>