Shades of Dark Salmon #EC9C7F
Tints of Dark Salmon #EC9C7F
RGB
CMYK
RGB Variations
Color information
#EC9C7F (or 0xEC9C7F) is known color: Dark Salmon. HEX triplet: EC, 9C and 7F. RGB value is (236,156,127). Sum of RGB (Red+Green+Blue) = 236+156+127=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C7F is #136380. Grayscale: #B0B0B0. Windows color (decimal): -1270657 or 8363244. OLE color: 8363244.
HSL color Cylindrical-coordinate representation of color #EC9C7F: hue angle of 15.96º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC9C7F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 127 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.07 |
| HSL | 15.96º | 0.74% | 0.71% | - |
| HSV(B) | 15.96º | 0.46% | 0.93% | - |
| XYZ | 50.31 | 43.14 | 25.75 | - |
| YUV | 176.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 127 | 0 | 0.34 | 0.46 | 0.07 | 15.96 | 0.74 | 0.71 |
| Hex | EC | 9C | 7F | 0 | 22 | 2E | 7 | 10 | 4A | 47 |
| Octal | 354 | 234 | 177 | 0 | 42 | 56 | 7 | 20 | 112 | 107 |
| Binary | 11101100 | 10011100 | 1111111 | 0 | 100010 | 101110 | 111 | 10000 | 1001010 | 1000111 |
Color Harmonies of #EC9C7F
Complementary color
Monochromatic Colors of #EC9C7F
Black with #EC9C7F
Text Example
Text Example
White with #EC9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C7F; }
p { color: rgb(236,156,127); }
H1.HeaderClassName
{
color: #EC9C7F;
}
.AnyTagClassName
{
color: #EC9C7F;
}
</style>
background-color css
<style>
a { background-color: #EC9C7F; }
a { background-color: rgb(236,156,127); }
div.DivClassName
{
background-color: #EC9C7F;
}
.BgClassName
{
background-color: #EC9C7F;
}
</style>
border-color css
<style>
span { border-color: #EC9C7F; }
span { border-color: rgb(236,156,127); }
td.TdClassName
{
border-color: #EC9C7F;
}
.TagClassName
{
border-color: #EC9C7F;
}
</style>