Shades of Salmon #EF836E
Tints of Salmon #EF836E
RGB
CMYK
RGB Variations
Color information
#EF836E (or 0xEF836E) is known color: Salmon. HEX triplet: EF, 83 and 6E. RGB value is (239,131,110). Sum of RGB (Red+Green+Blue) = 239+131+110=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF836E is #107C91. Grayscale: #A1A1A1. Windows color (decimal): -1080466 or 7242735. OLE color: 7242735.
HSL color Cylindrical-coordinate representation of color #EF836E: hue angle of 9.77º 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 #EF836E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 110 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.06 |
| HSL | 9.77º | 0.8% | 0.68% | - |
| HSV(B) | 9.77º | 0.54% | 0.94% | - |
| XYZ | 46.53 | 35.71 | 19.19 | - |
| YUV | 160.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 110 | 0 | 0.45 | 0.54 | 0.06 | 9.77 | 0.8 | 0.68 |
| Hex | EF | 83 | 6E | 0 | 2D | 36 | 6 | A | 50 | 44 |
| Octal | 357 | 203 | 156 | 0 | 55 | 66 | 6 | 12 | 120 | 104 |
| Binary | 11101111 | 10000011 | 1101110 | 0 | 101101 | 110110 | 110 | 1010 | 1010000 | 1000100 |
Color Harmonies of #EF836E
Complementary color
Monochromatic Colors of #EF836E
Black with #EF836E
Text Example
Text Example
White with #EF836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF836E; }
p { color: rgb(239,131,110); }
H1.HeaderClassName
{
color: #EF836E;
}
.AnyTagClassName
{
color: #EF836E;
}
</style>
background-color css
<style>
a { background-color: #EF836E; }
a { background-color: rgb(239,131,110); }
div.DivClassName
{
background-color: #EF836E;
}
.BgClassName
{
background-color: #EF836E;
}
</style>
border-color css
<style>
span { border-color: #EF836E; }
span { border-color: rgb(239,131,110); }
td.TdClassName
{
border-color: #EF836E;
}
.TagClassName
{
border-color: #EF836E;
}
</style>