Shades of Dark Salmon #EC9374
Tints of Dark Salmon #EC9374
RGB
CMYK
RGB Variations
Color information
#EC9374 (or 0xEC9374) is known color: Dark Salmon. HEX triplet: EC, 93 and 74. RGB value is (236,147,116). Sum of RGB (Red+Green+Blue) = 236+147+116=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9374 is #136C8B. Grayscale: #AAAAAA. Windows color (decimal): -1272972 or 7640044. OLE color: 7640044.
HSL color Cylindrical-coordinate representation of color #EC9374: hue angle of 15.5º 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 #EC9374 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 116 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.07 |
| HSL | 15.5º | 0.76% | 0.69% | - |
| HSV(B) | 15.5º | 0.51% | 0.93% | - |
| XYZ | 48.18 | 39.96 | 21.7 | - |
| YUV | 170.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 116 | 0 | 0.38 | 0.51 | 0.07 | 15.5 | 0.76 | 0.69 |
| Hex | EC | 93 | 74 | 0 | 26 | 33 | 7 | 10 | 4C | 45 |
| Octal | 354 | 223 | 164 | 0 | 46 | 63 | 7 | 20 | 114 | 105 |
| Binary | 11101100 | 10010011 | 1110100 | 0 | 100110 | 110011 | 111 | 10000 | 1001100 | 1000101 |
Color Harmonies of #EC9374
Complementary color
Monochromatic Colors of #EC9374
Black with #EC9374
Text Example
Text Example
White with #EC9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9374; }
p { color: rgb(236,147,116); }
H1.HeaderClassName
{
color: #EC9374;
}
.AnyTagClassName
{
color: #EC9374;
}
</style>
background-color css
<style>
a { background-color: #EC9374; }
a { background-color: rgb(236,147,116); }
div.DivClassName
{
background-color: #EC9374;
}
.BgClassName
{
background-color: #EC9374;
}
</style>
border-color css
<style>
span { border-color: #EC9374; }
span { border-color: rgb(236,147,116); }
td.TdClassName
{
border-color: #EC9374;
}
.TagClassName
{
border-color: #EC9374;
}
</style>