Shades of Dark Salmon #EC9D7B
Tints of Dark Salmon #EC9D7B
RGB
CMYK
RGB Variations
Color information
#EC9D7B (or 0xEC9D7B) is known color: Dark Salmon. HEX triplet: EC, 9D and 7B. RGB value is (236,157,123). Sum of RGB (Red+Green+Blue) = 236+157+123=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D7B is #136284. Grayscale: #B0B0B0. Windows color (decimal): -1270405 or 8101356. OLE color: 8101356.
HSL color Cylindrical-coordinate representation of color #EC9D7B: hue angle of 18.05º 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 #EC9D7B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 123 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.07 |
| HSL | 18.05º | 0.75% | 0.7% | - |
| HSV(B) | 18.05º | 0.48% | 0.93% | - |
| XYZ | 50.22 | 43.38 | 24.46 | - |
| YUV | 176.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 123 | 0 | 0.33 | 0.48 | 0.07 | 18.05 | 0.75 | 0.7 |
| Hex | EC | 9D | 7B | 0 | 21 | 30 | 7 | 12 | 4B | 46 |
| Octal | 354 | 235 | 173 | 0 | 41 | 60 | 7 | 22 | 113 | 106 |
| Binary | 11101100 | 10011101 | 1111011 | 0 | 100001 | 110000 | 111 | 10010 | 1001011 | 1000110 |
Color Harmonies of #EC9D7B
Complementary color
Monochromatic Colors of #EC9D7B
Black with #EC9D7B
Text Example
Text Example
White with #EC9D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D7B; }
p { color: rgb(236,157,123); }
H1.HeaderClassName
{
color: #EC9D7B;
}
.AnyTagClassName
{
color: #EC9D7B;
}
</style>
background-color css
<style>
a { background-color: #EC9D7B; }
a { background-color: rgb(236,157,123); }
div.DivClassName
{
background-color: #EC9D7B;
}
.BgClassName
{
background-color: #EC9D7B;
}
</style>
border-color css
<style>
span { border-color: #EC9D7B; }
span { border-color: rgb(236,157,123); }
td.TdClassName
{
border-color: #EC9D7B;
}
.TagClassName
{
border-color: #EC9D7B;
}
</style>