Shades of Salmon #EF7F64
Tints of Salmon #EF7F64
RGB
CMYK
RGB Variations
Color information
#EF7F64 (or 0xEF7F64) is known color: Salmon. HEX triplet: EF, 7F and 64. RGB value is (239,127,100). Sum of RGB (Red+Green+Blue) = 239+127+100=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F64 is #10809B. Grayscale: #9D9D9D. Windows color (decimal): -1081500 or 6586351. OLE color: 6586351.
HSL color Cylindrical-coordinate representation of color #EF7F64: hue angle of 11.65º 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 #EF7F64 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 100 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.06 |
| HSL | 11.65º | 0.81% | 0.66% | - |
| HSV(B) | 11.65º | 0.58% | 0.94% | - |
| XYZ | 45.49 | 34.45 | 16.31 | - |
| YUV | 157.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 100 | 0 | 0.47 | 0.58 | 0.06 | 11.65 | 0.81 | 0.66 |
| Hex | EF | 7F | 64 | 0 | 2F | 3A | 6 | C | 51 | 42 |
| Octal | 357 | 177 | 144 | 0 | 57 | 72 | 6 | 14 | 121 | 102 |
| Binary | 11101111 | 1111111 | 1100100 | 0 | 101111 | 111010 | 110 | 1100 | 1010001 | 1000010 |
Color Harmonies of #EF7F64
Complementary color
Monochromatic Colors of #EF7F64
Black with #EF7F64
Text Example
Text Example
White with #EF7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F64; }
p { color: rgb(239,127,100); }
H1.HeaderClassName
{
color: #EF7F64;
}
.AnyTagClassName
{
color: #EF7F64;
}
</style>
background-color css
<style>
a { background-color: #EF7F64; }
a { background-color: rgb(239,127,100); }
div.DivClassName
{
background-color: #EF7F64;
}
.BgClassName
{
background-color: #EF7F64;
}
</style>
border-color css
<style>
span { border-color: #EF7F64; }
span { border-color: rgb(239,127,100); }
td.TdClassName
{
border-color: #EF7F64;
}
.TagClassName
{
border-color: #EF7F64;
}
</style>