Shades of Dark Salmon #EC9875
Tints of Dark Salmon #EC9875
RGB
CMYK
RGB Variations
Color information
#EC9875 (or 0xEC9875) is known color: Dark Salmon. HEX triplet: EC, 98 and 75. RGB value is (236,152,117). Sum of RGB (Red+Green+Blue) = 236+152+117=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9875 is #13678A. Grayscale: #ADADAD. Windows color (decimal): -1271691 or 7706860. OLE color: 7706860.
HSL color Cylindrical-coordinate representation of color #EC9875: hue angle of 17.65º 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 #EC9875 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 117 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.07 |
| HSL | 17.65º | 0.76% | 0.69% | - |
| HSV(B) | 17.65º | 0.5% | 0.93% | - |
| XYZ | 49.03 | 41.57 | 22.27 | - |
| YUV | 173.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 117 | 0 | 0.36 | 0.50 | 0.07 | 17.65 | 0.76 | 0.69 |
| Hex | EC | 98 | 75 | 0 | 24 | 32 | 7 | 12 | 4C | 45 |
| Octal | 354 | 230 | 165 | 0 | 44 | 62 | 7 | 22 | 114 | 105 |
| Binary | 11101100 | 10011000 | 1110101 | 0 | 100100 | 110010 | 111 | 10010 | 1001100 | 1000101 |
Color Harmonies of #EC9875
Complementary color
Monochromatic Colors of #EC9875
Black with #EC9875
Text Example
Text Example
White with #EC9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9875; }
p { color: rgb(236,152,117); }
H1.HeaderClassName
{
color: #EC9875;
}
.AnyTagClassName
{
color: #EC9875;
}
</style>
background-color css
<style>
a { background-color: #EC9875; }
a { background-color: rgb(236,152,117); }
div.DivClassName
{
background-color: #EC9875;
}
.BgClassName
{
background-color: #EC9875;
}
</style>
border-color css
<style>
span { border-color: #EC9875; }
span { border-color: rgb(236,152,117); }
td.TdClassName
{
border-color: #EC9875;
}
.TagClassName
{
border-color: #EC9875;
}
</style>