Shades of Dark Salmon #EC9376
Tints of Dark Salmon #EC9376
RGB
CMYK
RGB Variations
Color information
#EC9376 (or 0xEC9376) is known color: Dark Salmon. HEX triplet: EC, 93 and 76. RGB value is (236,147,118). Sum of RGB (Red+Green+Blue) = 236+147+118=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9376 is #136C89. Grayscale: #AAAAAA. Windows color (decimal): -1272970 or 7771116. OLE color: 7771116.
HSL color Cylindrical-coordinate representation of color #EC9376: hue angle of 14.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9376 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 118 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.07 |
| HSL | 14.75º | 0.76% | 0.69% | - |
| HSV(B) | 14.75º | 0.5% | 0.93% | - |
| XYZ | 48.3 | 40.01 | 22.32 | - |
| YUV | 170.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 118 | 0 | 0.38 | 0.5 | 0.07 | 14.75 | 0.76 | 0.69 |
| Hex | EC | 93 | 76 | 0 | 26 | 32 | 7 | F | 4C | 45 |
| Octal | 354 | 223 | 166 | 0 | 46 | 62 | 7 | 17 | 114 | 105 |
| Binary | 11101100 | 10010011 | 1110110 | 0 | 100110 | 110010 | 111 | 1111 | 1001100 | 1000101 |
Color Harmonies of #EC9376
Complementary color
Monochromatic Colors of #EC9376
Black with #EC9376
Text Example
Text Example
White with #EC9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9376; }
p { color: rgb(236,147,118); }
H1.HeaderClassName
{
color: #EC9376;
}
.AnyTagClassName
{
color: #EC9376;
}
</style>
background-color css
<style>
a { background-color: #EC9376; }
a { background-color: rgb(236,147,118); }
div.DivClassName
{
background-color: #EC9376;
}
.BgClassName
{
background-color: #EC9376;
}
</style>
border-color css
<style>
span { border-color: #EC9376; }
span { border-color: rgb(236,147,118); }
td.TdClassName
{
border-color: #EC9376;
}
.TagClassName
{
border-color: #EC9376;
}
</style>