Shades of Salmon #EC836C
Tints of Salmon #EC836C
RGB
CMYK
RGB Variations
Color information
#EC836C (or 0xEC836C) is known color: Salmon. HEX triplet: EC, 83 and 6C. RGB value is (236,131,108). Sum of RGB (Red+Green+Blue) = 236+131+108=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC836C is #137C93. Grayscale: #9F9F9F. Windows color (decimal): -1277076 or 7111660. OLE color: 7111660.
HSL color Cylindrical-coordinate representation of color #EC836C: hue angle of 10.78º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC836C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 108 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.07 |
| HSL | 10.78º | 0.77% | 0.67% | - |
| HSV(B) | 10.78º | 0.54% | 0.93% | - |
| XYZ | 45.42 | 35.15 | 18.58 | - |
| YUV | 159.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 108 | 0 | 0.44 | 0.54 | 0.07 | 10.78 | 0.77 | 0.67 |
| Hex | EC | 83 | 6C | 0 | 2C | 36 | 7 | B | 4D | 43 |
| Octal | 354 | 203 | 154 | 0 | 54 | 66 | 7 | 13 | 115 | 103 |
| Binary | 11101100 | 10000011 | 1101100 | 0 | 101100 | 110110 | 111 | 1011 | 1001101 | 1000011 |
Color Harmonies of #EC836C
Complementary color
Monochromatic Colors of #EC836C
Black with #EC836C
Text Example
Text Example
White with #EC836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC836C; }
p { color: rgb(236,131,108); }
H1.HeaderClassName
{
color: #EC836C;
}
.AnyTagClassName
{
color: #EC836C;
}
</style>
background-color css
<style>
a { background-color: #EC836C; }
a { background-color: rgb(236,131,108); }
div.DivClassName
{
background-color: #EC836C;
}
.BgClassName
{
background-color: #EC836C;
}
</style>
border-color css
<style>
span { border-color: #EC836C; }
span { border-color: rgb(236,131,108); }
td.TdClassName
{
border-color: #EC836C;
}
.TagClassName
{
border-color: #EC836C;
}
</style>