Shades of Salmon #EF7966
Tints of Salmon #EF7966
RGB
CMYK
RGB Variations
Color information
#EF7966 (or 0xEF7966) is known color: Salmon. HEX triplet: EF, 79 and 66. RGB value is (239,121,102). Sum of RGB (Red+Green+Blue) = 239+121+102=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7966 is #108699. Grayscale: #9A9A9A. Windows color (decimal): -1083034 or 6715887. OLE color: 6715887.
HSL color Cylindrical-coordinate representation of color #EF7966: hue angle of 8.32º 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 #EF7966 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 102 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.06 |
| HSL | 8.32º | 0.81% | 0.67% | - |
| HSV(B) | 8.32º | 0.57% | 0.94% | - |
| XYZ | 44.83 | 32.98 | 16.57 | - |
| YUV | 154.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 102 | 0 | 0.49 | 0.57 | 0.06 | 8.32 | 0.81 | 0.67 |
| Hex | EF | 79 | 66 | 0 | 31 | 39 | 6 | 8 | 51 | 43 |
| Octal | 357 | 171 | 146 | 0 | 61 | 71 | 6 | 10 | 121 | 103 |
| Binary | 11101111 | 1111001 | 1100110 | 0 | 110001 | 111001 | 110 | 1000 | 1010001 | 1000011 |
Color Harmonies of #EF7966
Complementary color
Monochromatic Colors of #EF7966
Black with #EF7966
Text Example
Text Example
White with #EF7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7966; }
p { color: rgb(239,121,102); }
H1.HeaderClassName
{
color: #EF7966;
}
.AnyTagClassName
{
color: #EF7966;
}
</style>
background-color css
<style>
a { background-color: #EF7966; }
a { background-color: rgb(239,121,102); }
div.DivClassName
{
background-color: #EF7966;
}
.BgClassName
{
background-color: #EF7966;
}
</style>
border-color css
<style>
span { border-color: #EF7966; }
span { border-color: rgb(239,121,102); }
td.TdClassName
{
border-color: #EF7966;
}
.TagClassName
{
border-color: #EF7966;
}
</style>