Shades of Salmon #EF856F
Tints of Salmon #EF856F
RGB
CMYK
RGB Variations
Color information
#EF856F (or 0xEF856F) is known color: Salmon. HEX triplet: EF, 85 and 6F. RGB value is (239,133,111). Sum of RGB (Red+Green+Blue) = 239+133+111=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF856F is #107A90. Grayscale: #A2A2A2. Windows color (decimal): -1079953 or 7308783. OLE color: 7308783.
HSL color Cylindrical-coordinate representation of color #EF856F: hue angle of 10.31º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF856F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 111 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.06 |
| HSL | 10.31º | 0.8% | 0.69% | - |
| HSV(B) | 10.31º | 0.54% | 0.94% | - |
| XYZ | 46.85 | 36.27 | 19.57 | - |
| YUV | 162.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 111 | 0 | 0.44 | 0.54 | 0.06 | 10.31 | 0.8 | 0.69 |
| Hex | EF | 85 | 6F | 0 | 2C | 36 | 6 | A | 50 | 45 |
| Octal | 357 | 205 | 157 | 0 | 54 | 66 | 6 | 12 | 120 | 105 |
| Binary | 11101111 | 10000101 | 1101111 | 0 | 101100 | 110110 | 110 | 1010 | 1010000 | 1000101 |
Color Harmonies of #EF856F
Complementary color
Monochromatic Colors of #EF856F
Black with #EF856F
Text Example
Text Example
White with #EF856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF856F; }
p { color: rgb(239,133,111); }
H1.HeaderClassName
{
color: #EF856F;
}
.AnyTagClassName
{
color: #EF856F;
}
</style>
background-color css
<style>
a { background-color: #EF856F; }
a { background-color: rgb(239,133,111); }
div.DivClassName
{
background-color: #EF856F;
}
.BgClassName
{
background-color: #EF856F;
}
</style>
border-color css
<style>
span { border-color: #EF856F; }
span { border-color: rgb(239,133,111); }
td.TdClassName
{
border-color: #EF856F;
}
.TagClassName
{
border-color: #EF856F;
}
</style>