Shades of Salmon #EF8877
Tints of Salmon #EF8877
RGB
CMYK
RGB Variations
Color information
#EF8877 (or 0xEF8877) is known color: Salmon. HEX triplet: EF, 88 and 77. RGB value is (239,136,119). Sum of RGB (Red+Green+Blue) = 239+136+119=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8877 is #107788. Grayscale: #A5A5A5. Windows color (decimal): -1079177 or 7833839. OLE color: 7833839.
HSL color Cylindrical-coordinate representation of color #EF8877: hue angle of 8.5º 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 #EF8877 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 119 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.06 |
| HSL | 8.5º | 0.79% | 0.7% | - |
| HSV(B) | 8.5º | 0.5% | 0.94% | - |
| XYZ | 47.73 | 37.29 | 22.13 | - |
| YUV | 164.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 119 | 0 | 0.43 | 0.50 | 0.06 | 8.5 | 0.79 | 0.7 |
| Hex | EF | 88 | 77 | 0 | 2B | 32 | 6 | 8 | 4F | 46 |
| Octal | 357 | 210 | 167 | 0 | 53 | 62 | 6 | 10 | 117 | 106 |
| Binary | 11101111 | 10001000 | 1110111 | 0 | 101011 | 110010 | 110 | 1000 | 1001111 | 1000110 |
Color Harmonies of #EF8877
Complementary color
Monochromatic Colors of #EF8877
Black with #EF8877
Text Example
Text Example
White with #EF8877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8877; }
p { color: rgb(239,136,119); }
H1.HeaderClassName
{
color: #EF8877;
}
.AnyTagClassName
{
color: #EF8877;
}
</style>
background-color css
<style>
a { background-color: #EF8877; }
a { background-color: rgb(239,136,119); }
div.DivClassName
{
background-color: #EF8877;
}
.BgClassName
{
background-color: #EF8877;
}
</style>
border-color css
<style>
span { border-color: #EF8877; }
span { border-color: rgb(239,136,119); }
td.TdClassName
{
border-color: #EF8877;
}
.TagClassName
{
border-color: #EF8877;
}
</style>