Shades of Dark Salmon #EC956E
Tints of Dark Salmon #EC956E
RGB
CMYK
RGB Variations
Color information
#EC956E (or 0xEC956E) is known color: Dark Salmon. HEX triplet: EC, 95 and 6E. RGB value is (236,149,110). Sum of RGB (Red+Green+Blue) = 236+149+110=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC956E is #136A91. Grayscale: #AAAAAA. Windows color (decimal): -1272466 or 7247340. OLE color: 7247340.
HSL color Cylindrical-coordinate representation of color #EC956E: hue angle of 18.57º 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 #EC956E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 110 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.07 |
| HSL | 18.57º | 0.77% | 0.68% | - |
| HSV(B) | 18.57º | 0.53% | 0.93% | - |
| XYZ | 48.15 | 40.45 | 20.02 | - |
| YUV | 170.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 110 | 0 | 0.37 | 0.53 | 0.07 | 18.57 | 0.77 | 0.68 |
| Hex | EC | 95 | 6E | 0 | 25 | 35 | 7 | 13 | 4D | 44 |
| Octal | 354 | 225 | 156 | 0 | 45 | 65 | 7 | 23 | 115 | 104 |
| Binary | 11101100 | 10010101 | 1101110 | 0 | 100101 | 110101 | 111 | 10011 | 1001101 | 1000100 |
Color Harmonies of #EC956E
Complementary color
Monochromatic Colors of #EC956E
Black with #EC956E
Text Example
Text Example
White with #EC956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC956E; }
p { color: rgb(236,149,110); }
H1.HeaderClassName
{
color: #EC956E;
}
.AnyTagClassName
{
color: #EC956E;
}
</style>
background-color css
<style>
a { background-color: #EC956E; }
a { background-color: rgb(236,149,110); }
div.DivClassName
{
background-color: #EC956E;
}
.BgClassName
{
background-color: #EC956E;
}
</style>
border-color css
<style>
span { border-color: #EC956E; }
span { border-color: rgb(236,149,110); }
td.TdClassName
{
border-color: #EC956E;
}
.TagClassName
{
border-color: #EC956E;
}
</style>