Shades of Salmon #EC8468
Tints of Salmon #EC8468
RGB
CMYK
RGB Variations
Color information
#EC8468 (or 0xEC8468) is known color: Salmon. HEX triplet: EC, 84 and 68. RGB value is (236,132,104). Sum of RGB (Red+Green+Blue) = 236+132+104=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8468 is #137B97. Grayscale: #A0A0A0. Windows color (decimal): -1276824 or 6849772. OLE color: 6849772.
HSL color Cylindrical-coordinate representation of color #EC8468: hue angle of 12.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8468 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 104 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.07 |
| HSL | 12.73º | 0.78% | 0.67% | - |
| HSV(B) | 12.73º | 0.56% | 0.93% | - |
| XYZ | 45.34 | 35.33 | 17.53 | - |
| YUV | 159.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 104 | 0 | 0.44 | 0.56 | 0.07 | 12.73 | 0.78 | 0.67 |
| Hex | EC | 84 | 68 | 0 | 2C | 38 | 7 | D | 4E | 43 |
| Octal | 354 | 204 | 150 | 0 | 54 | 70 | 7 | 15 | 116 | 103 |
| Binary | 11101100 | 10000100 | 1101000 | 0 | 101100 | 111000 | 111 | 1101 | 1001110 | 1000011 |
Color Harmonies of #EC8468
Complementary color
Monochromatic Colors of #EC8468
Black with #EC8468
Text Example
Text Example
White with #EC8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8468; }
p { color: rgb(236,132,104); }
H1.HeaderClassName
{
color: #EC8468;
}
.AnyTagClassName
{
color: #EC8468;
}
</style>
background-color css
<style>
a { background-color: #EC8468; }
a { background-color: rgb(236,132,104); }
div.DivClassName
{
background-color: #EC8468;
}
.BgClassName
{
background-color: #EC8468;
}
</style>
border-color css
<style>
span { border-color: #EC8468; }
span { border-color: rgb(236,132,104); }
td.TdClassName
{
border-color: #EC8468;
}
.TagClassName
{
border-color: #EC8468;
}
</style>