Shades of Salmon #EF836D
Tints of Salmon #EF836D
RGB
CMYK
RGB Variations
Color information
#EF836D (or 0xEF836D) is known color: Salmon. HEX triplet: EF, 83 and 6D. RGB value is (239,131,109). Sum of RGB (Red+Green+Blue) = 239+131+109=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF836D is #107C92. Grayscale: #A0A0A0. Windows color (decimal): -1080467 or 7177199. OLE color: 7177199.
HSL color Cylindrical-coordinate representation of color #EF836D: hue angle of 10.15º 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 #EF836D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 109 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.06 |
| HSL | 10.15º | 0.8% | 0.68% | - |
| HSV(B) | 10.15º | 0.54% | 0.94% | - |
| XYZ | 46.47 | 35.69 | 18.91 | - |
| YUV | 160.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 109 | 0 | 0.45 | 0.54 | 0.06 | 10.15 | 0.8 | 0.68 |
| Hex | EF | 83 | 6D | 0 | 2D | 36 | 6 | A | 50 | 44 |
| Octal | 357 | 203 | 155 | 0 | 55 | 66 | 6 | 12 | 120 | 104 |
| Binary | 11101111 | 10000011 | 1101101 | 0 | 101101 | 110110 | 110 | 1010 | 1010000 | 1000100 |
Color Harmonies of #EF836D
Complementary color
Monochromatic Colors of #EF836D
Black with #EF836D
Text Example
Text Example
White with #EF836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF836D; }
p { color: rgb(239,131,109); }
H1.HeaderClassName
{
color: #EF836D;
}
.AnyTagClassName
{
color: #EF836D;
}
</style>
background-color css
<style>
a { background-color: #EF836D; }
a { background-color: rgb(239,131,109); }
div.DivClassName
{
background-color: #EF836D;
}
.BgClassName
{
background-color: #EF836D;
}
</style>
border-color css
<style>
span { border-color: #EF836D; }
span { border-color: rgb(239,131,109); }
td.TdClassName
{
border-color: #EF836D;
}
.TagClassName
{
border-color: #EF836D;
}
</style>