Shades of Salmon #EC8066
Tints of Salmon #EC8066
RGB
CMYK
RGB Variations
Color information
#EC8066 (or 0xEC8066) is known color: Salmon. HEX triplet: EC, 80 and 66. RGB value is (236,128,102). Sum of RGB (Red+Green+Blue) = 236+128+102=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8066 is #137F99. Grayscale: #9D9D9D. Windows color (decimal): -1277850 or 6717676. OLE color: 6717676.
HSL color Cylindrical-coordinate representation of color #EC8066: hue angle of 11.64º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8066 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 102 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 11.64º | 0.78% | 0.66% | - |
| HSV(B) | 11.64º | 0.57% | 0.93% | - |
| XYZ | 44.71 | 34.23 | 16.82 | - |
| YUV | 157.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 102 | 0 | 0.46 | 0.57 | 0.07 | 11.64 | 0.78 | 0.66 |
| Hex | EC | 80 | 66 | 0 | 2E | 39 | 7 | C | 4E | 42 |
| Octal | 354 | 200 | 146 | 0 | 56 | 71 | 7 | 14 | 116 | 102 |
| Binary | 11101100 | 10000000 | 1100110 | 0 | 101110 | 111001 | 111 | 1100 | 1001110 | 1000010 |
Color Harmonies of #EC8066
Complementary color
Monochromatic Colors of #EC8066
Black with #EC8066
Text Example
Text Example
White with #EC8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8066; }
p { color: rgb(236,128,102); }
H1.HeaderClassName
{
color: #EC8066;
}
.AnyTagClassName
{
color: #EC8066;
}
</style>
background-color css
<style>
a { background-color: #EC8066; }
a { background-color: rgb(236,128,102); }
div.DivClassName
{
background-color: #EC8066;
}
.BgClassName
{
background-color: #EC8066;
}
</style>
border-color css
<style>
span { border-color: #EC8066; }
span { border-color: rgb(236,128,102); }
td.TdClassName
{
border-color: #EC8066;
}
.TagClassName
{
border-color: #EC8066;
}
</style>