Shades of Dark Salmon #EC8E76
Tints of Dark Salmon #EC8E76
RGB
CMYK
RGB Variations
Color information
#EC8E76 (or 0xEC8E76) is known color: Dark Salmon. HEX triplet: EC, 8E and 76. RGB value is (236,142,118). Sum of RGB (Red+Green+Blue) = 236+142+118=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E76 is #137189. Grayscale: #A7A7A7. Windows color (decimal): -1274250 or 7769836. OLE color: 7769836.
HSL color Cylindrical-coordinate representation of color #EC8E76: hue angle of 12.2º 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 #EC8E76 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 118 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.07 |
| HSL | 12.2º | 0.76% | 0.69% | - |
| HSV(B) | 12.2º | 0.5% | 0.93% | - |
| XYZ | 47.54 | 38.49 | 22.06 | - |
| YUV | 167.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 118 | 0 | 0.40 | 0.5 | 0.07 | 12.2 | 0.76 | 0.69 |
| Hex | EC | 8E | 76 | 0 | 28 | 32 | 7 | C | 4C | 45 |
| Octal | 354 | 216 | 166 | 0 | 50 | 62 | 7 | 14 | 114 | 105 |
| Binary | 11101100 | 10001110 | 1110110 | 0 | 101000 | 110010 | 111 | 1100 | 1001100 | 1000101 |
Color Harmonies of #EC8E76
Complementary color
Monochromatic Colors of #EC8E76
Black with #EC8E76
Text Example
Text Example
White with #EC8E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E76; }
p { color: rgb(236,142,118); }
H1.HeaderClassName
{
color: #EC8E76;
}
.AnyTagClassName
{
color: #EC8E76;
}
</style>
background-color css
<style>
a { background-color: #EC8E76; }
a { background-color: rgb(236,142,118); }
div.DivClassName
{
background-color: #EC8E76;
}
.BgClassName
{
background-color: #EC8E76;
}
</style>
border-color css
<style>
span { border-color: #EC8E76; }
span { border-color: rgb(236,142,118); }
td.TdClassName
{
border-color: #EC8E76;
}
.TagClassName
{
border-color: #EC8E76;
}
</style>