Shades of Salmon #EF8266
Tints of Salmon #EF8266
RGB
CMYK
RGB Variations
Color information
#EF8266 (or 0xEF8266) is known color: Salmon. HEX triplet: EF, 82 and 66. RGB value is (239,130,102). Sum of RGB (Red+Green+Blue) = 239+130+102=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8266 is #107D99. Grayscale: #9F9F9F. Windows color (decimal): -1080730 or 6718191. OLE color: 6718191.
HSL color Cylindrical-coordinate representation of color #EF8266: hue angle of 12.26º 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 #EF8266 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 102 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.06 |
| HSL | 12.26º | 0.81% | 0.67% | - |
| HSV(B) | 12.26º | 0.57% | 0.94% | - |
| XYZ | 45.98 | 35.28 | 16.96 | - |
| YUV | 159.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 102 | 0 | 0.46 | 0.57 | 0.06 | 12.26 | 0.81 | 0.67 |
| Hex | EF | 82 | 66 | 0 | 2E | 39 | 6 | C | 51 | 43 |
| Octal | 357 | 202 | 146 | 0 | 56 | 71 | 6 | 14 | 121 | 103 |
| Binary | 11101111 | 10000010 | 1100110 | 0 | 101110 | 111001 | 110 | 1100 | 1010001 | 1000011 |
Color Harmonies of #EF8266
Complementary color
Monochromatic Colors of #EF8266
Black with #EF8266
Text Example
Text Example
White with #EF8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8266; }
p { color: rgb(239,130,102); }
H1.HeaderClassName
{
color: #EF8266;
}
.AnyTagClassName
{
color: #EF8266;
}
</style>
background-color css
<style>
a { background-color: #EF8266; }
a { background-color: rgb(239,130,102); }
div.DivClassName
{
background-color: #EF8266;
}
.BgClassName
{
background-color: #EF8266;
}
</style>
border-color css
<style>
span { border-color: #EF8266; }
span { border-color: rgb(239,130,102); }
td.TdClassName
{
border-color: #EF8266;
}
.TagClassName
{
border-color: #EF8266;
}
</style>