Shades of Dark Salmon #EC9370
Tints of Dark Salmon #EC9370
RGB
CMYK
RGB Variations
Color information
#EC9370 (or 0xEC9370) is known color: Dark Salmon. HEX triplet: EC, 93 and 70. RGB value is (236,147,112). Sum of RGB (Red+Green+Blue) = 236+147+112=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9370 is #136C8F. Grayscale: #A9A9A9. Windows color (decimal): -1272976 or 7377900. OLE color: 7377900.
HSL color Cylindrical-coordinate representation of color #EC9370: hue angle of 16.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC9370 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 112 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.07 |
| HSL | 16.94º | 0.77% | 0.68% | - |
| HSV(B) | 16.94º | 0.53% | 0.93% | - |
| XYZ | 47.95 | 39.87 | 20.5 | - |
| YUV | 169.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 112 | 0 | 0.38 | 0.53 | 0.07 | 16.94 | 0.77 | 0.68 |
| Hex | EC | 93 | 70 | 0 | 26 | 35 | 7 | 11 | 4D | 44 |
| Octal | 354 | 223 | 160 | 0 | 46 | 65 | 7 | 21 | 115 | 104 |
| Binary | 11101100 | 10010011 | 1110000 | 0 | 100110 | 110101 | 111 | 10001 | 1001101 | 1000100 |
Color Harmonies of #EC9370
Complementary color
Monochromatic Colors of #EC9370
Black with #EC9370
Text Example
Text Example
White with #EC9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9370; }
p { color: rgb(236,147,112); }
H1.HeaderClassName
{
color: #EC9370;
}
.AnyTagClassName
{
color: #EC9370;
}
</style>
background-color css
<style>
a { background-color: #EC9370; }
a { background-color: rgb(236,147,112); }
div.DivClassName
{
background-color: #EC9370;
}
.BgClassName
{
background-color: #EC9370;
}
</style>
border-color css
<style>
span { border-color: #EC9370; }
span { border-color: rgb(236,147,112); }
td.TdClassName
{
border-color: #EC9370;
}
.TagClassName
{
border-color: #EC9370;
}
</style>