Shades of Dark Salmon #EC967B
Tints of Dark Salmon #EC967B
RGB
CMYK
RGB Variations
Color information
#EC967B (or 0xEC967B) is known color: Dark Salmon. HEX triplet: EC, 96 and 7B. RGB value is (236,150,123). Sum of RGB (Red+Green+Blue) = 236+150+123=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967B is #136984. Grayscale: #ACACAC. Windows color (decimal): -1272197 or 8099564. OLE color: 8099564.
HSL color Cylindrical-coordinate representation of color #EC967B: hue angle of 14.34º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC967B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 123 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.07 |
| HSL | 14.34º | 0.75% | 0.7% | - |
| HSV(B) | 14.34º | 0.48% | 0.93% | - |
| XYZ | 49.07 | 41.08 | 24.08 | - |
| YUV | 172.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 123 | 0 | 0.36 | 0.48 | 0.07 | 14.34 | 0.75 | 0.7 |
| Hex | EC | 96 | 7B | 0 | 24 | 30 | 7 | E | 4B | 46 |
| Octal | 354 | 226 | 173 | 0 | 44 | 60 | 7 | 16 | 113 | 106 |
| Binary | 11101100 | 10010110 | 1111011 | 0 | 100100 | 110000 | 111 | 1110 | 1001011 | 1000110 |
Color Harmonies of #EC967B
Complementary color
Monochromatic Colors of #EC967B
Black with #EC967B
Text Example
Text Example
White with #EC967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC967B; }
p { color: rgb(236,150,123); }
H1.HeaderClassName
{
color: #EC967B;
}
.AnyTagClassName
{
color: #EC967B;
}
</style>
background-color css
<style>
a { background-color: #EC967B; }
a { background-color: rgb(236,150,123); }
div.DivClassName
{
background-color: #EC967B;
}
.BgClassName
{
background-color: #EC967B;
}
</style>
border-color css
<style>
span { border-color: #EC967B; }
span { border-color: rgb(236,150,123); }
td.TdClassName
{
border-color: #EC967B;
}
.TagClassName
{
border-color: #EC967B;
}
</style>