Shades of Dark Salmon #EC937D
Tints of Dark Salmon #EC937D
RGB
CMYK
RGB Variations
Color information
#EC937D (or 0xEC937D) is known color: Dark Salmon. HEX triplet: EC, 93 and 7D. RGB value is (236,147,125). Sum of RGB (Red+Green+Blue) = 236+147+125=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC937D is #136C82. Grayscale: #ABABAB. Windows color (decimal): -1272963 or 8229868. OLE color: 8229868.
HSL color Cylindrical-coordinate representation of color #EC937D: hue angle of 11.89º 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 #EC937D is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 125 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.07 |
| HSL | 11.89º | 0.74% | 0.71% | - |
| HSV(B) | 11.89º | 0.47% | 0.93% | - |
| XYZ | 48.73 | 40.18 | 24.59 | - |
| YUV | 171.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 125 | 0 | 0.38 | 0.47 | 0.07 | 11.89 | 0.74 | 0.71 |
| Hex | EC | 93 | 7D | 0 | 26 | 2F | 7 | C | 4A | 47 |
| Octal | 354 | 223 | 175 | 0 | 46 | 57 | 7 | 14 | 112 | 107 |
| Binary | 11101100 | 10010011 | 1111101 | 0 | 100110 | 101111 | 111 | 1100 | 1001010 | 1000111 |
Color Harmonies of #EC937D
Complementary color
Monochromatic Colors of #EC937D
Black with #EC937D
Text Example
Text Example
White with #EC937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC937D; }
p { color: rgb(236,147,125); }
H1.HeaderClassName
{
color: #EC937D;
}
.AnyTagClassName
{
color: #EC937D;
}
</style>
background-color css
<style>
a { background-color: #EC937D; }
a { background-color: rgb(236,147,125); }
div.DivClassName
{
background-color: #EC937D;
}
.BgClassName
{
background-color: #EC937D;
}
</style>
border-color css
<style>
span { border-color: #EC937D; }
span { border-color: rgb(236,147,125); }
td.TdClassName
{
border-color: #EC937D;
}
.TagClassName
{
border-color: #EC937D;
}
</style>