Shades of Salmon #EF8366
Tints of Salmon #EF8366
RGB
CMYK
RGB Variations
Color information
#EF8366 (or 0xEF8366) is known color: Salmon. HEX triplet: EF, 83 and 66. RGB value is (239,131,102). Sum of RGB (Red+Green+Blue) = 239+131+102=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8366 is #107C99. Grayscale: #A0A0A0. Windows color (decimal): -1080474 or 6718447. OLE color: 6718447.
HSL color Cylindrical-coordinate representation of color #EF8366: hue angle of 12.7º 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 #EF8366 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 102 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.06 |
| HSL | 12.7º | 0.81% | 0.67% | - |
| HSV(B) | 12.7º | 0.57% | 0.94% | - |
| XYZ | 46.11 | 35.54 | 17 | - |
| YUV | 159.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 102 | 0 | 0.45 | 0.57 | 0.06 | 12.7 | 0.81 | 0.67 |
| Hex | EF | 83 | 66 | 0 | 2D | 39 | 6 | D | 51 | 43 |
| Octal | 357 | 203 | 146 | 0 | 55 | 71 | 6 | 15 | 121 | 103 |
| Binary | 11101111 | 10000011 | 1100110 | 0 | 101101 | 111001 | 110 | 1101 | 1010001 | 1000011 |
Color Harmonies of #EF8366
Complementary color
Monochromatic Colors of #EF8366
Black with #EF8366
Text Example
Text Example
White with #EF8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8366; }
p { color: rgb(239,131,102); }
H1.HeaderClassName
{
color: #EF8366;
}
.AnyTagClassName
{
color: #EF8366;
}
</style>
background-color css
<style>
a { background-color: #EF8366; }
a { background-color: rgb(239,131,102); }
div.DivClassName
{
background-color: #EF8366;
}
.BgClassName
{
background-color: #EF8366;
}
</style>
border-color css
<style>
span { border-color: #EF8366; }
span { border-color: rgb(239,131,102); }
td.TdClassName
{
border-color: #EF8366;
}
.TagClassName
{
border-color: #EF8366;
}
</style>