Shades of Dark Salmon #EC926F
Tints of Dark Salmon #EC926F
RGB
CMYK
RGB Variations
Color information
#EC926F (or 0xEC926F) is known color: Dark Salmon. HEX triplet: EC, 92 and 6F. RGB value is (236,146,111). Sum of RGB (Red+Green+Blue) = 236+146+111=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC926F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC926F is #136D90. Grayscale: #A9A9A9. Windows color (decimal): -1273233 or 7312108. OLE color: 7312108.
HSL color Cylindrical-coordinate representation of color #EC926F: hue angle of 16.8º 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 #EC926F is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 111 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.07 |
| HSL | 16.8º | 0.77% | 0.68% | - |
| HSV(B) | 16.8º | 0.53% | 0.93% | - |
| XYZ | 47.74 | 39.54 | 20.15 | - |
| YUV | 168.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 111 | 0 | 0.38 | 0.53 | 0.07 | 16.8 | 0.77 | 0.68 |
| Hex | EC | 92 | 6F | 0 | 26 | 35 | 7 | 11 | 4D | 44 |
| Octal | 354 | 222 | 157 | 0 | 46 | 65 | 7 | 21 | 115 | 104 |
| Binary | 11101100 | 10010010 | 1101111 | 0 | 100110 | 110101 | 111 | 10001 | 1001101 | 1000100 |
Color Harmonies of #EC926F
Complementary color
Monochromatic Colors of #EC926F
Black with #EC926F
Text Example
Text Example
White with #EC926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC926F; }
p { color: rgb(236,146,111); }
H1.HeaderClassName
{
color: #EC926F;
}
.AnyTagClassName
{
color: #EC926F;
}
</style>
background-color css
<style>
a { background-color: #EC926F; }
a { background-color: rgb(236,146,111); }
div.DivClassName
{
background-color: #EC926F;
}
.BgClassName
{
background-color: #EC926F;
}
</style>
border-color css
<style>
span { border-color: #EC926F; }
span { border-color: rgb(236,146,111); }
td.TdClassName
{
border-color: #EC926F;
}
.TagClassName
{
border-color: #EC926F;
}
</style>