Shades of Salmon #EF7E64
Tints of Salmon #EF7E64
RGB
CMYK
RGB Variations
Color information
#EF7E64 (or 0xEF7E64) is known color: Salmon. HEX triplet: EF, 7E and 64. RGB value is (239,126,100). Sum of RGB (Red+Green+Blue) = 239+126+100=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E64 is #10819B. Grayscale: #9D9D9D. Windows color (decimal): -1081756 or 6586095. OLE color: 6586095.
HSL color Cylindrical-coordinate representation of color #EF7E64: hue angle of 11.22º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7E64 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 100 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.06 |
| HSL | 11.22º | 0.81% | 0.66% | - |
| HSV(B) | 11.22º | 0.58% | 0.94% | - |
| XYZ | 45.36 | 34.19 | 16.27 | - |
| YUV | 156.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 100 | 0 | 0.47 | 0.58 | 0.06 | 11.22 | 0.81 | 0.66 |
| Hex | EF | 7E | 64 | 0 | 2F | 3A | 6 | B | 51 | 42 |
| Octal | 357 | 176 | 144 | 0 | 57 | 72 | 6 | 13 | 121 | 102 |
| Binary | 11101111 | 1111110 | 1100100 | 0 | 101111 | 111010 | 110 | 1011 | 1010001 | 1000010 |
Color Harmonies of #EF7E64
Complementary color
Monochromatic Colors of #EF7E64
Black with #EF7E64
Text Example
Text Example
White with #EF7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E64; }
p { color: rgb(239,126,100); }
H1.HeaderClassName
{
color: #EF7E64;
}
.AnyTagClassName
{
color: #EF7E64;
}
</style>
background-color css
<style>
a { background-color: #EF7E64; }
a { background-color: rgb(239,126,100); }
div.DivClassName
{
background-color: #EF7E64;
}
.BgClassName
{
background-color: #EF7E64;
}
</style>
border-color css
<style>
span { border-color: #EF7E64; }
span { border-color: rgb(239,126,100); }
td.TdClassName
{
border-color: #EF7E64;
}
.TagClassName
{
border-color: #EF7E64;
}
</style>