Shades of Dark Salmon #EC9378
Tints of Dark Salmon #EC9378
RGB
CMYK
RGB Variations
Color information
#EC9378 (or 0xEC9378) is known color: Dark Salmon. HEX triplet: EC, 93 and 78. RGB value is (236,147,120). Sum of RGB (Red+Green+Blue) = 236+147+120=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9378 is #136C87. Grayscale: #AAAAAA. Windows color (decimal): -1272968 or 7902188. OLE color: 7902188.
HSL color Cylindrical-coordinate representation of color #EC9378: hue angle of 13.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC9378 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 120 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.07 |
| HSL | 13.97º | 0.75% | 0.7% | - |
| HSV(B) | 13.97º | 0.49% | 0.93% | - |
| XYZ | 48.42 | 40.06 | 22.95 | - |
| YUV | 170.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 120 | 0 | 0.38 | 0.49 | 0.07 | 13.97 | 0.75 | 0.7 |
| Hex | EC | 93 | 78 | 0 | 26 | 31 | 7 | E | 4B | 46 |
| Octal | 354 | 223 | 170 | 0 | 46 | 61 | 7 | 16 | 113 | 106 |
| Binary | 11101100 | 10010011 | 1111000 | 0 | 100110 | 110001 | 111 | 1110 | 1001011 | 1000110 |
Color Harmonies of #EC9378
Complementary color
Monochromatic Colors of #EC9378
Black with #EC9378
Text Example
Text Example
White with #EC9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9378; }
p { color: rgb(236,147,120); }
H1.HeaderClassName
{
color: #EC9378;
}
.AnyTagClassName
{
color: #EC9378;
}
</style>
background-color css
<style>
a { background-color: #EC9378; }
a { background-color: rgb(236,147,120); }
div.DivClassName
{
background-color: #EC9378;
}
.BgClassName
{
background-color: #EC9378;
}
</style>
border-color css
<style>
span { border-color: #EC9378; }
span { border-color: rgb(236,147,120); }
td.TdClassName
{
border-color: #EC9378;
}
.TagClassName
{
border-color: #EC9378;
}
</style>