Shades of Dark Salmon #EC9583
Tints of Dark Salmon #EC9583
RGB
CMYK
RGB Variations
Color information
#EC9583 (or 0xEC9583) is known color: Dark Salmon. HEX triplet: EC, 95 and 83. RGB value is (236,149,131). Sum of RGB (Red+Green+Blue) = 236+149+131=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9583 is #136A7C. Grayscale: #ADADAD. Windows color (decimal): -1272445 or 8623596. OLE color: 8623596.
HSL color Cylindrical-coordinate representation of color #EC9583: hue angle of 10.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC9583 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 131 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.07 |
| HSL | 10.29º | 0.73% | 0.72% | - |
| HSV(B) | 10.29º | 0.44% | 0.93% | - |
| XYZ | 49.44 | 40.97 | 26.77 | - |
| YUV | 172.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 131 | 0 | 0.37 | 0.44 | 0.07 | 10.29 | 0.73 | 0.72 |
| Hex | EC | 95 | 83 | 0 | 25 | 2C | 7 | A | 49 | 48 |
| Octal | 354 | 225 | 203 | 0 | 45 | 54 | 7 | 12 | 111 | 110 |
| Binary | 11101100 | 10010101 | 10000011 | 0 | 100101 | 101100 | 111 | 1010 | 1001001 | 1001000 |
Color Harmonies of #EC9583
Complementary color
Monochromatic Colors of #EC9583
Black with #EC9583
Text Example
Text Example
White with #EC9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9583; }
p { color: rgb(236,149,131); }
H1.HeaderClassName
{
color: #EC9583;
}
.AnyTagClassName
{
color: #EC9583;
}
</style>
background-color css
<style>
a { background-color: #EC9583; }
a { background-color: rgb(236,149,131); }
div.DivClassName
{
background-color: #EC9583;
}
.BgClassName
{
background-color: #EC9583;
}
</style>
border-color css
<style>
span { border-color: #EC9583; }
span { border-color: rgb(236,149,131); }
td.TdClassName
{
border-color: #EC9583;
}
.TagClassName
{
border-color: #EC9583;
}
</style>