Shades of Salmon #EF8470
Tints of Salmon #EF8470
RGB
CMYK
RGB Variations
Color information
#EF8470 (or 0xEF8470) is known color: Salmon. HEX triplet: EF, 84 and 70. RGB value is (239,132,112). Sum of RGB (Red+Green+Blue) = 239+132+112=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8470 is #107B8F. Grayscale: #A1A1A1. Windows color (decimal): -1080208 or 7374063. OLE color: 7374063.
HSL color Cylindrical-coordinate representation of color #EF8470: hue angle of 9.45º 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 #EF8470 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 112 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.06 |
| HSL | 9.45º | 0.8% | 0.69% | - |
| HSV(B) | 9.45º | 0.53% | 0.94% | - |
| XYZ | 46.77 | 36.02 | 19.82 | - |
| YUV | 161.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 112 | 0 | 0.45 | 0.53 | 0.06 | 9.45 | 0.8 | 0.69 |
| Hex | EF | 84 | 70 | 0 | 2D | 35 | 6 | 9 | 50 | 45 |
| Octal | 357 | 204 | 160 | 0 | 55 | 65 | 6 | 11 | 120 | 105 |
| Binary | 11101111 | 10000100 | 1110000 | 0 | 101101 | 110101 | 110 | 1001 | 1010000 | 1000101 |
Color Harmonies of #EF8470
Complementary color
Monochromatic Colors of #EF8470
Black with #EF8470
Text Example
Text Example
White with #EF8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8470; }
p { color: rgb(239,132,112); }
H1.HeaderClassName
{
color: #EF8470;
}
.AnyTagClassName
{
color: #EF8470;
}
</style>
background-color css
<style>
a { background-color: #EF8470; }
a { background-color: rgb(239,132,112); }
div.DivClassName
{
background-color: #EF8470;
}
.BgClassName
{
background-color: #EF8470;
}
</style>
border-color css
<style>
span { border-color: #EF8470; }
span { border-color: rgb(239,132,112); }
td.TdClassName
{
border-color: #EF8470;
}
.TagClassName
{
border-color: #EF8470;
}
</style>