Shades of Dark Salmon #EC967F
Tints of Dark Salmon #EC967F
RGB
CMYK
RGB Variations
Color information
#EC967F (or 0xEC967F) is known color: Dark Salmon. HEX triplet: EC, 96 and 7F. RGB value is (236,150,127). Sum of RGB (Red+Green+Blue) = 236+150+127=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967F is #136980. Grayscale: #ADADAD. Windows color (decimal): -1272193 or 8361708. OLE color: 8361708.
HSL color Cylindrical-coordinate representation of color #EC967F: hue angle of 12.66º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC967F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 127 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.07 |
| HSL | 12.66º | 0.74% | 0.71% | - |
| HSV(B) | 12.66º | 0.46% | 0.93% | - |
| XYZ | 49.33 | 41.18 | 25.43 | - |
| YUV | 173.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 127 | 0 | 0.36 | 0.46 | 0.07 | 12.66 | 0.74 | 0.71 |
| Hex | EC | 96 | 7F | 0 | 24 | 2E | 7 | D | 4A | 47 |
| Octal | 354 | 226 | 177 | 0 | 44 | 56 | 7 | 15 | 112 | 107 |
| Binary | 11101100 | 10010110 | 1111111 | 0 | 100100 | 101110 | 111 | 1101 | 1001010 | 1000111 |
Color Harmonies of #EC967F
Complementary color
Monochromatic Colors of #EC967F
Black with #EC967F
Text Example
Text Example
White with #EC967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC967F; }
p { color: rgb(236,150,127); }
H1.HeaderClassName
{
color: #EC967F;
}
.AnyTagClassName
{
color: #EC967F;
}
</style>
background-color css
<style>
a { background-color: #EC967F; }
a { background-color: rgb(236,150,127); }
div.DivClassName
{
background-color: #EC967F;
}
.BgClassName
{
background-color: #EC967F;
}
</style>
border-color css
<style>
span { border-color: #EC967F; }
span { border-color: rgb(236,150,127); }
td.TdClassName
{
border-color: #EC967F;
}
.TagClassName
{
border-color: #EC967F;
}
</style>