Shades of Dark Salmon #EC8F78
Tints of Dark Salmon #EC8F78
RGB
CMYK
RGB Variations
Color information
#EC8F78 (or 0xEC8F78) is known color: Dark Salmon. HEX triplet: EC, 8F and 78. RGB value is (236,143,120). Sum of RGB (Red+Green+Blue) = 236+143+120=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F78 is #137087. Grayscale: #A8A8A8. Windows color (decimal): -1273992 or 7901164. OLE color: 7901164.
HSL color Cylindrical-coordinate representation of color #EC8F78: hue angle of 11.9º 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 #EC8F78 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 120 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.07 |
| HSL | 11.9º | 0.75% | 0.7% | - |
| HSV(B) | 11.9º | 0.49% | 0.93% | - |
| XYZ | 47.8 | 38.83 | 22.75 | - |
| YUV | 168.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 120 | 0 | 0.39 | 0.49 | 0.07 | 11.9 | 0.75 | 0.7 |
| Hex | EC | 8F | 78 | 0 | 27 | 31 | 7 | C | 4B | 46 |
| Octal | 354 | 217 | 170 | 0 | 47 | 61 | 7 | 14 | 113 | 106 |
| Binary | 11101100 | 10001111 | 1111000 | 0 | 100111 | 110001 | 111 | 1100 | 1001011 | 1000110 |
Color Harmonies of #EC8F78
Complementary color
Monochromatic Colors of #EC8F78
Black with #EC8F78
Text Example
Text Example
White with #EC8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F78; }
p { color: rgb(236,143,120); }
H1.HeaderClassName
{
color: #EC8F78;
}
.AnyTagClassName
{
color: #EC8F78;
}
</style>
background-color css
<style>
a { background-color: #EC8F78; }
a { background-color: rgb(236,143,120); }
div.DivClassName
{
background-color: #EC8F78;
}
.BgClassName
{
background-color: #EC8F78;
}
</style>
border-color css
<style>
span { border-color: #EC8F78; }
span { border-color: rgb(236,143,120); }
td.TdClassName
{
border-color: #EC8F78;
}
.TagClassName
{
border-color: #EC8F78;
}
</style>