Shades of Dark Salmon #EC8F75
Tints of Dark Salmon #EC8F75
RGB
CMYK
RGB Variations
Color information
#EC8F75 (or 0xEC8F75) is known color: Dark Salmon. HEX triplet: EC, 8F and 75. RGB value is (236,143,117). Sum of RGB (Red+Green+Blue) = 236+143+117=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F75 is #13708A. Grayscale: #A8A8A8. Windows color (decimal): -1273995 or 7704556. OLE color: 7704556.
HSL color Cylindrical-coordinate representation of color #EC8F75: hue angle of 13.11º 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 #EC8F75 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 117 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.07 |
| HSL | 13.11º | 0.76% | 0.69% | - |
| HSV(B) | 13.11º | 0.5% | 0.93% | - |
| XYZ | 47.63 | 38.76 | 21.8 | - |
| YUV | 167.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 117 | 0 | 0.39 | 0.50 | 0.07 | 13.11 | 0.76 | 0.69 |
| Hex | EC | 8F | 75 | 0 | 27 | 32 | 7 | D | 4C | 45 |
| Octal | 354 | 217 | 165 | 0 | 47 | 62 | 7 | 15 | 114 | 105 |
| Binary | 11101100 | 10001111 | 1110101 | 0 | 100111 | 110010 | 111 | 1101 | 1001100 | 1000101 |
Color Harmonies of #EC8F75
Complementary color
Monochromatic Colors of #EC8F75
Black with #EC8F75
Text Example
Text Example
White with #EC8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F75; }
p { color: rgb(236,143,117); }
H1.HeaderClassName
{
color: #EC8F75;
}
.AnyTagClassName
{
color: #EC8F75;
}
</style>
background-color css
<style>
a { background-color: #EC8F75; }
a { background-color: rgb(236,143,117); }
div.DivClassName
{
background-color: #EC8F75;
}
.BgClassName
{
background-color: #EC8F75;
}
</style>
border-color css
<style>
span { border-color: #EC8F75; }
span { border-color: rgb(236,143,117); }
td.TdClassName
{
border-color: #EC8F75;
}
.TagClassName
{
border-color: #EC8F75;
}
</style>