Shades of Dark Salmon #EF9870
Tints of Dark Salmon #EF9870
RGB
CMYK
RGB Variations
Color information
#EF9870 (or 0xEF9870) is known color: Dark Salmon. HEX triplet: EF, 98 and 70. RGB value is (239,152,112). Sum of RGB (Red+Green+Blue) = 239+152+112=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9870 is #10678F. Grayscale: #ADADAD. Windows color (decimal): -1075088 or 7379183. OLE color: 7379183.
HSL color Cylindrical-coordinate representation of color #EF9870: hue angle of 18.9º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF9870 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 112 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.06 |
| HSL | 18.9º | 0.8% | 0.69% | - |
| HSV(B) | 18.9º | 0.53% | 0.94% | - |
| XYZ | 49.75 | 41.98 | 20.81 | - |
| YUV | 173.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 112 | 0 | 0.36 | 0.53 | 0.06 | 18.9 | 0.8 | 0.69 |
| Hex | EF | 98 | 70 | 0 | 24 | 35 | 6 | 13 | 50 | 45 |
| Octal | 357 | 230 | 160 | 0 | 44 | 65 | 6 | 23 | 120 | 105 |
| Binary | 11101111 | 10011000 | 1110000 | 0 | 100100 | 110101 | 110 | 10011 | 1010000 | 1000101 |
Color Harmonies of #EF9870
Complementary color
Monochromatic Colors of #EF9870
Black with #EF9870
Text Example
Text Example
White with #EF9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9870; }
p { color: rgb(239,152,112); }
H1.HeaderClassName
{
color: #EF9870;
}
.AnyTagClassName
{
color: #EF9870;
}
</style>
background-color css
<style>
a { background-color: #EF9870; }
a { background-color: rgb(239,152,112); }
div.DivClassName
{
background-color: #EF9870;
}
.BgClassName
{
background-color: #EF9870;
}
</style>
border-color css
<style>
span { border-color: #EF9870; }
span { border-color: rgb(239,152,112); }
td.TdClassName
{
border-color: #EF9870;
}
.TagClassName
{
border-color: #EF9870;
}
</style>