Shades of Dark Salmon #EF8D76
Tints of Dark Salmon #EF8D76
RGB
CMYK
RGB Variations
Color information
#EF8D76 (or 0xEF8D76) is known color: Dark Salmon. HEX triplet: EF, 8D and 76. RGB value is (239,141,118). Sum of RGB (Red+Green+Blue) = 239+141+118=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D76 is #107289. Grayscale: #A7A7A7. Windows color (decimal): -1077898 or 7769583. OLE color: 7769583.
HSL color Cylindrical-coordinate representation of color #EF8D76: hue angle of 11.4º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF8D76 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 118 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.06 |
| HSL | 11.4º | 0.79% | 0.7% | - |
| HSV(B) | 11.4º | 0.51% | 0.94% | - |
| XYZ | 48.39 | 38.71 | 22.06 | - |
| YUV | 167.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 118 | 0 | 0.41 | 0.51 | 0.06 | 11.4 | 0.79 | 0.7 |
| Hex | EF | 8D | 76 | 0 | 29 | 33 | 6 | B | 4F | 46 |
| Octal | 357 | 215 | 166 | 0 | 51 | 63 | 6 | 13 | 117 | 106 |
| Binary | 11101111 | 10001101 | 1110110 | 0 | 101001 | 110011 | 110 | 1011 | 1001111 | 1000110 |
Color Harmonies of #EF8D76
Complementary color
Monochromatic Colors of #EF8D76
Black with #EF8D76
Text Example
Text Example
White with #EF8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D76; }
p { color: rgb(239,141,118); }
H1.HeaderClassName
{
color: #EF8D76;
}
.AnyTagClassName
{
color: #EF8D76;
}
</style>
background-color css
<style>
a { background-color: #EF8D76; }
a { background-color: rgb(239,141,118); }
div.DivClassName
{
background-color: #EF8D76;
}
.BgClassName
{
background-color: #EF8D76;
}
</style>
border-color css
<style>
span { border-color: #EF8D76; }
span { border-color: rgb(239,141,118); }
td.TdClassName
{
border-color: #EF8D76;
}
.TagClassName
{
border-color: #EF8D76;
}
</style>