Shades of Dark Salmon #EC9A7D
Tints of Dark Salmon #EC9A7D
RGB
CMYK
RGB Variations
Color information
#EC9A7D (or 0xEC9A7D) is known color: Dark Salmon. HEX triplet: EC, 9A and 7D. RGB value is (236,154,125). Sum of RGB (Red+Green+Blue) = 236+154+125=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A7D is #136582. Grayscale: #AFAFAF. Windows color (decimal): -1271171 or 8231660. OLE color: 8231660.
HSL color Cylindrical-coordinate representation of color #EC9A7D: hue angle of 15.68º 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 #EC9A7D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 125 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.07 |
| HSL | 15.68º | 0.74% | 0.71% | - |
| HSV(B) | 15.68º | 0.47% | 0.93% | - |
| XYZ | 49.85 | 42.42 | 24.96 | - |
| YUV | 175.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 125 | 0 | 0.35 | 0.47 | 0.07 | 15.68 | 0.74 | 0.71 |
| Hex | EC | 9A | 7D | 0 | 23 | 2F | 7 | 10 | 4A | 47 |
| Octal | 354 | 232 | 175 | 0 | 43 | 57 | 7 | 20 | 112 | 107 |
| Binary | 11101100 | 10011010 | 1111101 | 0 | 100011 | 101111 | 111 | 10000 | 1001010 | 1000111 |
Color Harmonies of #EC9A7D
Complementary color
Monochromatic Colors of #EC9A7D
Black with #EC9A7D
Text Example
Text Example
White with #EC9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A7D; }
p { color: rgb(236,154,125); }
H1.HeaderClassName
{
color: #EC9A7D;
}
.AnyTagClassName
{
color: #EC9A7D;
}
</style>
background-color css
<style>
a { background-color: #EC9A7D; }
a { background-color: rgb(236,154,125); }
div.DivClassName
{
background-color: #EC9A7D;
}
.BgClassName
{
background-color: #EC9A7D;
}
</style>
border-color css
<style>
span { border-color: #EC9A7D; }
span { border-color: rgb(236,154,125); }
td.TdClassName
{
border-color: #EC9A7D;
}
.TagClassName
{
border-color: #EC9A7D;
}
</style>