Shades of Dark Salmon #EF9E73
Tints of Dark Salmon #EF9E73
RGB
CMYK
RGB Variations
Color information
#EF9E73 (or 0xEF9E73) is known color: Dark Salmon. HEX triplet: EF, 9E and 73. RGB value is (239,158,115). Sum of RGB (Red+Green+Blue) = 239+158+115=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E73 is #10618C. Grayscale: #B1B1B1. Windows color (decimal): -1073549 or 7577327. OLE color: 7577327.
HSL color Cylindrical-coordinate representation of color #EF9E73: hue angle of 20.81º degrees, saturation: 0.79, 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 #EF9E73 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 115 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.06 |
| HSL | 20.81º | 0.79% | 0.69% | - |
| HSV(B) | 20.81º | 0.52% | 0.94% | - |
| XYZ | 50.92 | 44.04 | 22.04 | - |
| YUV | 177.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 115 | 0 | 0.34 | 0.52 | 0.06 | 20.81 | 0.79 | 0.69 |
| Hex | EF | 9E | 73 | 0 | 22 | 34 | 6 | 15 | 4F | 45 |
| Octal | 357 | 236 | 163 | 0 | 42 | 64 | 6 | 25 | 117 | 105 |
| Binary | 11101111 | 10011110 | 1110011 | 0 | 100010 | 110100 | 110 | 10101 | 1001111 | 1000101 |
Color Harmonies of #EF9E73
Complementary color
Monochromatic Colors of #EF9E73
Black with #EF9E73
Text Example
Text Example
White with #EF9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E73; }
p { color: rgb(239,158,115); }
H1.HeaderClassName
{
color: #EF9E73;
}
.AnyTagClassName
{
color: #EF9E73;
}
</style>
background-color css
<style>
a { background-color: #EF9E73; }
a { background-color: rgb(239,158,115); }
div.DivClassName
{
background-color: #EF9E73;
}
.BgClassName
{
background-color: #EF9E73;
}
</style>
border-color css
<style>
span { border-color: #EF9E73; }
span { border-color: rgb(239,158,115); }
td.TdClassName
{
border-color: #EF9E73;
}
.TagClassName
{
border-color: #EF9E73;
}
</style>