Shades of Salmon #EC8369
Tints of Salmon #EC8369
RGB
CMYK
RGB Variations
Color information
#EC8369 (or 0xEC8369) is known color: Salmon. HEX triplet: EC, 83 and 69. RGB value is (236,131,105). Sum of RGB (Red+Green+Blue) = 236+131+105=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8369 is #137C96. Grayscale: #9F9F9F. Windows color (decimal): -1277079 or 6915052. OLE color: 6915052.
HSL color Cylindrical-coordinate representation of color #EC8369: hue angle of 11.91º 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 #EC8369 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 105 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.07 |
| HSL | 11.91º | 0.78% | 0.67% | - |
| HSV(B) | 11.91º | 0.56% | 0.93% | - |
| XYZ | 45.26 | 35.09 | 17.75 | - |
| YUV | 159.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 105 | 0 | 0.44 | 0.56 | 0.07 | 11.91 | 0.78 | 0.67 |
| Hex | EC | 83 | 69 | 0 | 2C | 38 | 7 | C | 4E | 43 |
| Octal | 354 | 203 | 151 | 0 | 54 | 70 | 7 | 14 | 116 | 103 |
| Binary | 11101100 | 10000011 | 1101001 | 0 | 101100 | 111000 | 111 | 1100 | 1001110 | 1000011 |
Color Harmonies of #EC8369
Complementary color
Monochromatic Colors of #EC8369
Black with #EC8369
Text Example
Text Example
White with #EC8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8369; }
p { color: rgb(236,131,105); }
H1.HeaderClassName
{
color: #EC8369;
}
.AnyTagClassName
{
color: #EC8369;
}
</style>
background-color css
<style>
a { background-color: #EC8369; }
a { background-color: rgb(236,131,105); }
div.DivClassName
{
background-color: #EC8369;
}
.BgClassName
{
background-color: #EC8369;
}
</style>
border-color css
<style>
span { border-color: #EC8369; }
span { border-color: rgb(236,131,105); }
td.TdClassName
{
border-color: #EC8369;
}
.TagClassName
{
border-color: #EC8369;
}
</style>