Shades of Dark Salmon #EC967E
Tints of Dark Salmon #EC967E
RGB
CMYK
RGB Variations
Color information
#EC967E (or 0xEC967E) is known color: Dark Salmon. HEX triplet: EC, 96 and 7E. RGB value is (236,150,126). Sum of RGB (Red+Green+Blue) = 236+150+126=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967E is #136981. Grayscale: #ADADAD. Windows color (decimal): -1272194 or 8296172. OLE color: 8296172.
HSL color Cylindrical-coordinate representation of color #EC967E: hue angle of 13.09º 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 #EC967E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 126 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 13.09º | 0.74% | 0.71% | - |
| HSV(B) | 13.09º | 0.47% | 0.93% | - |
| XYZ | 49.26 | 41.15 | 25.09 | - |
| YUV | 172.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 126 | 0 | 0.36 | 0.47 | 0.07 | 13.09 | 0.74 | 0.71 |
| Hex | EC | 96 | 7E | 0 | 24 | 2F | 7 | D | 4A | 47 |
| Octal | 354 | 226 | 176 | 0 | 44 | 57 | 7 | 15 | 112 | 107 |
| Binary | 11101100 | 10010110 | 1111110 | 0 | 100100 | 101111 | 111 | 1101 | 1001010 | 1000111 |
Color Harmonies of #EC967E
Complementary color
Monochromatic Colors of #EC967E
Black with #EC967E
Text Example
Text Example
White with #EC967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC967E; }
p { color: rgb(236,150,126); }
H1.HeaderClassName
{
color: #EC967E;
}
.AnyTagClassName
{
color: #EC967E;
}
</style>
background-color css
<style>
a { background-color: #EC967E; }
a { background-color: rgb(236,150,126); }
div.DivClassName
{
background-color: #EC967E;
}
.BgClassName
{
background-color: #EC967E;
}
</style>
border-color css
<style>
span { border-color: #EC967E; }
span { border-color: rgb(236,150,126); }
td.TdClassName
{
border-color: #EC967E;
}
.TagClassName
{
border-color: #EC967E;
}
</style>