Shades of Dark Salmon #EC9482
Tints of Dark Salmon #EC9482
RGB
CMYK
RGB Variations
Color information
#EC9482 (or 0xEC9482) is known color: Dark Salmon. HEX triplet: EC, 94 and 82. RGB value is (236,148,130). Sum of RGB (Red+Green+Blue) = 236+148+130=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9482 is #136B7D. Grayscale: #ACACAC. Windows color (decimal): -1272702 or 8557804. OLE color: 8557804.
HSL color Cylindrical-coordinate representation of color #EC9482: hue angle of 10.19º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC9482 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 130 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.07 |
| HSL | 10.19º | 0.74% | 0.72% | - |
| HSV(B) | 10.19º | 0.45% | 0.93% | - |
| XYZ | 49.21 | 40.62 | 26.37 | - |
| YUV | 172.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 130 | 0 | 0.37 | 0.45 | 0.07 | 10.19 | 0.74 | 0.72 |
| Hex | EC | 94 | 82 | 0 | 25 | 2D | 7 | A | 4A | 48 |
| Octal | 354 | 224 | 202 | 0 | 45 | 55 | 7 | 12 | 112 | 110 |
| Binary | 11101100 | 10010100 | 10000010 | 0 | 100101 | 101101 | 111 | 1010 | 1001010 | 1001000 |
Color Harmonies of #EC9482
Complementary color
Monochromatic Colors of #EC9482
Black with #EC9482
Text Example
Text Example
White with #EC9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9482; }
p { color: rgb(236,148,130); }
H1.HeaderClassName
{
color: #EC9482;
}
.AnyTagClassName
{
color: #EC9482;
}
</style>
background-color css
<style>
a { background-color: #EC9482; }
a { background-color: rgb(236,148,130); }
div.DivClassName
{
background-color: #EC9482;
}
.BgClassName
{
background-color: #EC9482;
}
</style>
border-color css
<style>
span { border-color: #EC9482; }
span { border-color: rgb(236,148,130); }
td.TdClassName
{
border-color: #EC9482;
}
.TagClassName
{
border-color: #EC9482;
}
</style>