Shades of Dark Salmon #EC9781
Tints of Dark Salmon #EC9781
RGB
CMYK
RGB Variations
Color information
#EC9781 (or 0xEC9781) is known color: Dark Salmon. HEX triplet: EC, 97 and 81. RGB value is (236,151,129). Sum of RGB (Red+Green+Blue) = 236+151+129=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9781 is #13687E. Grayscale: #AEAEAE. Windows color (decimal): -1271935 or 8493036. OLE color: 8493036.
HSL color Cylindrical-coordinate representation of color #EC9781: hue angle of 12.34º 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 #EC9781 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 129 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.07 |
| HSL | 12.34º | 0.74% | 0.72% | - |
| HSV(B) | 12.34º | 0.45% | 0.93% | - |
| XYZ | 49.62 | 41.55 | 26.17 | - |
| YUV | 173.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 129 | 0 | 0.36 | 0.45 | 0.07 | 12.34 | 0.74 | 0.72 |
| Hex | EC | 97 | 81 | 0 | 24 | 2D | 7 | C | 4A | 48 |
| Octal | 354 | 227 | 201 | 0 | 44 | 55 | 7 | 14 | 112 | 110 |
| Binary | 11101100 | 10010111 | 10000001 | 0 | 100100 | 101101 | 111 | 1100 | 1001010 | 1001000 |
Color Harmonies of #EC9781
Complementary color
Monochromatic Colors of #EC9781
Black with #EC9781
Text Example
Text Example
White with #EC9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9781; }
p { color: rgb(236,151,129); }
H1.HeaderClassName
{
color: #EC9781;
}
.AnyTagClassName
{
color: #EC9781;
}
</style>
background-color css
<style>
a { background-color: #EC9781; }
a { background-color: rgb(236,151,129); }
div.DivClassName
{
background-color: #EC9781;
}
.BgClassName
{
background-color: #EC9781;
}
</style>
border-color css
<style>
span { border-color: #EC9781; }
span { border-color: rgb(236,151,129); }
td.TdClassName
{
border-color: #EC9781;
}
.TagClassName
{
border-color: #EC9781;
}
</style>