Shades of Dark Salmon #EC937E
Tints of Dark Salmon #EC937E
RGB
CMYK
RGB Variations
Color information
#EC937E (or 0xEC937E) is known color: Dark Salmon. HEX triplet: EC, 93 and 7E. RGB value is (236,147,126). Sum of RGB (Red+Green+Blue) = 236+147+126=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC937E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC937E is #136C81. Grayscale: #ABABAB. Windows color (decimal): -1272962 or 8295404. OLE color: 8295404.
HSL color Cylindrical-coordinate representation of color #EC937E: hue angle of 11.45º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC937E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 126 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.07 |
| HSL | 11.45º | 0.74% | 0.71% | - |
| HSV(B) | 11.45º | 0.47% | 0.93% | - |
| XYZ | 48.79 | 40.21 | 24.93 | - |
| YUV | 171.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 126 | 0 | 0.38 | 0.47 | 0.07 | 11.45 | 0.74 | 0.71 |
| Hex | EC | 93 | 7E | 0 | 26 | 2F | 7 | B | 4A | 47 |
| Octal | 354 | 223 | 176 | 0 | 46 | 57 | 7 | 13 | 112 | 107 |
| Binary | 11101100 | 10010011 | 1111110 | 0 | 100110 | 101111 | 111 | 1011 | 1001010 | 1000111 |
Color Harmonies of #EC937E
Complementary color
Monochromatic Colors of #EC937E
Black with #EC937E
Text Example
Text Example
White with #EC937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC937E; }
p { color: rgb(236,147,126); }
H1.HeaderClassName
{
color: #EC937E;
}
.AnyTagClassName
{
color: #EC937E;
}
</style>
background-color css
<style>
a { background-color: #EC937E; }
a { background-color: rgb(236,147,126); }
div.DivClassName
{
background-color: #EC937E;
}
.BgClassName
{
background-color: #EC937E;
}
</style>
border-color css
<style>
span { border-color: #EC937E; }
span { border-color: rgb(236,147,126); }
td.TdClassName
{
border-color: #EC937E;
}
.TagClassName
{
border-color: #EC937E;
}
</style>