Shades of Dark Salmon #EC976F
Tints of Dark Salmon #EC976F
RGB
CMYK
RGB Variations
Color information
#EC976F (or 0xEC976F) is known color: Dark Salmon. HEX triplet: EC, 97 and 6F. RGB value is (236,151,111). Sum of RGB (Red+Green+Blue) = 236+151+111=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC976F is #136890. Grayscale: #ACACAC. Windows color (decimal): -1271953 or 7313388. OLE color: 7313388.
HSL color Cylindrical-coordinate representation of color #EC976F: hue angle of 19.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC976F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 111 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.07 |
| HSL | 19.2º | 0.77% | 0.68% | - |
| HSV(B) | 19.2º | 0.53% | 0.93% | - |
| XYZ | 48.53 | 41.11 | 20.42 | - |
| YUV | 171.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 111 | 0 | 0.36 | 0.53 | 0.07 | 19.2 | 0.77 | 0.68 |
| Hex | EC | 97 | 6F | 0 | 24 | 35 | 7 | 13 | 4D | 44 |
| Octal | 354 | 227 | 157 | 0 | 44 | 65 | 7 | 23 | 115 | 104 |
| Binary | 11101100 | 10010111 | 1101111 | 0 | 100100 | 110101 | 111 | 10011 | 1001101 | 1000100 |
Color Harmonies of #EC976F
Complementary color
Monochromatic Colors of #EC976F
Black with #EC976F
Text Example
Text Example
White with #EC976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC976F; }
p { color: rgb(236,151,111); }
H1.HeaderClassName
{
color: #EC976F;
}
.AnyTagClassName
{
color: #EC976F;
}
</style>
background-color css
<style>
a { background-color: #EC976F; }
a { background-color: rgb(236,151,111); }
div.DivClassName
{
background-color: #EC976F;
}
.BgClassName
{
background-color: #EC976F;
}
</style>
border-color css
<style>
span { border-color: #EC976F; }
span { border-color: rgb(236,151,111); }
td.TdClassName
{
border-color: #EC976F;
}
.TagClassName
{
border-color: #EC976F;
}
</style>