Shades of Dark Salmon #EF8D74
Tints of Dark Salmon #EF8D74
RGB
CMYK
RGB Variations
Color information
#EF8D74 (or 0xEF8D74) is known color: Dark Salmon. HEX triplet: EF, 8D and 74. RGB value is (239,141,116). Sum of RGB (Red+Green+Blue) = 239+141+116=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D74 is #10728B. Grayscale: #A7A7A7. Windows color (decimal): -1077900 or 7638511. OLE color: 7638511.
HSL color Cylindrical-coordinate representation of color #EF8D74: hue angle of 12.2º 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 #EF8D74 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 116 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.06 |
| HSL | 12.2º | 0.79% | 0.7% | - |
| HSV(B) | 12.2º | 0.51% | 0.94% | - |
| XYZ | 48.27 | 38.66 | 21.44 | - |
| YUV | 167.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 116 | 0 | 0.41 | 0.51 | 0.06 | 12.2 | 0.79 | 0.7 |
| Hex | EF | 8D | 74 | 0 | 29 | 33 | 6 | C | 4F | 46 |
| Octal | 357 | 215 | 164 | 0 | 51 | 63 | 6 | 14 | 117 | 106 |
| Binary | 11101111 | 10001101 | 1110100 | 0 | 101001 | 110011 | 110 | 1100 | 1001111 | 1000110 |
Color Harmonies of #EF8D74
Complementary color
Monochromatic Colors of #EF8D74
Black with #EF8D74
Text Example
Text Example
White with #EF8D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D74; }
p { color: rgb(239,141,116); }
H1.HeaderClassName
{
color: #EF8D74;
}
.AnyTagClassName
{
color: #EF8D74;
}
</style>
background-color css
<style>
a { background-color: #EF8D74; }
a { background-color: rgb(239,141,116); }
div.DivClassName
{
background-color: #EF8D74;
}
.BgClassName
{
background-color: #EF8D74;
}
</style>
border-color css
<style>
span { border-color: #EF8D74; }
span { border-color: rgb(239,141,116); }
td.TdClassName
{
border-color: #EF8D74;
}
.TagClassName
{
border-color: #EF8D74;
}
</style>