Shades of Dark Salmon #EC9E74
Tints of Dark Salmon #EC9E74
RGB
CMYK
RGB Variations
Color information
#EC9E74 (or 0xEC9E74) is known color: Dark Salmon. HEX triplet: EC, 9E and 74. RGB value is (236,158,116). Sum of RGB (Red+Green+Blue) = 236+158+116=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E74 is #13618B. Grayscale: #B0B0B0. Windows color (decimal): -1270156 or 7642860. OLE color: 7642860.
HSL color Cylindrical-coordinate representation of color #EC9E74: hue angle of 21º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC9E74 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 116 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.07 |
| HSL | 21º | 0.76% | 0.69% | - |
| HSV(B) | 21º | 0.51% | 0.93% | - |
| XYZ | 49.97 | 43.55 | 22.29 | - |
| YUV | 176.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 116 | 0 | 0.33 | 0.51 | 0.07 | 21 | 0.76 | 0.69 |
| Hex | EC | 9E | 74 | 0 | 21 | 33 | 7 | 15 | 4C | 45 |
| Octal | 354 | 236 | 164 | 0 | 41 | 63 | 7 | 25 | 114 | 105 |
| Binary | 11101100 | 10011110 | 1110100 | 0 | 100001 | 110011 | 111 | 10101 | 1001100 | 1000101 |
Color Harmonies of #EC9E74
Complementary color
Monochromatic Colors of #EC9E74
Black with #EC9E74
Text Example
Text Example
White with #EC9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E74; }
p { color: rgb(236,158,116); }
H1.HeaderClassName
{
color: #EC9E74;
}
.AnyTagClassName
{
color: #EC9E74;
}
</style>
background-color css
<style>
a { background-color: #EC9E74; }
a { background-color: rgb(236,158,116); }
div.DivClassName
{
background-color: #EC9E74;
}
.BgClassName
{
background-color: #EC9E74;
}
</style>
border-color css
<style>
span { border-color: #EC9E74; }
span { border-color: rgb(236,158,116); }
td.TdClassName
{
border-color: #EC9E74;
}
.TagClassName
{
border-color: #EC9E74;
}
</style>