Shades of Salmon #EF8271
Tints of Salmon #EF8271
RGB
CMYK
RGB Variations
Color information
#EF8271 (or 0xEF8271) is known color: Salmon. HEX triplet: EF, 82 and 71. RGB value is (239,130,113). Sum of RGB (Red+Green+Blue) = 239+130+113=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8271 is #107D8E. Grayscale: #A0A0A0. Windows color (decimal): -1080719 or 7439087. OLE color: 7439087.
HSL color Cylindrical-coordinate representation of color #EF8271: hue angle of 8.1º 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 #EF8271 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 113 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.06 |
| HSL | 8.1º | 0.8% | 0.69% | - |
| HSV(B) | 8.1º | 0.53% | 0.94% | - |
| XYZ | 46.56 | 35.51 | 20.02 | - |
| YUV | 160.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 113 | 0 | 0.46 | 0.53 | 0.06 | 8.1 | 0.8 | 0.69 |
| Hex | EF | 82 | 71 | 0 | 2E | 35 | 6 | 8 | 50 | 45 |
| Octal | 357 | 202 | 161 | 0 | 56 | 65 | 6 | 10 | 120 | 105 |
| Binary | 11101111 | 10000010 | 1110001 | 0 | 101110 | 110101 | 110 | 1000 | 1010000 | 1000101 |
Color Harmonies of #EF8271
Complementary color
Monochromatic Colors of #EF8271
Black with #EF8271
Text Example
Text Example
White with #EF8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8271; }
p { color: rgb(239,130,113); }
H1.HeaderClassName
{
color: #EF8271;
}
.AnyTagClassName
{
color: #EF8271;
}
</style>
background-color css
<style>
a { background-color: #EF8271; }
a { background-color: rgb(239,130,113); }
div.DivClassName
{
background-color: #EF8271;
}
.BgClassName
{
background-color: #EF8271;
}
</style>
border-color css
<style>
span { border-color: #EF8271; }
span { border-color: rgb(239,130,113); }
td.TdClassName
{
border-color: #EF8271;
}
.TagClassName
{
border-color: #EF8271;
}
</style>