Shades of Dark Salmon #EC8C75
Tints of Dark Salmon #EC8C75
RGB
CMYK
RGB Variations
Color information
#EC8C75 (or 0xEC8C75) is known color: Dark Salmon. HEX triplet: EC, 8C and 75. RGB value is (236,140,117). Sum of RGB (Red+Green+Blue) = 236+140+117=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C75 is #13738A. Grayscale: #A6A6A6. Windows color (decimal): -1274763 or 7703788. OLE color: 7703788.
HSL color Cylindrical-coordinate representation of color #EC8C75: hue angle of 11.6º 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 #EC8C75 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 117 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.07 |
| HSL | 11.6º | 0.76% | 0.69% | - |
| HSV(B) | 11.6º | 0.5% | 0.93% | - |
| XYZ | 47.18 | 37.87 | 21.65 | - |
| YUV | 166.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 117 | 0 | 0.41 | 0.50 | 0.07 | 11.6 | 0.76 | 0.69 |
| Hex | EC | 8C | 75 | 0 | 29 | 32 | 7 | C | 4C | 45 |
| Octal | 354 | 214 | 165 | 0 | 51 | 62 | 7 | 14 | 114 | 105 |
| Binary | 11101100 | 10001100 | 1110101 | 0 | 101001 | 110010 | 111 | 1100 | 1001100 | 1000101 |
Color Harmonies of #EC8C75
Complementary color
Monochromatic Colors of #EC8C75
Black with #EC8C75
Text Example
Text Example
White with #EC8C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C75; }
p { color: rgb(236,140,117); }
H1.HeaderClassName
{
color: #EC8C75;
}
.AnyTagClassName
{
color: #EC8C75;
}
</style>
background-color css
<style>
a { background-color: #EC8C75; }
a { background-color: rgb(236,140,117); }
div.DivClassName
{
background-color: #EC8C75;
}
.BgClassName
{
background-color: #EC8C75;
}
</style>
border-color css
<style>
span { border-color: #EC8C75; }
span { border-color: rgb(236,140,117); }
td.TdClassName
{
border-color: #EC8C75;
}
.TagClassName
{
border-color: #EC8C75;
}
</style>