Shades of Dark Salmon #EF9879
Tints of Dark Salmon #EF9879
RGB
CMYK
RGB Variations
Color information
#EF9879 (or 0xEF9879) is known color: Dark Salmon. HEX triplet: EF, 98 and 79. RGB value is (239,152,121). Sum of RGB (Red+Green+Blue) = 239+152+121=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9879 is #106786. Grayscale: #AEAEAE. Windows color (decimal): -1075079 or 7969007. OLE color: 7969007.
HSL color Cylindrical-coordinate representation of color #EF9879: hue angle of 15.76º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF9879 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 121 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.06 |
| HSL | 15.76º | 0.79% | 0.71% | - |
| HSV(B) | 15.76º | 0.49% | 0.94% | - |
| XYZ | 50.28 | 42.19 | 23.58 | - |
| YUV | 174.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 121 | 0 | 0.36 | 0.49 | 0.06 | 15.76 | 0.79 | 0.71 |
| Hex | EF | 98 | 79 | 0 | 24 | 31 | 6 | 10 | 4F | 47 |
| Octal | 357 | 230 | 171 | 0 | 44 | 61 | 6 | 20 | 117 | 107 |
| Binary | 11101111 | 10011000 | 1111001 | 0 | 100100 | 110001 | 110 | 10000 | 1001111 | 1000111 |
Color Harmonies of #EF9879
Complementary color
Monochromatic Colors of #EF9879
Black with #EF9879
Text Example
Text Example
White with #EF9879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9879; }
p { color: rgb(239,152,121); }
H1.HeaderClassName
{
color: #EF9879;
}
.AnyTagClassName
{
color: #EF9879;
}
</style>
background-color css
<style>
a { background-color: #EF9879; }
a { background-color: rgb(239,152,121); }
div.DivClassName
{
background-color: #EF9879;
}
.BgClassName
{
background-color: #EF9879;
}
</style>
border-color css
<style>
span { border-color: #EF9879; }
span { border-color: rgb(239,152,121); }
td.TdClassName
{
border-color: #EF9879;
}
.TagClassName
{
border-color: #EF9879;
}
</style>