Shades of Dark Salmon #EFA078
Tints of Dark Salmon #EFA078
RGB
CMYK
RGB Variations
Color information
#EFA078 (or 0xEFA078) is known color: Dark Salmon. HEX triplet: EF, A0 and 78. RGB value is (239,160,120). Sum of RGB (Red+Green+Blue) = 239+160+120=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA078 is #105F87. Grayscale: #B3B3B3. Windows color (decimal): -1073032 or 7905519. OLE color: 7905519.
HSL color Cylindrical-coordinate representation of color #EFA078: hue angle of 20.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA078 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 120 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.06 |
| HSL | 20.17º | 0.79% | 0.7% | - |
| HSV(B) | 20.17º | 0.5% | 0.94% | - |
| XYZ | 51.56 | 44.85 | 23.71 | - |
| YUV | 179.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 120 | 0 | 0.33 | 0.50 | 0.06 | 20.17 | 0.79 | 0.7 |
| Hex | EF | A0 | 78 | 0 | 21 | 32 | 6 | 14 | 4F | 46 |
| Octal | 357 | 240 | 170 | 0 | 41 | 62 | 6 | 24 | 117 | 106 |
| Binary | 11101111 | 10100000 | 1111000 | 0 | 100001 | 110010 | 110 | 10100 | 1001111 | 1000110 |
Color Harmonies of #EFA078
Complementary color
Monochromatic Colors of #EFA078
Black with #EFA078
Text Example
Text Example
White with #EFA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA078; }
p { color: rgb(239,160,120); }
H1.HeaderClassName
{
color: #EFA078;
}
.AnyTagClassName
{
color: #EFA078;
}
</style>
background-color css
<style>
a { background-color: #EFA078; }
a { background-color: rgb(239,160,120); }
div.DivClassName
{
background-color: #EFA078;
}
.BgClassName
{
background-color: #EFA078;
}
</style>
border-color css
<style>
span { border-color: #EFA078; }
span { border-color: rgb(239,160,120); }
td.TdClassName
{
border-color: #EFA078;
}
.TagClassName
{
border-color: #EFA078;
}
</style>