Shades of Dark Salmon #EC9282
Tints of Dark Salmon #EC9282
RGB
CMYK
RGB Variations
Color information
#EC9282 (or 0xEC9282) is known color: Dark Salmon. HEX triplet: EC, 92 and 82. RGB value is (236,146,130). Sum of RGB (Red+Green+Blue) = 236+146+130=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9282 is #136D7D. Grayscale: #ABABAB. Windows color (decimal): -1273214 or 8557292. OLE color: 8557292.
HSL color Cylindrical-coordinate representation of color #EC9282: hue angle of 9.06º 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 #EC9282 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 130 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.07 |
| HSL | 9.06º | 0.74% | 0.72% | - |
| HSV(B) | 9.06º | 0.45% | 0.93% | - |
| XYZ | 48.9 | 40 | 26.26 | - |
| YUV | 171.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 130 | 0 | 0.38 | 0.45 | 0.07 | 9.06 | 0.74 | 0.72 |
| Hex | EC | 92 | 82 | 0 | 26 | 2D | 7 | 9 | 4A | 48 |
| Octal | 354 | 222 | 202 | 0 | 46 | 55 | 7 | 11 | 112 | 110 |
| Binary | 11101100 | 10010010 | 10000010 | 0 | 100110 | 101101 | 111 | 1001 | 1001010 | 1001000 |
Color Harmonies of #EC9282
Complementary color
Monochromatic Colors of #EC9282
Black with #EC9282
Text Example
Text Example
White with #EC9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9282; }
p { color: rgb(236,146,130); }
H1.HeaderClassName
{
color: #EC9282;
}
.AnyTagClassName
{
color: #EC9282;
}
</style>
background-color css
<style>
a { background-color: #EC9282; }
a { background-color: rgb(236,146,130); }
div.DivClassName
{
background-color: #EC9282;
}
.BgClassName
{
background-color: #EC9282;
}
</style>
border-color css
<style>
span { border-color: #EC9282; }
span { border-color: rgb(236,146,130); }
td.TdClassName
{
border-color: #EC9282;
}
.TagClassName
{
border-color: #EC9282;
}
</style>