Shades of Dark Salmon #EC976E
Tints of Dark Salmon #EC976E
RGB
CMYK
RGB Variations
Color information
#EC976E (or 0xEC976E) is known color: Dark Salmon. HEX triplet: EC, 97 and 6E. RGB value is (236,151,110). Sum of RGB (Red+Green+Blue) = 236+151+110=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC976E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC976E is #136891. Grayscale: #ABABAB. Windows color (decimal): -1271954 or 7247852. OLE color: 7247852.
HSL color Cylindrical-coordinate representation of color #EC976E: hue angle of 19.52º 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 #EC976E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 110 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.07 |
| HSL | 19.52º | 0.77% | 0.68% | - |
| HSV(B) | 19.52º | 0.53% | 0.93% | - |
| XYZ | 48.47 | 41.09 | 20.13 | - |
| YUV | 171.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 110 | 0 | 0.36 | 0.53 | 0.07 | 19.52 | 0.77 | 0.68 |
| Hex | EC | 97 | 6E | 0 | 24 | 35 | 7 | 14 | 4D | 44 |
| Octal | 354 | 227 | 156 | 0 | 44 | 65 | 7 | 24 | 115 | 104 |
| Binary | 11101100 | 10010111 | 1101110 | 0 | 100100 | 110101 | 111 | 10100 | 1001101 | 1000100 |
Color Harmonies of #EC976E
Complementary color
Monochromatic Colors of #EC976E
Black with #EC976E
Text Example
Text Example
White with #EC976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC976E; }
p { color: rgb(236,151,110); }
H1.HeaderClassName
{
color: #EC976E;
}
.AnyTagClassName
{
color: #EC976E;
}
</style>
background-color css
<style>
a { background-color: #EC976E; }
a { background-color: rgb(236,151,110); }
div.DivClassName
{
background-color: #EC976E;
}
.BgClassName
{
background-color: #EC976E;
}
</style>
border-color css
<style>
span { border-color: #EC976E; }
span { border-color: rgb(236,151,110); }
td.TdClassName
{
border-color: #EC976E;
}
.TagClassName
{
border-color: #EC976E;
}
</style>