Shades of Dark Salmon #EC9975
Tints of Dark Salmon #EC9975
RGB
CMYK
RGB Variations
Color information
#EC9975 (or 0xEC9975) is known color: Dark Salmon. HEX triplet: EC, 99 and 75. RGB value is (236,153,117). Sum of RGB (Red+Green+Blue) = 236+153+117=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9975 is #13668A. Grayscale: #ADADAD. Windows color (decimal): -1271435 or 7707116. OLE color: 7707116.
HSL color Cylindrical-coordinate representation of color #EC9975: hue angle of 18.15º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9975 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 117 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.07 |
| HSL | 18.15º | 0.76% | 0.69% | - |
| HSV(B) | 18.15º | 0.5% | 0.93% | - |
| XYZ | 49.19 | 41.9 | 22.32 | - |
| YUV | 173.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 117 | 0 | 0.35 | 0.50 | 0.07 | 18.15 | 0.76 | 0.69 |
| Hex | EC | 99 | 75 | 0 | 23 | 32 | 7 | 12 | 4C | 45 |
| Octal | 354 | 231 | 165 | 0 | 43 | 62 | 7 | 22 | 114 | 105 |
| Binary | 11101100 | 10011001 | 1110101 | 0 | 100011 | 110010 | 111 | 10010 | 1001100 | 1000101 |
Color Harmonies of #EC9975
Complementary color
Monochromatic Colors of #EC9975
Black with #EC9975
Text Example
Text Example
White with #EC9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9975; }
p { color: rgb(236,153,117); }
H1.HeaderClassName
{
color: #EC9975;
}
.AnyTagClassName
{
color: #EC9975;
}
</style>
background-color css
<style>
a { background-color: #EC9975; }
a { background-color: rgb(236,153,117); }
div.DivClassName
{
background-color: #EC9975;
}
.BgClassName
{
background-color: #EC9975;
}
</style>
border-color css
<style>
span { border-color: #EC9975; }
span { border-color: rgb(236,153,117); }
td.TdClassName
{
border-color: #EC9975;
}
.TagClassName
{
border-color: #EC9975;
}
</style>