Shades of Salmon #EC836B
Tints of Salmon #EC836B
RGB
CMYK
RGB Variations
Color information
#EC836B (or 0xEC836B) is known color: Salmon. HEX triplet: EC, 83 and 6B. RGB value is (236,131,107). Sum of RGB (Red+Green+Blue) = 236+131+107=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC836B is #137C94. Grayscale: #9F9F9F. Windows color (decimal): -1277077 or 7046124. OLE color: 7046124.
HSL color Cylindrical-coordinate representation of color #EC836B: hue angle of 11.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC836B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 107 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.07 |
| HSL | 11.16º | 0.77% | 0.67% | - |
| HSV(B) | 11.16º | 0.55% | 0.93% | - |
| XYZ | 45.36 | 35.13 | 18.3 | - |
| YUV | 159.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 107 | 0 | 0.44 | 0.55 | 0.07 | 11.16 | 0.77 | 0.67 |
| Hex | EC | 83 | 6B | 0 | 2C | 37 | 7 | B | 4D | 43 |
| Octal | 354 | 203 | 153 | 0 | 54 | 67 | 7 | 13 | 115 | 103 |
| Binary | 11101100 | 10000011 | 1101011 | 0 | 101100 | 110111 | 111 | 1011 | 1001101 | 1000011 |
Color Harmonies of #EC836B
Complementary color
Monochromatic Colors of #EC836B
Black with #EC836B
Text Example
Text Example
White with #EC836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC836B; }
p { color: rgb(236,131,107); }
H1.HeaderClassName
{
color: #EC836B;
}
.AnyTagClassName
{
color: #EC836B;
}
</style>
background-color css
<style>
a { background-color: #EC836B; }
a { background-color: rgb(236,131,107); }
div.DivClassName
{
background-color: #EC836B;
}
.BgClassName
{
background-color: #EC836B;
}
</style>
border-color css
<style>
span { border-color: #EC836B; }
span { border-color: rgb(236,131,107); }
td.TdClassName
{
border-color: #EC836B;
}
.TagClassName
{
border-color: #EC836B;
}
</style>