Shades of Dark Salmon #EC8D74
Tints of Dark Salmon #EC8D74
RGB
CMYK
RGB Variations
Color information
#EC8D74 (or 0xEC8D74) is known color: Dark Salmon. HEX triplet: EC, 8D and 74. RGB value is (236,141,116). Sum of RGB (Red+Green+Blue) = 236+141+116=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D74 is #13728B. Grayscale: #A6A6A6. Windows color (decimal): -1274508 or 7638508. OLE color: 7638508.
HSL color Cylindrical-coordinate representation of color #EC8D74: hue angle of 12.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC8D74 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 116 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.07 |
| HSL | 12.5º | 0.76% | 0.69% | - |
| HSV(B) | 12.5º | 0.51% | 0.93% | - |
| XYZ | 47.27 | 38.14 | 21.39 | - |
| YUV | 166.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 116 | 0 | 0.40 | 0.51 | 0.07 | 12.5 | 0.76 | 0.69 |
| Hex | EC | 8D | 74 | 0 | 28 | 33 | 7 | C | 4C | 45 |
| Octal | 354 | 215 | 164 | 0 | 50 | 63 | 7 | 14 | 114 | 105 |
| Binary | 11101100 | 10001101 | 1110100 | 0 | 101000 | 110011 | 111 | 1100 | 1001100 | 1000101 |
Color Harmonies of #EC8D74
Complementary color
Monochromatic Colors of #EC8D74
Black with #EC8D74
Text Example
Text Example
White with #EC8D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D74; }
p { color: rgb(236,141,116); }
H1.HeaderClassName
{
color: #EC8D74;
}
.AnyTagClassName
{
color: #EC8D74;
}
</style>
background-color css
<style>
a { background-color: #EC8D74; }
a { background-color: rgb(236,141,116); }
div.DivClassName
{
background-color: #EC8D74;
}
.BgClassName
{
background-color: #EC8D74;
}
</style>
border-color css
<style>
span { border-color: #EC8D74; }
span { border-color: rgb(236,141,116); }
td.TdClassName
{
border-color: #EC8D74;
}
.TagClassName
{
border-color: #EC8D74;
}
</style>