Shades of Dark Salmon #EC8D78
Tints of Dark Salmon #EC8D78
RGB
CMYK
RGB Variations
Color information
#EC8D78 (or 0xEC8D78) is known color: Dark Salmon. HEX triplet: EC, 8D and 78. RGB value is (236,141,120). Sum of RGB (Red+Green+Blue) = 236+141+120=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D78 is #137287. Grayscale: #A7A7A7. Windows color (decimal): -1274504 or 7900652. OLE color: 7900652.
HSL color Cylindrical-coordinate representation of color #EC8D78: hue angle of 10.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC8D78 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 120 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.07 |
| HSL | 10.86º | 0.75% | 0.7% | - |
| HSV(B) | 10.86º | 0.49% | 0.93% | - |
| XYZ | 47.51 | 38.24 | 22.65 | - |
| YUV | 167.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 120 | 0 | 0.40 | 0.49 | 0.07 | 10.86 | 0.75 | 0.7 |
| Hex | EC | 8D | 78 | 0 | 28 | 31 | 7 | B | 4B | 46 |
| Octal | 354 | 215 | 170 | 0 | 50 | 61 | 7 | 13 | 113 | 106 |
| Binary | 11101100 | 10001101 | 1111000 | 0 | 101000 | 110001 | 111 | 1011 | 1001011 | 1000110 |
Color Harmonies of #EC8D78
Complementary color
Monochromatic Colors of #EC8D78
Black with #EC8D78
Text Example
Text Example
White with #EC8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D78; }
p { color: rgb(236,141,120); }
H1.HeaderClassName
{
color: #EC8D78;
}
.AnyTagClassName
{
color: #EC8D78;
}
</style>
background-color css
<style>
a { background-color: #EC8D78; }
a { background-color: rgb(236,141,120); }
div.DivClassName
{
background-color: #EC8D78;
}
.BgClassName
{
background-color: #EC8D78;
}
</style>
border-color css
<style>
span { border-color: #EC8D78; }
span { border-color: rgb(236,141,120); }
td.TdClassName
{
border-color: #EC8D78;
}
.TagClassName
{
border-color: #EC8D78;
}
</style>