Shades of Salmon #EF8977
Tints of Salmon #EF8977
RGB
CMYK
RGB Variations
Color information
#EF8977 (or 0xEF8977) is known color: Salmon. HEX triplet: EF, 89 and 77. RGB value is (239,137,119). Sum of RGB (Red+Green+Blue) = 239+137+119=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8977 is #107688. Grayscale: #A5A5A5. Windows color (decimal): -1078921 or 7834095. OLE color: 7834095.
HSL color Cylindrical-coordinate representation of color #EF8977: hue angle of 9º 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 #EF8977 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 119 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.06 |
| HSL | 9º | 0.79% | 0.7% | - |
| HSV(B) | 9º | 0.5% | 0.94% | - |
| XYZ | 47.87 | 37.57 | 22.18 | - |
| YUV | 165.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 119 | 0 | 0.43 | 0.50 | 0.06 | 9 | 0.79 | 0.7 |
| Hex | EF | 89 | 77 | 0 | 2B | 32 | 6 | 9 | 4F | 46 |
| Octal | 357 | 211 | 167 | 0 | 53 | 62 | 6 | 11 | 117 | 106 |
| Binary | 11101111 | 10001001 | 1110111 | 0 | 101011 | 110010 | 110 | 1001 | 1001111 | 1000110 |
Color Harmonies of #EF8977
Complementary color
Monochromatic Colors of #EF8977
Black with #EF8977
Text Example
Text Example
White with #EF8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8977; }
p { color: rgb(239,137,119); }
H1.HeaderClassName
{
color: #EF8977;
}
.AnyTagClassName
{
color: #EF8977;
}
</style>
background-color css
<style>
a { background-color: #EF8977; }
a { background-color: rgb(239,137,119); }
div.DivClassName
{
background-color: #EF8977;
}
.BgClassName
{
background-color: #EF8977;
}
</style>
border-color css
<style>
span { border-color: #EF8977; }
span { border-color: rgb(239,137,119); }
td.TdClassName
{
border-color: #EF8977;
}
.TagClassName
{
border-color: #EF8977;
}
</style>