Shades of Salmon #EF7F66
Tints of Salmon #EF7F66
RGB
CMYK
RGB Variations
Color information
#EF7F66 (or 0xEF7F66) is known color: Salmon. HEX triplet: EF, 7F and 66. RGB value is (239,127,102). Sum of RGB (Red+Green+Blue) = 239+127+102=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F66 is #108099. Grayscale: #9D9D9D. Windows color (decimal): -1081498 or 6717423. OLE color: 6717423.
HSL color Cylindrical-coordinate representation of color #EF7F66: hue angle of 10.95º 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 #EF7F66 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 102 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.06 |
| HSL | 10.95º | 0.81% | 0.67% | - |
| HSV(B) | 10.95º | 0.57% | 0.94% | - |
| XYZ | 45.58 | 34.49 | 16.82 | - |
| YUV | 157.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 102 | 0 | 0.47 | 0.57 | 0.06 | 10.95 | 0.81 | 0.67 |
| Hex | EF | 7F | 66 | 0 | 2F | 39 | 6 | B | 51 | 43 |
| Octal | 357 | 177 | 146 | 0 | 57 | 71 | 6 | 13 | 121 | 103 |
| Binary | 11101111 | 1111111 | 1100110 | 0 | 101111 | 111001 | 110 | 1011 | 1010001 | 1000011 |
Color Harmonies of #EF7F66
Complementary color
Monochromatic Colors of #EF7F66
Black with #EF7F66
Text Example
Text Example
White with #EF7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F66; }
p { color: rgb(239,127,102); }
H1.HeaderClassName
{
color: #EF7F66;
}
.AnyTagClassName
{
color: #EF7F66;
}
</style>
background-color css
<style>
a { background-color: #EF7F66; }
a { background-color: rgb(239,127,102); }
div.DivClassName
{
background-color: #EF7F66;
}
.BgClassName
{
background-color: #EF7F66;
}
</style>
border-color css
<style>
span { border-color: #EF7F66; }
span { border-color: rgb(239,127,102); }
td.TdClassName
{
border-color: #EF7F66;
}
.TagClassName
{
border-color: #EF7F66;
}
</style>