Shades of Dark Salmon #EC9B7D
Tints of Dark Salmon #EC9B7D
RGB
CMYK
RGB Variations
Color information
#EC9B7D (or 0xEC9B7D) is known color: Dark Salmon. HEX triplet: EC, 9B and 7D. RGB value is (236,155,125). Sum of RGB (Red+Green+Blue) = 236+155+125=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9B7D is #136482. Grayscale: #B0B0B0. Windows color (decimal): -1270915 or 8231916. OLE color: 8231916.
HSL color Cylindrical-coordinate representation of color #EC9B7D: hue angle of 16.22º 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 #EC9B7D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 125 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.07 |
| HSL | 16.22º | 0.74% | 0.71% | - |
| HSV(B) | 16.22º | 0.47% | 0.93% | - |
| XYZ | 50.02 | 42.76 | 25.02 | - |
| YUV | 175.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 125 | 0 | 0.34 | 0.47 | 0.07 | 16.22 | 0.74 | 0.71 |
| Hex | EC | 9B | 7D | 0 | 22 | 2F | 7 | 10 | 4A | 47 |
| Octal | 354 | 233 | 175 | 0 | 42 | 57 | 7 | 20 | 112 | 107 |
| Binary | 11101100 | 10011011 | 1111101 | 0 | 100010 | 101111 | 111 | 10000 | 1001010 | 1000111 |
Color Harmonies of #EC9B7D
Complementary color
Monochromatic Colors of #EC9B7D
Black with #EC9B7D
Text Example
Text Example
White with #EC9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B7D; }
p { color: rgb(236,155,125); }
H1.HeaderClassName
{
color: #EC9B7D;
}
.AnyTagClassName
{
color: #EC9B7D;
}
</style>
background-color css
<style>
a { background-color: #EC9B7D; }
a { background-color: rgb(236,155,125); }
div.DivClassName
{
background-color: #EC9B7D;
}
.BgClassName
{
background-color: #EC9B7D;
}
</style>
border-color css
<style>
span { border-color: #EC9B7D; }
span { border-color: rgb(236,155,125); }
td.TdClassName
{
border-color: #EC9B7D;
}
.TagClassName
{
border-color: #EC9B7D;
}
</style>