Shades of Dark Salmon #EC926D
Tints of Dark Salmon #EC926D
RGB
CMYK
RGB Variations
Color information
#EC926D (or 0xEC926D) is known color: Dark Salmon. HEX triplet: EC, 92 and 6D. RGB value is (236,146,109). Sum of RGB (Red+Green+Blue) = 236+146+109=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC926D is #136D92. Grayscale: #A8A8A8. Windows color (decimal): -1273235 or 7181036. OLE color: 7181036.
HSL color Cylindrical-coordinate representation of color #EC926D: hue angle of 17.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC926D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 109 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.07 |
| HSL | 17.48º | 0.77% | 0.68% | - |
| HSV(B) | 17.48º | 0.54% | 0.93% | - |
| XYZ | 47.63 | 39.49 | 19.58 | - |
| YUV | 168.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 109 | 0 | 0.38 | 0.54 | 0.07 | 17.48 | 0.77 | 0.68 |
| Hex | EC | 92 | 6D | 0 | 26 | 36 | 7 | 11 | 4D | 44 |
| Octal | 354 | 222 | 155 | 0 | 46 | 66 | 7 | 21 | 115 | 104 |
| Binary | 11101100 | 10010010 | 1101101 | 0 | 100110 | 110110 | 111 | 10001 | 1001101 | 1000100 |
Color Harmonies of #EC926D
Complementary color
Monochromatic Colors of #EC926D
Black with #EC926D
Text Example
Text Example
White with #EC926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC926D; }
p { color: rgb(236,146,109); }
H1.HeaderClassName
{
color: #EC926D;
}
.AnyTagClassName
{
color: #EC926D;
}
</style>
background-color css
<style>
a { background-color: #EC926D; }
a { background-color: rgb(236,146,109); }
div.DivClassName
{
background-color: #EC926D;
}
.BgClassName
{
background-color: #EC926D;
}
</style>
border-color css
<style>
span { border-color: #EC926D; }
span { border-color: rgb(236,146,109); }
td.TdClassName
{
border-color: #EC926D;
}
.TagClassName
{
border-color: #EC926D;
}
</style>