Shades of Salmon #EC8266
Tints of Salmon #EC8266
RGB
CMYK
RGB Variations
Color information
#EC8266 (or 0xEC8266) is known color: Salmon. HEX triplet: EC, 82 and 66. RGB value is (236,130,102). Sum of RGB (Red+Green+Blue) = 236+130+102=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8266 is #137D99. Grayscale: #9E9E9E. Windows color (decimal): -1277338 or 6718188. OLE color: 6718188.
HSL color Cylindrical-coordinate representation of color #EC8266: hue angle of 12.54º 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 #EC8266 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 102 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.07 |
| HSL | 12.54º | 0.78% | 0.66% | - |
| HSV(B) | 12.54º | 0.57% | 0.93% | - |
| XYZ | 44.97 | 34.76 | 16.91 | - |
| YUV | 158.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 102 | 0 | 0.45 | 0.57 | 0.07 | 12.54 | 0.78 | 0.66 |
| Hex | EC | 82 | 66 | 0 | 2D | 39 | 7 | D | 4E | 42 |
| Octal | 354 | 202 | 146 | 0 | 55 | 71 | 7 | 15 | 116 | 102 |
| Binary | 11101100 | 10000010 | 1100110 | 0 | 101101 | 111001 | 111 | 1101 | 1001110 | 1000010 |
Color Harmonies of #EC8266
Complementary color
Monochromatic Colors of #EC8266
Black with #EC8266
Text Example
Text Example
White with #EC8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8266; }
p { color: rgb(236,130,102); }
H1.HeaderClassName
{
color: #EC8266;
}
.AnyTagClassName
{
color: #EC8266;
}
</style>
background-color css
<style>
a { background-color: #EC8266; }
a { background-color: rgb(236,130,102); }
div.DivClassName
{
background-color: #EC8266;
}
.BgClassName
{
background-color: #EC8266;
}
</style>
border-color css
<style>
span { border-color: #EC8266; }
span { border-color: rgb(236,130,102); }
td.TdClassName
{
border-color: #EC8266;
}
.TagClassName
{
border-color: #EC8266;
}
</style>