Shades of Dark Salmon #EC9673
Tints of Dark Salmon #EC9673
RGB
CMYK
RGB Variations
Color information
#EC9673 (or 0xEC9673) is known color: Dark Salmon. HEX triplet: EC, 96 and 73. RGB value is (236,150,115). Sum of RGB (Red+Green+Blue) = 236+150+115=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9673 is #13698C. Grayscale: #ABABAB. Windows color (decimal): -1272205 or 7575276. OLE color: 7575276.
HSL color Cylindrical-coordinate representation of color #EC9673: hue angle of 17.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 #EC9673 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 115 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.07 |
| HSL | 17.36º | 0.76% | 0.69% | - |
| HSV(B) | 17.36º | 0.51% | 0.93% | - |
| XYZ | 48.59 | 40.88 | 21.55 | - |
| YUV | 171.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 115 | 0 | 0.36 | 0.51 | 0.07 | 17.36 | 0.76 | 0.69 |
| Hex | EC | 96 | 73 | 0 | 24 | 33 | 7 | 11 | 4C | 45 |
| Octal | 354 | 226 | 163 | 0 | 44 | 63 | 7 | 21 | 114 | 105 |
| Binary | 11101100 | 10010110 | 1110011 | 0 | 100100 | 110011 | 111 | 10001 | 1001100 | 1000101 |
Color Harmonies of #EC9673
Complementary color
Monochromatic Colors of #EC9673
Black with #EC9673
Text Example
Text Example
White with #EC9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9673; }
p { color: rgb(236,150,115); }
H1.HeaderClassName
{
color: #EC9673;
}
.AnyTagClassName
{
color: #EC9673;
}
</style>
background-color css
<style>
a { background-color: #EC9673; }
a { background-color: rgb(236,150,115); }
div.DivClassName
{
background-color: #EC9673;
}
.BgClassName
{
background-color: #EC9673;
}
</style>
border-color css
<style>
span { border-color: #EC9673; }
span { border-color: rgb(236,150,115); }
td.TdClassName
{
border-color: #EC9673;
}
.TagClassName
{
border-color: #EC9673;
}
</style>