Shades of Salmon #EF8979
Tints of Salmon #EF8979
RGB
CMYK
RGB Variations
Color information
#EF8979 (or 0xEF8979) is known color: Salmon. HEX triplet: EF, 89 and 79. RGB value is (239,137,121). Sum of RGB (Red+Green+Blue) = 239+137+121=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8979 is #107686. Grayscale: #A5A5A5. Windows color (decimal): -1078919 or 7965167. OLE color: 7965167.
HSL color Cylindrical-coordinate representation of color #EF8979: hue angle of 8.14º 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 #EF8979 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 121 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.06 |
| HSL | 8.14º | 0.79% | 0.71% | - |
| HSV(B) | 8.14º | 0.49% | 0.94% | - |
| XYZ | 47.99 | 37.62 | 22.82 | - |
| YUV | 165.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 121 | 0 | 0.43 | 0.49 | 0.06 | 8.14 | 0.79 | 0.71 |
| Hex | EF | 89 | 79 | 0 | 2B | 31 | 6 | 8 | 4F | 47 |
| Octal | 357 | 211 | 171 | 0 | 53 | 61 | 6 | 10 | 117 | 107 |
| Binary | 11101111 | 10001001 | 1111001 | 0 | 101011 | 110001 | 110 | 1000 | 1001111 | 1000111 |
Color Harmonies of #EF8979
Complementary color
Monochromatic Colors of #EF8979
Black with #EF8979
Text Example
Text Example
White with #EF8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8979; }
p { color: rgb(239,137,121); }
H1.HeaderClassName
{
color: #EF8979;
}
.AnyTagClassName
{
color: #EF8979;
}
</style>
background-color css
<style>
a { background-color: #EF8979; }
a { background-color: rgb(239,137,121); }
div.DivClassName
{
background-color: #EF8979;
}
.BgClassName
{
background-color: #EF8979;
}
</style>
border-color css
<style>
span { border-color: #EF8979; }
span { border-color: rgb(239,137,121); }
td.TdClassName
{
border-color: #EF8979;
}
.TagClassName
{
border-color: #EF8979;
}
</style>