Shades of Dark Salmon #EC9473
Tints of Dark Salmon #EC9473
RGB
CMYK
RGB Variations
Color information
#EC9473 (or 0xEC9473) is known color: Dark Salmon. HEX triplet: EC, 94 and 73. RGB value is (236,148,115). Sum of RGB (Red+Green+Blue) = 236+148+115=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9473 is #136B8C. Grayscale: #AAAAAA. Windows color (decimal): -1272717 or 7574764. OLE color: 7574764.
HSL color Cylindrical-coordinate representation of color #EC9473: hue angle of 16.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC9473 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 115 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.07 |
| HSL | 16.36º | 0.76% | 0.69% | - |
| HSV(B) | 16.36º | 0.51% | 0.93% | - |
| XYZ | 48.28 | 40.25 | 21.44 | - |
| YUV | 170.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 115 | 0 | 0.37 | 0.51 | 0.07 | 16.36 | 0.76 | 0.69 |
| Hex | EC | 94 | 73 | 0 | 25 | 33 | 7 | 10 | 4C | 45 |
| Octal | 354 | 224 | 163 | 0 | 45 | 63 | 7 | 20 | 114 | 105 |
| Binary | 11101100 | 10010100 | 1110011 | 0 | 100101 | 110011 | 111 | 10000 | 1001100 | 1000101 |
Color Harmonies of #EC9473
Complementary color
Monochromatic Colors of #EC9473
Black with #EC9473
Text Example
Text Example
White with #EC9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9473; }
p { color: rgb(236,148,115); }
H1.HeaderClassName
{
color: #EC9473;
}
.AnyTagClassName
{
color: #EC9473;
}
</style>
background-color css
<style>
a { background-color: #EC9473; }
a { background-color: rgb(236,148,115); }
div.DivClassName
{
background-color: #EC9473;
}
.BgClassName
{
background-color: #EC9473;
}
</style>
border-color css
<style>
span { border-color: #EC9473; }
span { border-color: rgb(236,148,115); }
td.TdClassName
{
border-color: #EC9473;
}
.TagClassName
{
border-color: #EC9473;
}
</style>