Shades of Dark Salmon #EC956D
Tints of Dark Salmon #EC956D
RGB
CMYK
RGB Variations
Color information
#EC956D (or 0xEC956D) is known color: Dark Salmon. HEX triplet: EC, 95 and 6D. RGB value is (236,149,109). Sum of RGB (Red+Green+Blue) = 236+149+109=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC956D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC956D is #136A92. Grayscale: #AAAAAA. Windows color (decimal): -1272467 or 7181804. OLE color: 7181804.
HSL color Cylindrical-coordinate representation of color #EC956D: hue angle of 18.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC956D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 109 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.07 |
| HSL | 18.9º | 0.77% | 0.68% | - |
| HSV(B) | 18.9º | 0.54% | 0.93% | - |
| XYZ | 48.1 | 40.43 | 19.74 | - |
| YUV | 170.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 109 | 0 | 0.37 | 0.54 | 0.07 | 18.9 | 0.77 | 0.68 |
| Hex | EC | 95 | 6D | 0 | 25 | 36 | 7 | 13 | 4D | 44 |
| Octal | 354 | 225 | 155 | 0 | 45 | 66 | 7 | 23 | 115 | 104 |
| Binary | 11101100 | 10010101 | 1101101 | 0 | 100101 | 110110 | 111 | 10011 | 1001101 | 1000100 |
Color Harmonies of #EC956D
Complementary color
Monochromatic Colors of #EC956D
Black with #EC956D
Text Example
Text Example
White with #EC956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC956D; }
p { color: rgb(236,149,109); }
H1.HeaderClassName
{
color: #EC956D;
}
.AnyTagClassName
{
color: #EC956D;
}
</style>
background-color css
<style>
a { background-color: #EC956D; }
a { background-color: rgb(236,149,109); }
div.DivClassName
{
background-color: #EC956D;
}
.BgClassName
{
background-color: #EC956D;
}
</style>
border-color css
<style>
span { border-color: #EC956D; }
span { border-color: rgb(236,149,109); }
td.TdClassName
{
border-color: #EC956D;
}
.TagClassName
{
border-color: #EC956D;
}
</style>