Shades of Dark Salmon #EC9569
Tints of Dark Salmon #EC9569
RGB
CMYK
RGB Variations
Color information
#EC9569 (or 0xEC9569) is known color: Dark Salmon. HEX triplet: EC, 95 and 69. RGB value is (236,149,105). Sum of RGB (Red+Green+Blue) = 236+149+105=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9569 is #136A96. Grayscale: #AAAAAA. Windows color (decimal): -1272471 or 6919660. OLE color: 6919660.
HSL color Cylindrical-coordinate representation of color #EC9569: hue angle of 20.15º 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 #EC9569 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 105 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.07 |
| HSL | 20.15º | 0.78% | 0.67% | - |
| HSV(B) | 20.15º | 0.56% | 0.93% | - |
| XYZ | 47.89 | 40.35 | 18.63 | - |
| YUV | 170 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 105 | 0 | 0.37 | 0.56 | 0.07 | 20.15 | 0.78 | 0.67 |
| Hex | EC | 95 | 69 | 0 | 25 | 38 | 7 | 14 | 4E | 43 |
| Octal | 354 | 225 | 151 | 0 | 45 | 70 | 7 | 24 | 116 | 103 |
| Binary | 11101100 | 10010101 | 1101001 | 0 | 100101 | 111000 | 111 | 10100 | 1001110 | 1000011 |
Color Harmonies of #EC9569
Complementary color
Monochromatic Colors of #EC9569
Black with #EC9569
Text Example
Text Example
White with #EC9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9569; }
p { color: rgb(236,149,105); }
H1.HeaderClassName
{
color: #EC9569;
}
.AnyTagClassName
{
color: #EC9569;
}
</style>
background-color css
<style>
a { background-color: #EC9569; }
a { background-color: rgb(236,149,105); }
div.DivClassName
{
background-color: #EC9569;
}
.BgClassName
{
background-color: #EC9569;
}
</style>
border-color css
<style>
span { border-color: #EC9569; }
span { border-color: rgb(236,149,105); }
td.TdClassName
{
border-color: #EC9569;
}
.TagClassName
{
border-color: #EC9569;
}
</style>