Shades of Dark Salmon #EC9375
Tints of Dark Salmon #EC9375
RGB
CMYK
RGB Variations
Color information
#EC9375 (or 0xEC9375) is known color: Dark Salmon. HEX triplet: EC, 93 and 75. RGB value is (236,147,117). Sum of RGB (Red+Green+Blue) = 236+147+117=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9375 is #136C8A. Grayscale: #AAAAAA. Windows color (decimal): -1272971 or 7705580. OLE color: 7705580.
HSL color Cylindrical-coordinate representation of color #EC9375: hue angle of 15.13º 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 #EC9375 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 117 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.07 |
| HSL | 15.13º | 0.76% | 0.69% | - |
| HSV(B) | 15.13º | 0.5% | 0.93% | - |
| XYZ | 48.24 | 39.98 | 22.01 | - |
| YUV | 170.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 117 | 0 | 0.38 | 0.50 | 0.07 | 15.13 | 0.76 | 0.69 |
| Hex | EC | 93 | 75 | 0 | 26 | 32 | 7 | F | 4C | 45 |
| Octal | 354 | 223 | 165 | 0 | 46 | 62 | 7 | 17 | 114 | 105 |
| Binary | 11101100 | 10010011 | 1110101 | 0 | 100110 | 110010 | 111 | 1111 | 1001100 | 1000101 |
Color Harmonies of #EC9375
Complementary color
Monochromatic Colors of #EC9375
Black with #EC9375
Text Example
Text Example
White with #EC9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9375; }
p { color: rgb(236,147,117); }
H1.HeaderClassName
{
color: #EC9375;
}
.AnyTagClassName
{
color: #EC9375;
}
</style>
background-color css
<style>
a { background-color: #EC9375; }
a { background-color: rgb(236,147,117); }
div.DivClassName
{
background-color: #EC9375;
}
.BgClassName
{
background-color: #EC9375;
}
</style>
border-color css
<style>
span { border-color: #EC9375; }
span { border-color: rgb(236,147,117); }
td.TdClassName
{
border-color: #EC9375;
}
.TagClassName
{
border-color: #EC9375;
}
</style>