Shades of Salmon #EF836C
Tints of Salmon #EF836C
RGB
CMYK
RGB Variations
Color information
#EF836C (or 0xEF836C) is known color: Salmon. HEX triplet: EF, 83 and 6C. RGB value is (239,131,108). Sum of RGB (Red+Green+Blue) = 239+131+108=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF836C is #107C93. Grayscale: #A0A0A0. Windows color (decimal): -1080468 or 7111663. OLE color: 7111663.
HSL color Cylindrical-coordinate representation of color #EF836C: hue angle of 10.53º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF836C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 108 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 10.53º | 0.8% | 0.68% | - |
| HSV(B) | 10.53º | 0.55% | 0.94% | - |
| XYZ | 46.42 | 35.67 | 18.63 | - |
| YUV | 160.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 108 | 0 | 0.45 | 0.55 | 0.06 | 10.53 | 0.8 | 0.68 |
| Hex | EF | 83 | 6C | 0 | 2D | 37 | 6 | B | 50 | 44 |
| Octal | 357 | 203 | 154 | 0 | 55 | 67 | 6 | 13 | 120 | 104 |
| Binary | 11101111 | 10000011 | 1101100 | 0 | 101101 | 110111 | 110 | 1011 | 1010000 | 1000100 |
Color Harmonies of #EF836C
Complementary color
Monochromatic Colors of #EF836C
Black with #EF836C
Text Example
Text Example
White with #EF836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF836C; }
p { color: rgb(239,131,108); }
H1.HeaderClassName
{
color: #EF836C;
}
.AnyTagClassName
{
color: #EF836C;
}
</style>
background-color css
<style>
a { background-color: #EF836C; }
a { background-color: rgb(239,131,108); }
div.DivClassName
{
background-color: #EF836C;
}
.BgClassName
{
background-color: #EF836C;
}
</style>
border-color css
<style>
span { border-color: #EF836C; }
span { border-color: rgb(239,131,108); }
td.TdClassName
{
border-color: #EF836C;
}
.TagClassName
{
border-color: #EF836C;
}
</style>