Shades of Salmon #EC8067
Tints of Salmon #EC8067
RGB
CMYK
RGB Variations
Color information
#EC8067 (or 0xEC8067) is known color: Salmon. HEX triplet: EC, 80 and 67. RGB value is (236,128,103). Sum of RGB (Red+Green+Blue) = 236+128+103=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8067 is #137F98. Grayscale: #9D9D9D. Windows color (decimal): -1277849 or 6783212. OLE color: 6783212.
HSL color Cylindrical-coordinate representation of color #EC8067: hue angle of 11.28º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8067 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 103 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.07 |
| HSL | 11.28º | 0.78% | 0.66% | - |
| HSV(B) | 11.28º | 0.56% | 0.93% | - |
| XYZ | 44.76 | 34.25 | 17.08 | - |
| YUV | 157.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 103 | 0 | 0.46 | 0.56 | 0.07 | 11.28 | 0.78 | 0.66 |
| Hex | EC | 80 | 67 | 0 | 2E | 38 | 7 | B | 4E | 42 |
| Octal | 354 | 200 | 147 | 0 | 56 | 70 | 7 | 13 | 116 | 102 |
| Binary | 11101100 | 10000000 | 1100111 | 0 | 101110 | 111000 | 111 | 1011 | 1001110 | 1000010 |
Color Harmonies of #EC8067
Complementary color
Monochromatic Colors of #EC8067
Black with #EC8067
Text Example
Text Example
White with #EC8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8067; }
p { color: rgb(236,128,103); }
H1.HeaderClassName
{
color: #EC8067;
}
.AnyTagClassName
{
color: #EC8067;
}
</style>
background-color css
<style>
a { background-color: #EC8067; }
a { background-color: rgb(236,128,103); }
div.DivClassName
{
background-color: #EC8067;
}
.BgClassName
{
background-color: #EC8067;
}
</style>
border-color css
<style>
span { border-color: #EC8067; }
span { border-color: rgb(236,128,103); }
td.TdClassName
{
border-color: #EC8067;
}
.TagClassName
{
border-color: #EC8067;
}
</style>