Shades of Dark Salmon #EC9B7F
Tints of Dark Salmon #EC9B7F
RGB
CMYK
RGB Variations
Color information
#EC9B7F (or 0xEC9B7F) is known color: Dark Salmon. HEX triplet: EC, 9B and 7F. RGB value is (236,155,127). Sum of RGB (Red+Green+Blue) = 236+155+127=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9B7F is #136480. Grayscale: #B0B0B0. Windows color (decimal): -1270913 or 8362988. OLE color: 8362988.
HSL color Cylindrical-coordinate representation of color #EC9B7F: hue angle of 15.41º 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 #EC9B7F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 127 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.07 |
| HSL | 15.41º | 0.74% | 0.71% | - |
| HSV(B) | 15.41º | 0.46% | 0.93% | - |
| XYZ | 50.14 | 42.81 | 25.7 | - |
| YUV | 176.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 127 | 0 | 0.34 | 0.46 | 0.07 | 15.41 | 0.74 | 0.71 |
| Hex | EC | 9B | 7F | 0 | 22 | 2E | 7 | F | 4A | 47 |
| Octal | 354 | 233 | 177 | 0 | 42 | 56 | 7 | 17 | 112 | 107 |
| Binary | 11101100 | 10011011 | 1111111 | 0 | 100010 | 101110 | 111 | 1111 | 1001010 | 1000111 |
Color Harmonies of #EC9B7F
Complementary color
Monochromatic Colors of #EC9B7F
Black with #EC9B7F
Text Example
Text Example
White with #EC9B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B7F; }
p { color: rgb(236,155,127); }
H1.HeaderClassName
{
color: #EC9B7F;
}
.AnyTagClassName
{
color: #EC9B7F;
}
</style>
background-color css
<style>
a { background-color: #EC9B7F; }
a { background-color: rgb(236,155,127); }
div.DivClassName
{
background-color: #EC9B7F;
}
.BgClassName
{
background-color: #EC9B7F;
}
</style>
border-color css
<style>
span { border-color: #EC9B7F; }
span { border-color: rgb(236,155,127); }
td.TdClassName
{
border-color: #EC9B7F;
}
.TagClassName
{
border-color: #EC9B7F;
}
</style>