Shades of Salmon #EF856D
Tints of Salmon #EF856D
RGB
CMYK
RGB Variations
Color information
#EF856D (or 0xEF856D) is known color: Salmon. HEX triplet: EF, 85 and 6D. RGB value is (239,133,109). Sum of RGB (Red+Green+Blue) = 239+133+109=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF856D is #107A92. Grayscale: #A2A2A2. Windows color (decimal): -1079955 or 7177711. OLE color: 7177711.
HSL color Cylindrical-coordinate representation of color #EF856D: hue angle of 11.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF856D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 109 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.06 |
| HSL | 11.08º | 0.8% | 0.68% | - |
| HSV(B) | 11.08º | 0.54% | 0.94% | - |
| XYZ | 46.74 | 36.23 | 19 | - |
| YUV | 161.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 109 | 0 | 0.44 | 0.54 | 0.06 | 11.08 | 0.8 | 0.68 |
| Hex | EF | 85 | 6D | 0 | 2C | 36 | 6 | B | 50 | 44 |
| Octal | 357 | 205 | 155 | 0 | 54 | 66 | 6 | 13 | 120 | 104 |
| Binary | 11101111 | 10000101 | 1101101 | 0 | 101100 | 110110 | 110 | 1011 | 1010000 | 1000100 |
Color Harmonies of #EF856D
Complementary color
Monochromatic Colors of #EF856D
Black with #EF856D
Text Example
Text Example
White with #EF856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF856D; }
p { color: rgb(239,133,109); }
H1.HeaderClassName
{
color: #EF856D;
}
.AnyTagClassName
{
color: #EF856D;
}
</style>
background-color css
<style>
a { background-color: #EF856D; }
a { background-color: rgb(239,133,109); }
div.DivClassName
{
background-color: #EF856D;
}
.BgClassName
{
background-color: #EF856D;
}
</style>
border-color css
<style>
span { border-color: #EF856D; }
span { border-color: rgb(239,133,109); }
td.TdClassName
{
border-color: #EF856D;
}
.TagClassName
{
border-color: #EF856D;
}
</style>