Shades of Dark Salmon #EC9276
Tints of Dark Salmon #EC9276
RGB
CMYK
RGB Variations
Color information
#EC9276 (or 0xEC9276) is known color: Dark Salmon. HEX triplet: EC, 92 and 76. RGB value is (236,146,118). Sum of RGB (Red+Green+Blue) = 236+146+118=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9276 is #136D89. Grayscale: #A9A9A9. Windows color (decimal): -1273226 or 7770860. OLE color: 7770860.
HSL color Cylindrical-coordinate representation of color #EC9276: hue angle of 14.24º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9276 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 118 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.07 |
| HSL | 14.24º | 0.76% | 0.69% | - |
| HSV(B) | 14.24º | 0.5% | 0.93% | - |
| XYZ | 48.14 | 39.7 | 22.26 | - |
| YUV | 169.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 118 | 0 | 0.38 | 0.5 | 0.07 | 14.24 | 0.76 | 0.69 |
| Hex | EC | 92 | 76 | 0 | 26 | 32 | 7 | E | 4C | 45 |
| Octal | 354 | 222 | 166 | 0 | 46 | 62 | 7 | 16 | 114 | 105 |
| Binary | 11101100 | 10010010 | 1110110 | 0 | 100110 | 110010 | 111 | 1110 | 1001100 | 1000101 |
Color Harmonies of #EC9276
Complementary color
Monochromatic Colors of #EC9276
Black with #EC9276
Text Example
Text Example
White with #EC9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9276; }
p { color: rgb(236,146,118); }
H1.HeaderClassName
{
color: #EC9276;
}
.AnyTagClassName
{
color: #EC9276;
}
</style>
background-color css
<style>
a { background-color: #EC9276; }
a { background-color: rgb(236,146,118); }
div.DivClassName
{
background-color: #EC9276;
}
.BgClassName
{
background-color: #EC9276;
}
</style>
border-color css
<style>
span { border-color: #EC9276; }
span { border-color: rgb(236,146,118); }
td.TdClassName
{
border-color: #EC9276;
}
.TagClassName
{
border-color: #EC9276;
}
</style>