Shades of Dark Salmon #EF8D72
Tints of Dark Salmon #EF8D72
RGB
CMYK
RGB Variations
Color information
#EF8D72 (or 0xEF8D72) is known color: Dark Salmon. HEX triplet: EF, 8D and 72. RGB value is (239,141,114). Sum of RGB (Red+Green+Blue) = 239+141+114=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D72 is #10728D. Grayscale: #A7A7A7. Windows color (decimal): -1077902 or 7507439. OLE color: 7507439.
HSL color Cylindrical-coordinate representation of color #EF8D72: hue angle of 12.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF8D72 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 114 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.06 |
| HSL | 12.96º | 0.8% | 0.69% | - |
| HSV(B) | 12.96º | 0.52% | 0.94% | - |
| XYZ | 48.16 | 38.62 | 20.83 | - |
| YUV | 167.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 114 | 0 | 0.41 | 0.52 | 0.06 | 12.96 | 0.8 | 0.69 |
| Hex | EF | 8D | 72 | 0 | 29 | 34 | 6 | D | 50 | 45 |
| Octal | 357 | 215 | 162 | 0 | 51 | 64 | 6 | 15 | 120 | 105 |
| Binary | 11101111 | 10001101 | 1110010 | 0 | 101001 | 110100 | 110 | 1101 | 1010000 | 1000101 |
Color Harmonies of #EF8D72
Complementary color
Monochromatic Colors of #EF8D72
Black with #EF8D72
Text Example
Text Example
White with #EF8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D72; }
p { color: rgb(239,141,114); }
H1.HeaderClassName
{
color: #EF8D72;
}
.AnyTagClassName
{
color: #EF8D72;
}
</style>
background-color css
<style>
a { background-color: #EF8D72; }
a { background-color: rgb(239,141,114); }
div.DivClassName
{
background-color: #EF8D72;
}
.BgClassName
{
background-color: #EF8D72;
}
</style>
border-color css
<style>
span { border-color: #EF8D72; }
span { border-color: rgb(239,141,114); }
td.TdClassName
{
border-color: #EF8D72;
}
.TagClassName
{
border-color: #EF8D72;
}
</style>