Shades of Dark Salmon #EC9575
Tints of Dark Salmon #EC9575
RGB
CMYK
RGB Variations
Color information
#EC9575 (or 0xEC9575) is known color: Dark Salmon. HEX triplet: EC, 95 and 75. RGB value is (236,149,117). Sum of RGB (Red+Green+Blue) = 236+149+117=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9575 is #136A8A. Grayscale: #ABABAB. Windows color (decimal): -1272459 or 7706092. OLE color: 7706092.
HSL color Cylindrical-coordinate representation of color #EC9575: hue angle of 16.13º 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 #EC9575 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 117 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.07 |
| HSL | 16.13º | 0.76% | 0.69% | - |
| HSV(B) | 16.13º | 0.5% | 0.93% | - |
| XYZ | 48.55 | 40.61 | 22.11 | - |
| YUV | 171.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 117 | 0 | 0.37 | 0.50 | 0.07 | 16.13 | 0.76 | 0.69 |
| Hex | EC | 95 | 75 | 0 | 25 | 32 | 7 | 10 | 4C | 45 |
| Octal | 354 | 225 | 165 | 0 | 45 | 62 | 7 | 20 | 114 | 105 |
| Binary | 11101100 | 10010101 | 1110101 | 0 | 100101 | 110010 | 111 | 10000 | 1001100 | 1000101 |
Color Harmonies of #EC9575
Complementary color
Monochromatic Colors of #EC9575
Black with #EC9575
Text Example
Text Example
White with #EC9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9575; }
p { color: rgb(236,149,117); }
H1.HeaderClassName
{
color: #EC9575;
}
.AnyTagClassName
{
color: #EC9575;
}
</style>
background-color css
<style>
a { background-color: #EC9575; }
a { background-color: rgb(236,149,117); }
div.DivClassName
{
background-color: #EC9575;
}
.BgClassName
{
background-color: #EC9575;
}
</style>
border-color css
<style>
span { border-color: #EC9575; }
span { border-color: rgb(236,149,117); }
td.TdClassName
{
border-color: #EC9575;
}
.TagClassName
{
border-color: #EC9575;
}
</style>