Shades of Salmon #EF8066
Tints of Salmon #EF8066
RGB
CMYK
RGB Variations
Color information
#EF8066 (or 0xEF8066) is known color: Salmon. HEX triplet: EF, 80 and 66. RGB value is (239,128,102). Sum of RGB (Red+Green+Blue) = 239+128+102=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8066 is #107F99. Grayscale: #9E9E9E. Windows color (decimal): -1081242 or 6717679. OLE color: 6717679.
HSL color Cylindrical-coordinate representation of color #EF8066: hue angle of 11.39º 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 #EF8066 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 102 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.06 |
| HSL | 11.39º | 0.81% | 0.67% | - |
| HSV(B) | 11.39º | 0.57% | 0.94% | - |
| XYZ | 45.71 | 34.75 | 16.87 | - |
| YUV | 158.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 102 | 0 | 0.46 | 0.57 | 0.06 | 11.39 | 0.81 | 0.67 |
| Hex | EF | 80 | 66 | 0 | 2E | 39 | 6 | B | 51 | 43 |
| Octal | 357 | 200 | 146 | 0 | 56 | 71 | 6 | 13 | 121 | 103 |
| Binary | 11101111 | 10000000 | 1100110 | 0 | 101110 | 111001 | 110 | 1011 | 1010001 | 1000011 |
Color Harmonies of #EF8066
Complementary color
Monochromatic Colors of #EF8066
Black with #EF8066
Text Example
Text Example
White with #EF8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8066; }
p { color: rgb(239,128,102); }
H1.HeaderClassName
{
color: #EF8066;
}
.AnyTagClassName
{
color: #EF8066;
}
</style>
background-color css
<style>
a { background-color: #EF8066; }
a { background-color: rgb(239,128,102); }
div.DivClassName
{
background-color: #EF8066;
}
.BgClassName
{
background-color: #EF8066;
}
</style>
border-color css
<style>
span { border-color: #EF8066; }
span { border-color: rgb(239,128,102); }
td.TdClassName
{
border-color: #EF8066;
}
.TagClassName
{
border-color: #EF8066;
}
</style>