Shades of Dark Salmon #EC9379
Tints of Dark Salmon #EC9379
RGB
CMYK
RGB Variations
Color information
#EC9379 (or 0xEC9379) is known color: Dark Salmon. HEX triplet: EC, 93 and 79. RGB value is (236,147,121). Sum of RGB (Red+Green+Blue) = 236+147+121=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9379 is #136C86. Grayscale: #AAAAAA. Windows color (decimal): -1272967 or 7967724. OLE color: 7967724.
HSL color Cylindrical-coordinate representation of color #EC9379: hue angle of 13.57º 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 #EC9379 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 121 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.07 |
| HSL | 13.57º | 0.75% | 0.7% | - |
| HSV(B) | 13.57º | 0.49% | 0.93% | - |
| XYZ | 48.48 | 40.08 | 23.27 | - |
| YUV | 170.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 121 | 0 | 0.38 | 0.49 | 0.07 | 13.57 | 0.75 | 0.7 |
| Hex | EC | 93 | 79 | 0 | 26 | 31 | 7 | E | 4B | 46 |
| Octal | 354 | 223 | 171 | 0 | 46 | 61 | 7 | 16 | 113 | 106 |
| Binary | 11101100 | 10010011 | 1111001 | 0 | 100110 | 110001 | 111 | 1110 | 1001011 | 1000110 |
Color Harmonies of #EC9379
Complementary color
Monochromatic Colors of #EC9379
Black with #EC9379
Text Example
Text Example
White with #EC9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9379; }
p { color: rgb(236,147,121); }
H1.HeaderClassName
{
color: #EC9379;
}
.AnyTagClassName
{
color: #EC9379;
}
</style>
background-color css
<style>
a { background-color: #EC9379; }
a { background-color: rgb(236,147,121); }
div.DivClassName
{
background-color: #EC9379;
}
.BgClassName
{
background-color: #EC9379;
}
</style>
border-color css
<style>
span { border-color: #EC9379; }
span { border-color: rgb(236,147,121); }
td.TdClassName
{
border-color: #EC9379;
}
.TagClassName
{
border-color: #EC9379;
}
</style>