Shades of Dark Salmon #EC926C
Tints of Dark Salmon #EC926C
RGB
CMYK
RGB Variations
Color information
#EC926C (or 0xEC926C) is known color: Dark Salmon. HEX triplet: EC, 92 and 6C. RGB value is (236,146,108). Sum of RGB (Red+Green+Blue) = 236+146+108=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC926C is #136D93. Grayscale: #A8A8A8. Windows color (decimal): -1273236 or 7115500. OLE color: 7115500.
HSL color Cylindrical-coordinate representation of color #EC926C: hue angle of 17.81º 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 #EC926C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 108 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.07 |
| HSL | 17.81º | 0.77% | 0.67% | - |
| HSV(B) | 17.81º | 0.54% | 0.93% | - |
| XYZ | 47.58 | 39.47 | 19.3 | - |
| YUV | 168.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 108 | 0 | 0.38 | 0.54 | 0.07 | 17.81 | 0.77 | 0.67 |
| Hex | EC | 92 | 6C | 0 | 26 | 36 | 7 | 12 | 4D | 43 |
| Octal | 354 | 222 | 154 | 0 | 46 | 66 | 7 | 22 | 115 | 103 |
| Binary | 11101100 | 10010010 | 1101100 | 0 | 100110 | 110110 | 111 | 10010 | 1001101 | 1000011 |
Color Harmonies of #EC926C
Complementary color
Monochromatic Colors of #EC926C
Black with #EC926C
Text Example
Text Example
White with #EC926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC926C; }
p { color: rgb(236,146,108); }
H1.HeaderClassName
{
color: #EC926C;
}
.AnyTagClassName
{
color: #EC926C;
}
</style>
background-color css
<style>
a { background-color: #EC926C; }
a { background-color: rgb(236,146,108); }
div.DivClassName
{
background-color: #EC926C;
}
.BgClassName
{
background-color: #EC926C;
}
</style>
border-color css
<style>
span { border-color: #EC926C; }
span { border-color: rgb(236,146,108); }
td.TdClassName
{
border-color: #EC926C;
}
.TagClassName
{
border-color: #EC926C;
}
</style>