Shades of Dark Salmon #EC906C
Tints of Dark Salmon #EC906C
RGB
CMYK
RGB Variations
Color information
#EC906C (or 0xEC906C) is known color: Dark Salmon. HEX triplet: EC, 90 and 6C. RGB value is (236,144,108). Sum of RGB (Red+Green+Blue) = 236+144+108=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906C is #136F93. Grayscale: #A7A7A7. Windows color (decimal): -1273748 or 7114988. OLE color: 7114988.
HSL color Cylindrical-coordinate representation of color #EC906C: hue angle of 16.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC906C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 108 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.07 |
| HSL | 16.88º | 0.77% | 0.67% | - |
| HSV(B) | 16.88º | 0.54% | 0.93% | - |
| XYZ | 47.27 | 38.86 | 19.2 | - |
| YUV | 167.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 108 | 0 | 0.39 | 0.54 | 0.07 | 16.88 | 0.77 | 0.67 |
| Hex | EC | 90 | 6C | 0 | 27 | 36 | 7 | 11 | 4D | 43 |
| Octal | 354 | 220 | 154 | 0 | 47 | 66 | 7 | 21 | 115 | 103 |
| Binary | 11101100 | 10010000 | 1101100 | 0 | 100111 | 110110 | 111 | 10001 | 1001101 | 1000011 |
Color Harmonies of #EC906C
Complementary color
Monochromatic Colors of #EC906C
Black with #EC906C
Text Example
Text Example
White with #EC906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC906C; }
p { color: rgb(236,144,108); }
H1.HeaderClassName
{
color: #EC906C;
}
.AnyTagClassName
{
color: #EC906C;
}
</style>
background-color css
<style>
a { background-color: #EC906C; }
a { background-color: rgb(236,144,108); }
div.DivClassName
{
background-color: #EC906C;
}
.BgClassName
{
background-color: #EC906C;
}
</style>
border-color css
<style>
span { border-color: #EC906C; }
span { border-color: rgb(236,144,108); }
td.TdClassName
{
border-color: #EC906C;
}
.TagClassName
{
border-color: #EC906C;
}
</style>