Shades of Salmon #EC8368
Tints of Salmon #EC8368
RGB
CMYK
RGB Variations
Color information
#EC8368 (or 0xEC8368) is known color: Salmon. HEX triplet: EC, 83 and 68. RGB value is (236,131,104). Sum of RGB (Red+Green+Blue) = 236+131+104=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8368 is #137C97. Grayscale: #9F9F9F. Windows color (decimal): -1277080 or 6849516. OLE color: 6849516.
HSL color Cylindrical-coordinate representation of color #EC8368: hue angle of 12.27º 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 #EC8368 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 104 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.07 |
| HSL | 12.27º | 0.78% | 0.67% | - |
| HSV(B) | 12.27º | 0.56% | 0.93% | - |
| XYZ | 45.21 | 35.06 | 17.48 | - |
| YUV | 159.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 104 | 0 | 0.44 | 0.56 | 0.07 | 12.27 | 0.78 | 0.67 |
| Hex | EC | 83 | 68 | 0 | 2C | 38 | 7 | C | 4E | 43 |
| Octal | 354 | 203 | 150 | 0 | 54 | 70 | 7 | 14 | 116 | 103 |
| Binary | 11101100 | 10000011 | 1101000 | 0 | 101100 | 111000 | 111 | 1100 | 1001110 | 1000011 |
Color Harmonies of #EC8368
Complementary color
Monochromatic Colors of #EC8368
Black with #EC8368
Text Example
Text Example
White with #EC8368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8368; }
p { color: rgb(236,131,104); }
H1.HeaderClassName
{
color: #EC8368;
}
.AnyTagClassName
{
color: #EC8368;
}
</style>
background-color css
<style>
a { background-color: #EC8368; }
a { background-color: rgb(236,131,104); }
div.DivClassName
{
background-color: #EC8368;
}
.BgClassName
{
background-color: #EC8368;
}
</style>
border-color css
<style>
span { border-color: #EC8368; }
span { border-color: rgb(236,131,104); }
td.TdClassName
{
border-color: #EC8368;
}
.TagClassName
{
border-color: #EC8368;
}
</style>