Shades of Dark Salmon #EC9669
Tints of Dark Salmon #EC9669
RGB
CMYK
RGB Variations
Color information
#EC9669 (or 0xEC9669) is known color: Dark Salmon. HEX triplet: EC, 96 and 69. RGB value is (236,150,105). Sum of RGB (Red+Green+Blue) = 236+150+105=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9669 is #136996. Grayscale: #AAAAAA. Windows color (decimal): -1272215 or 6919916. OLE color: 6919916.
HSL color Cylindrical-coordinate representation of color #EC9669: hue angle of 20.61º 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 #EC9669 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 105 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.07 |
| HSL | 20.61º | 0.78% | 0.67% | - |
| HSV(B) | 20.61º | 0.56% | 0.93% | - |
| XYZ | 48.05 | 40.67 | 18.68 | - |
| YUV | 170.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 105 | 0 | 0.36 | 0.56 | 0.07 | 20.61 | 0.78 | 0.67 |
| Hex | EC | 96 | 69 | 0 | 24 | 38 | 7 | 15 | 4E | 43 |
| Octal | 354 | 226 | 151 | 0 | 44 | 70 | 7 | 25 | 116 | 103 |
| Binary | 11101100 | 10010110 | 1101001 | 0 | 100100 | 111000 | 111 | 10101 | 1001110 | 1000011 |
Color Harmonies of #EC9669
Complementary color
Monochromatic Colors of #EC9669
Black with #EC9669
Text Example
Text Example
White with #EC9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9669; }
p { color: rgb(236,150,105); }
H1.HeaderClassName
{
color: #EC9669;
}
.AnyTagClassName
{
color: #EC9669;
}
</style>
background-color css
<style>
a { background-color: #EC9669; }
a { background-color: rgb(236,150,105); }
div.DivClassName
{
background-color: #EC9669;
}
.BgClassName
{
background-color: #EC9669;
}
</style>
border-color css
<style>
span { border-color: #EC9669; }
span { border-color: rgb(236,150,105); }
td.TdClassName
{
border-color: #EC9669;
}
.TagClassName
{
border-color: #EC9669;
}
</style>