Shades of Dark Salmon #EC967D
Tints of Dark Salmon #EC967D
RGB
CMYK
RGB Variations
Color information
#EC967D (or 0xEC967D) is known color: Dark Salmon. HEX triplet: EC, 96 and 7D. RGB value is (236,150,125). Sum of RGB (Red+Green+Blue) = 236+150+125=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967D is #136982. Grayscale: #ADADAD. Windows color (decimal): -1272195 or 8230636. OLE color: 8230636.
HSL color Cylindrical-coordinate representation of color #EC967D: hue angle of 13.51º degrees, saturation: 0.74, 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 #EC967D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 125 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 13.51º | 0.74% | 0.71% | - |
| HSV(B) | 13.51º | 0.47% | 0.93% | - |
| XYZ | 49.2 | 41.13 | 24.75 | - |
| YUV | 172.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 125 | 0 | 0.36 | 0.47 | 0.07 | 13.51 | 0.74 | 0.71 |
| Hex | EC | 96 | 7D | 0 | 24 | 2F | 7 | E | 4A | 47 |
| Octal | 354 | 226 | 175 | 0 | 44 | 57 | 7 | 16 | 112 | 107 |
| Binary | 11101100 | 10010110 | 1111101 | 0 | 100100 | 101111 | 111 | 1110 | 1001010 | 1000111 |
Color Harmonies of #EC967D
Complementary color
Monochromatic Colors of #EC967D
Black with #EC967D
Text Example
Text Example
White with #EC967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC967D; }
p { color: rgb(236,150,125); }
H1.HeaderClassName
{
color: #EC967D;
}
.AnyTagClassName
{
color: #EC967D;
}
</style>
background-color css
<style>
a { background-color: #EC967D; }
a { background-color: rgb(236,150,125); }
div.DivClassName
{
background-color: #EC967D;
}
.BgClassName
{
background-color: #EC967D;
}
</style>
border-color css
<style>
span { border-color: #EC967D; }
span { border-color: rgb(236,150,125); }
td.TdClassName
{
border-color: #EC967D;
}
.TagClassName
{
border-color: #EC967D;
}
</style>