Shades of Salmon #EC8168
Tints of Salmon #EC8168
RGB
CMYK
RGB Variations
Color information
#EC8168 (or 0xEC8168) is known color: Salmon. HEX triplet: EC, 81 and 68. RGB value is (236,129,104). Sum of RGB (Red+Green+Blue) = 236+129+104=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8168 is #137E97. Grayscale: #9E9E9E. Windows color (decimal): -1277592 or 6849004. OLE color: 6849004.
HSL color Cylindrical-coordinate representation of color #EC8168: hue angle of 11.36º 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 #EC8168 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 104 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.07 |
| HSL | 11.36º | 0.78% | 0.67% | - |
| HSV(B) | 11.36º | 0.56% | 0.93% | - |
| XYZ | 44.94 | 34.53 | 17.39 | - |
| YUV | 158.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 104 | 0 | 0.45 | 0.56 | 0.07 | 11.36 | 0.78 | 0.67 |
| Hex | EC | 81 | 68 | 0 | 2D | 38 | 7 | B | 4E | 43 |
| Octal | 354 | 201 | 150 | 0 | 55 | 70 | 7 | 13 | 116 | 103 |
| Binary | 11101100 | 10000001 | 1101000 | 0 | 101101 | 111000 | 111 | 1011 | 1001110 | 1000011 |
Color Harmonies of #EC8168
Complementary color
Monochromatic Colors of #EC8168
Black with #EC8168
Text Example
Text Example
White with #EC8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8168; }
p { color: rgb(236,129,104); }
H1.HeaderClassName
{
color: #EC8168;
}
.AnyTagClassName
{
color: #EC8168;
}
</style>
background-color css
<style>
a { background-color: #EC8168; }
a { background-color: rgb(236,129,104); }
div.DivClassName
{
background-color: #EC8168;
}
.BgClassName
{
background-color: #EC8168;
}
</style>
border-color css
<style>
span { border-color: #EC8168; }
span { border-color: rgb(236,129,104); }
td.TdClassName
{
border-color: #EC8168;
}
.TagClassName
{
border-color: #EC8168;
}
</style>