Shades of Salmon #EF8168
Tints of Salmon #EF8168
RGB
CMYK
RGB Variations
Color information
#EF8168 (or 0xEF8168) is known color: Salmon. HEX triplet: EF, 81 and 68. RGB value is (239,129,104). Sum of RGB (Red+Green+Blue) = 239+129+104=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8168 is #107E97. Grayscale: #9F9F9F. Windows color (decimal): -1080984 or 6849007. OLE color: 6849007.
HSL color Cylindrical-coordinate representation of color #EF8168: hue angle of 11.11º 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 #EF8168 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 104 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.06 |
| HSL | 11.11º | 0.81% | 0.67% | - |
| HSV(B) | 11.11º | 0.56% | 0.94% | - |
| XYZ | 45.95 | 35.05 | 17.44 | - |
| YUV | 159.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 104 | 0 | 0.46 | 0.56 | 0.06 | 11.11 | 0.81 | 0.67 |
| Hex | EF | 81 | 68 | 0 | 2E | 38 | 6 | B | 51 | 43 |
| Octal | 357 | 201 | 150 | 0 | 56 | 70 | 6 | 13 | 121 | 103 |
| Binary | 11101111 | 10000001 | 1101000 | 0 | 101110 | 111000 | 110 | 1011 | 1010001 | 1000011 |
Color Harmonies of #EF8168
Complementary color
Monochromatic Colors of #EF8168
Black with #EF8168
Text Example
Text Example
White with #EF8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8168; }
p { color: rgb(239,129,104); }
H1.HeaderClassName
{
color: #EF8168;
}
.AnyTagClassName
{
color: #EF8168;
}
</style>
background-color css
<style>
a { background-color: #EF8168; }
a { background-color: rgb(239,129,104); }
div.DivClassName
{
background-color: #EF8168;
}
.BgClassName
{
background-color: #EF8168;
}
</style>
border-color css
<style>
span { border-color: #EF8168; }
span { border-color: rgb(239,129,104); }
td.TdClassName
{
border-color: #EF8168;
}
.TagClassName
{
border-color: #EF8168;
}
</style>