Shades of Salmon #EF7F68
Tints of Salmon #EF7F68
RGB
CMYK
RGB Variations
Color information
#EF7F68 (or 0xEF7F68) is known color: Salmon. HEX triplet: EF, 7F and 68. RGB value is (239,127,104). Sum of RGB (Red+Green+Blue) = 239+127+104=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F68 is #108097. Grayscale: #9E9E9E. Windows color (decimal): -1081496 or 6848495. OLE color: 6848495.
HSL color Cylindrical-coordinate representation of color #EF7F68: hue angle of 10.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF7F68 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 104 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.06 |
| HSL | 10.22º | 0.81% | 0.67% | - |
| HSV(B) | 10.22º | 0.56% | 0.94% | - |
| XYZ | 45.68 | 34.53 | 17.35 | - |
| YUV | 157.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 104 | 0 | 0.47 | 0.56 | 0.06 | 10.22 | 0.81 | 0.67 |
| Hex | EF | 7F | 68 | 0 | 2F | 38 | 6 | A | 51 | 43 |
| Octal | 357 | 177 | 150 | 0 | 57 | 70 | 6 | 12 | 121 | 103 |
| Binary | 11101111 | 1111111 | 1101000 | 0 | 101111 | 111000 | 110 | 1010 | 1010001 | 1000011 |
Color Harmonies of #EF7F68
Complementary color
Monochromatic Colors of #EF7F68
Black with #EF7F68
Text Example
Text Example
White with #EF7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F68; }
p { color: rgb(239,127,104); }
H1.HeaderClassName
{
color: #EF7F68;
}
.AnyTagClassName
{
color: #EF7F68;
}
</style>
background-color css
<style>
a { background-color: #EF7F68; }
a { background-color: rgb(239,127,104); }
div.DivClassName
{
background-color: #EF7F68;
}
.BgClassName
{
background-color: #EF7F68;
}
</style>
border-color css
<style>
span { border-color: #EF7F68; }
span { border-color: rgb(239,127,104); }
td.TdClassName
{
border-color: #EF7F68;
}
.TagClassName
{
border-color: #EF7F68;
}
</style>