Shades of Salmon #EF7E65
Tints of Salmon #EF7E65
RGB
CMYK
RGB Variations
Color information
#EF7E65 (or 0xEF7E65) is known color: Salmon. HEX triplet: EF, 7E and 65. RGB value is (239,126,101). Sum of RGB (Red+Green+Blue) = 239+126+101=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E65 is #10819A. Grayscale: #9D9D9D. Windows color (decimal): -1081755 or 6651631. OLE color: 6651631.
HSL color Cylindrical-coordinate representation of color #EF7E65: hue angle of 10.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7E65 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 101 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.06 |
| HSL | 10.87º | 0.81% | 0.67% | - |
| HSV(B) | 10.87º | 0.58% | 0.94% | - |
| XYZ | 45.41 | 34.21 | 16.52 | - |
| YUV | 156.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 101 | 0 | 0.47 | 0.58 | 0.06 | 10.87 | 0.81 | 0.67 |
| Hex | EF | 7E | 65 | 0 | 2F | 3A | 6 | B | 51 | 43 |
| Octal | 357 | 176 | 145 | 0 | 57 | 72 | 6 | 13 | 121 | 103 |
| Binary | 11101111 | 1111110 | 1100101 | 0 | 101111 | 111010 | 110 | 1011 | 1010001 | 1000011 |
Color Harmonies of #EF7E65
Complementary color
Monochromatic Colors of #EF7E65
Black with #EF7E65
Text Example
Text Example
White with #EF7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E65; }
p { color: rgb(239,126,101); }
H1.HeaderClassName
{
color: #EF7E65;
}
.AnyTagClassName
{
color: #EF7E65;
}
</style>
background-color css
<style>
a { background-color: #EF7E65; }
a { background-color: rgb(239,126,101); }
div.DivClassName
{
background-color: #EF7E65;
}
.BgClassName
{
background-color: #EF7E65;
}
</style>
border-color css
<style>
span { border-color: #EF7E65; }
span { border-color: rgb(239,126,101); }
td.TdClassName
{
border-color: #EF7E65;
}
.TagClassName
{
border-color: #EF7E65;
}
</style>