Shades of Salmon #EC846A
Tints of Salmon #EC846A
RGB
CMYK
RGB Variations
Color information
#EC846A (or 0xEC846A) is known color: Salmon. HEX triplet: EC, 84 and 6A. RGB value is (236,132,106). Sum of RGB (Red+Green+Blue) = 236+132+106=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC846A is #137B95. Grayscale: #A0A0A0. Windows color (decimal): -1276822 or 6980844. OLE color: 6980844.
HSL color Cylindrical-coordinate representation of color #EC846A: hue angle of 12º 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 #EC846A is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 106 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.07 |
| HSL | 12º | 0.77% | 0.67% | - |
| HSV(B) | 12º | 0.55% | 0.93% | - |
| XYZ | 45.44 | 35.38 | 18.07 | - |
| YUV | 160.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 106 | 0 | 0.44 | 0.55 | 0.07 | 12 | 0.77 | 0.67 |
| Hex | EC | 84 | 6A | 0 | 2C | 37 | 7 | C | 4D | 43 |
| Octal | 354 | 204 | 152 | 0 | 54 | 67 | 7 | 14 | 115 | 103 |
| Binary | 11101100 | 10000100 | 1101010 | 0 | 101100 | 110111 | 111 | 1100 | 1001101 | 1000011 |
Color Harmonies of #EC846A
Complementary color
Monochromatic Colors of #EC846A
Black with #EC846A
Text Example
Text Example
White with #EC846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC846A; }
p { color: rgb(236,132,106); }
H1.HeaderClassName
{
color: #EC846A;
}
.AnyTagClassName
{
color: #EC846A;
}
</style>
background-color css
<style>
a { background-color: #EC846A; }
a { background-color: rgb(236,132,106); }
div.DivClassName
{
background-color: #EC846A;
}
.BgClassName
{
background-color: #EC846A;
}
</style>
border-color css
<style>
span { border-color: #EC846A; }
span { border-color: rgb(236,132,106); }
td.TdClassName
{
border-color: #EC846A;
}
.TagClassName
{
border-color: #EC846A;
}
</style>