Shades of Dark Salmon #EC9469
Tints of Dark Salmon #EC9469
RGB
CMYK
RGB Variations
Color information
#EC9469 (or 0xEC9469) is known color: Dark Salmon. HEX triplet: EC, 94 and 69. RGB value is (236,148,105). Sum of RGB (Red+Green+Blue) = 236+148+105=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9469 is #136B96. Grayscale: #A9A9A9. Windows color (decimal): -1272727 or 6919404. OLE color: 6919404.
HSL color Cylindrical-coordinate representation of color #EC9469: hue angle of 19.69º 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 #EC9469 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 105 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.07 |
| HSL | 19.69º | 0.78% | 0.67% | - |
| HSV(B) | 19.69º | 0.56% | 0.93% | - |
| XYZ | 47.73 | 40.03 | 18.58 | - |
| YUV | 169.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 105 | 0 | 0.37 | 0.56 | 0.07 | 19.69 | 0.78 | 0.67 |
| Hex | EC | 94 | 69 | 0 | 25 | 38 | 7 | 14 | 4E | 43 |
| Octal | 354 | 224 | 151 | 0 | 45 | 70 | 7 | 24 | 116 | 103 |
| Binary | 11101100 | 10010100 | 1101001 | 0 | 100101 | 111000 | 111 | 10100 | 1001110 | 1000011 |
Color Harmonies of #EC9469
Complementary color
Monochromatic Colors of #EC9469
Black with #EC9469
Text Example
Text Example
White with #EC9469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9469; }
p { color: rgb(236,148,105); }
H1.HeaderClassName
{
color: #EC9469;
}
.AnyTagClassName
{
color: #EC9469;
}
</style>
background-color css
<style>
a { background-color: #EC9469; }
a { background-color: rgb(236,148,105); }
div.DivClassName
{
background-color: #EC9469;
}
.BgClassName
{
background-color: #EC9469;
}
</style>
border-color css
<style>
span { border-color: #EC9469; }
span { border-color: rgb(236,148,105); }
td.TdClassName
{
border-color: #EC9469;
}
.TagClassName
{
border-color: #EC9469;
}
</style>