Shades of Salmon #EF8771
Tints of Salmon #EF8771
RGB
CMYK
RGB Variations
Color information
#EF8771 (or 0xEF8771) is known color: Salmon. HEX triplet: EF, 87 and 71. RGB value is (239,135,113). Sum of RGB (Red+Green+Blue) = 239+135+113=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8771 is #10788E. Grayscale: #A3A3A3. Windows color (decimal): -1079439 or 7440367. OLE color: 7440367.
HSL color Cylindrical-coordinate representation of color #EF8771: hue angle of 10.48º 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 #EF8771 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 113 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.06 |
| HSL | 10.48º | 0.8% | 0.69% | - |
| HSV(B) | 10.48º | 0.53% | 0.94% | - |
| XYZ | 47.24 | 36.87 | 20.25 | - |
| YUV | 163.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 113 | 0 | 0.44 | 0.53 | 0.06 | 10.48 | 0.8 | 0.69 |
| Hex | EF | 87 | 71 | 0 | 2C | 35 | 6 | A | 50 | 45 |
| Octal | 357 | 207 | 161 | 0 | 54 | 65 | 6 | 12 | 120 | 105 |
| Binary | 11101111 | 10000111 | 1110001 | 0 | 101100 | 110101 | 110 | 1010 | 1010000 | 1000101 |
Color Harmonies of #EF8771
Complementary color
Monochromatic Colors of #EF8771
Black with #EF8771
Text Example
Text Example
White with #EF8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8771; }
p { color: rgb(239,135,113); }
H1.HeaderClassName
{
color: #EF8771;
}
.AnyTagClassName
{
color: #EF8771;
}
</style>
background-color css
<style>
a { background-color: #EF8771; }
a { background-color: rgb(239,135,113); }
div.DivClassName
{
background-color: #EF8771;
}
.BgClassName
{
background-color: #EF8771;
}
</style>
border-color css
<style>
span { border-color: #EF8771; }
span { border-color: rgb(239,135,113); }
td.TdClassName
{
border-color: #EF8771;
}
.TagClassName
{
border-color: #EF8771;
}
</style>