Shades of Dark Salmon #EC9C7C
Tints of Dark Salmon #EC9C7C
RGB
CMYK
RGB Variations
Color information
#EC9C7C (or 0xEC9C7C) is known color: Dark Salmon. HEX triplet: EC, 9C and 7C. RGB value is (236,156,124). Sum of RGB (Red+Green+Blue) = 236+156+124=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C7C is #136383. Grayscale: #B0B0B0. Windows color (decimal): -1270660 or 8166636. OLE color: 8166636.
HSL color Cylindrical-coordinate representation of color #EC9C7C: hue angle of 17.14º 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 #EC9C7C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 124 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.07 |
| HSL | 17.14º | 0.75% | 0.71% | - |
| HSV(B) | 17.14º | 0.47% | 0.93% | - |
| XYZ | 50.12 | 43.07 | 24.74 | - |
| YUV | 176.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 124 | 0 | 0.34 | 0.47 | 0.07 | 17.14 | 0.75 | 0.71 |
| Hex | EC | 9C | 7C | 0 | 22 | 2F | 7 | 11 | 4B | 47 |
| Octal | 354 | 234 | 174 | 0 | 42 | 57 | 7 | 21 | 113 | 107 |
| Binary | 11101100 | 10011100 | 1111100 | 0 | 100010 | 101111 | 111 | 10001 | 1001011 | 1000111 |
Color Harmonies of #EC9C7C
Complementary color
Monochromatic Colors of #EC9C7C
Black with #EC9C7C
Text Example
Text Example
White with #EC9C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C7C; }
p { color: rgb(236,156,124); }
H1.HeaderClassName
{
color: #EC9C7C;
}
.AnyTagClassName
{
color: #EC9C7C;
}
</style>
background-color css
<style>
a { background-color: #EC9C7C; }
a { background-color: rgb(236,156,124); }
div.DivClassName
{
background-color: #EC9C7C;
}
.BgClassName
{
background-color: #EC9C7C;
}
</style>
border-color css
<style>
span { border-color: #EC9C7C; }
span { border-color: rgb(236,156,124); }
td.TdClassName
{
border-color: #EC9C7C;
}
.TagClassName
{
border-color: #EC9C7C;
}
</style>