Shades of Dark Salmon #EC937B
Tints of Dark Salmon #EC937B
RGB
CMYK
RGB Variations
Color information
#EC937B (or 0xEC937B) is known color: Dark Salmon. HEX triplet: EC, 93 and 7B. RGB value is (236,147,123). Sum of RGB (Red+Green+Blue) = 236+147+123=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC937B is #136C84. Grayscale: #ABABAB. Windows color (decimal): -1272965 or 8098796. OLE color: 8098796.
HSL color Cylindrical-coordinate representation of color #EC937B: hue angle of 12.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC937B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 123 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.07 |
| HSL | 12.74º | 0.75% | 0.7% | - |
| HSV(B) | 12.74º | 0.48% | 0.93% | - |
| XYZ | 48.6 | 40.13 | 23.92 | - |
| YUV | 170.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 123 | 0 | 0.38 | 0.48 | 0.07 | 12.74 | 0.75 | 0.7 |
| Hex | EC | 93 | 7B | 0 | 26 | 30 | 7 | D | 4B | 46 |
| Octal | 354 | 223 | 173 | 0 | 46 | 60 | 7 | 15 | 113 | 106 |
| Binary | 11101100 | 10010011 | 1111011 | 0 | 100110 | 110000 | 111 | 1101 | 1001011 | 1000110 |
Color Harmonies of #EC937B
Complementary color
Monochromatic Colors of #EC937B
Black with #EC937B
Text Example
Text Example
White with #EC937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC937B; }
p { color: rgb(236,147,123); }
H1.HeaderClassName
{
color: #EC937B;
}
.AnyTagClassName
{
color: #EC937B;
}
</style>
background-color css
<style>
a { background-color: #EC937B; }
a { background-color: rgb(236,147,123); }
div.DivClassName
{
background-color: #EC937B;
}
.BgClassName
{
background-color: #EC937B;
}
</style>
border-color css
<style>
span { border-color: #EC937B; }
span { border-color: rgb(236,147,123); }
td.TdClassName
{
border-color: #EC937B;
}
.TagClassName
{
border-color: #EC937B;
}
</style>