Shades of Dark Salmon #EC9E7B
Tints of Dark Salmon #EC9E7B
RGB
CMYK
RGB Variations
Color information
#EC9E7B (or 0xEC9E7B) is known color: Dark Salmon. HEX triplet: EC, 9E and 7B. RGB value is (236,158,123). Sum of RGB (Red+Green+Blue) = 236+158+123=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E7B is #136184. Grayscale: #B1B1B1. Windows color (decimal): -1270149 or 8101612. OLE color: 8101612.
HSL color Cylindrical-coordinate representation of color #EC9E7B: hue angle of 18.58º 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 #EC9E7B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 123 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.07 |
| HSL | 18.58º | 0.75% | 0.7% | - |
| HSV(B) | 18.58º | 0.48% | 0.93% | - |
| XYZ | 50.39 | 43.72 | 24.52 | - |
| YUV | 177.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 123 | 0 | 0.33 | 0.48 | 0.07 | 18.58 | 0.75 | 0.7 |
| Hex | EC | 9E | 7B | 0 | 21 | 30 | 7 | 13 | 4B | 46 |
| Octal | 354 | 236 | 173 | 0 | 41 | 60 | 7 | 23 | 113 | 106 |
| Binary | 11101100 | 10011110 | 1111011 | 0 | 100001 | 110000 | 111 | 10011 | 1001011 | 1000110 |
Color Harmonies of #EC9E7B
Complementary color
Monochromatic Colors of #EC9E7B
Black with #EC9E7B
Text Example
Text Example
White with #EC9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E7B; }
p { color: rgb(236,158,123); }
H1.HeaderClassName
{
color: #EC9E7B;
}
.AnyTagClassName
{
color: #EC9E7B;
}
</style>
background-color css
<style>
a { background-color: #EC9E7B; }
a { background-color: rgb(236,158,123); }
div.DivClassName
{
background-color: #EC9E7B;
}
.BgClassName
{
background-color: #EC9E7B;
}
</style>
border-color css
<style>
span { border-color: #EC9E7B; }
span { border-color: rgb(236,158,123); }
td.TdClassName
{
border-color: #EC9E7B;
}
.TagClassName
{
border-color: #EC9E7B;
}
</style>