Shades of Salmon #EF8166
Tints of Salmon #EF8166
RGB
CMYK
RGB Variations
Color information
#EF8166 (or 0xEF8166) is known color: Salmon. HEX triplet: EF, 81 and 66. RGB value is (239,129,102). Sum of RGB (Red+Green+Blue) = 239+129+102=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8166 is #107E99. Grayscale: #9F9F9F. Windows color (decimal): -1080986 or 6717935. OLE color: 6717935.
HSL color Cylindrical-coordinate representation of color #EF8166: hue angle of 11.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF8166 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 102 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.06 |
| HSL | 11.82º | 0.81% | 0.67% | - |
| HSV(B) | 11.82º | 0.57% | 0.94% | - |
| XYZ | 45.85 | 35.01 | 16.91 | - |
| YUV | 158.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 102 | 0 | 0.46 | 0.57 | 0.06 | 11.82 | 0.81 | 0.67 |
| Hex | EF | 81 | 66 | 0 | 2E | 39 | 6 | C | 51 | 43 |
| Octal | 357 | 201 | 146 | 0 | 56 | 71 | 6 | 14 | 121 | 103 |
| Binary | 11101111 | 10000001 | 1100110 | 0 | 101110 | 111001 | 110 | 1100 | 1010001 | 1000011 |
Color Harmonies of #EF8166
Complementary color
Monochromatic Colors of #EF8166
Black with #EF8166
Text Example
Text Example
White with #EF8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8166; }
p { color: rgb(239,129,102); }
H1.HeaderClassName
{
color: #EF8166;
}
.AnyTagClassName
{
color: #EF8166;
}
</style>
background-color css
<style>
a { background-color: #EF8166; }
a { background-color: rgb(239,129,102); }
div.DivClassName
{
background-color: #EF8166;
}
.BgClassName
{
background-color: #EF8166;
}
</style>
border-color css
<style>
span { border-color: #EF8166; }
span { border-color: rgb(239,129,102); }
td.TdClassName
{
border-color: #EF8166;
}
.TagClassName
{
border-color: #EF8166;
}
</style>