Shades of Salmon #EF8568
Tints of Salmon #EF8568
RGB
CMYK
RGB Variations
Color information
#EF8568 (or 0xEF8568) is known color: Salmon. HEX triplet: EF, 85 and 68. RGB value is (239,133,104). Sum of RGB (Red+Green+Blue) = 239+133+104=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8568 is #107A97. Grayscale: #A1A1A1. Windows color (decimal): -1079960 or 6850031. OLE color: 6850031.
HSL color Cylindrical-coordinate representation of color #EF8568: hue angle of 12.89º 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 #EF8568 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 104 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.06 |
| HSL | 12.89º | 0.81% | 0.67% | - |
| HSV(B) | 12.89º | 0.56% | 0.94% | - |
| XYZ | 46.48 | 36.13 | 17.62 | - |
| YUV | 161.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 104 | 0 | 0.44 | 0.56 | 0.06 | 12.89 | 0.81 | 0.67 |
| Hex | EF | 85 | 68 | 0 | 2C | 38 | 6 | D | 51 | 43 |
| Octal | 357 | 205 | 150 | 0 | 54 | 70 | 6 | 15 | 121 | 103 |
| Binary | 11101111 | 10000101 | 1101000 | 0 | 101100 | 111000 | 110 | 1101 | 1010001 | 1000011 |
Color Harmonies of #EF8568
Complementary color
Monochromatic Colors of #EF8568
Black with #EF8568
Text Example
Text Example
White with #EF8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8568; }
p { color: rgb(239,133,104); }
H1.HeaderClassName
{
color: #EF8568;
}
.AnyTagClassName
{
color: #EF8568;
}
</style>
background-color css
<style>
a { background-color: #EF8568; }
a { background-color: rgb(239,133,104); }
div.DivClassName
{
background-color: #EF8568;
}
.BgClassName
{
background-color: #EF8568;
}
</style>
border-color css
<style>
span { border-color: #EF8568; }
span { border-color: rgb(239,133,104); }
td.TdClassName
{
border-color: #EF8568;
}
.TagClassName
{
border-color: #EF8568;
}
</style>