Shades of Dark Salmon #EC9075
Tints of Dark Salmon #EC9075
RGB
CMYK
RGB Variations
Color information
#EC9075 (or 0xEC9075) is known color: Dark Salmon. HEX triplet: EC, 90 and 75. RGB value is (236,144,117). Sum of RGB (Red+Green+Blue) = 236+144+117=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9075 is #136F8A. Grayscale: #A8A8A8. Windows color (decimal): -1273739 or 7704812. OLE color: 7704812.
HSL color Cylindrical-coordinate representation of color #EC9075: hue angle of 13.61º 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 #EC9075 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 117 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.07 |
| HSL | 13.61º | 0.76% | 0.69% | - |
| HSV(B) | 13.61º | 0.5% | 0.93% | - |
| XYZ | 47.78 | 39.06 | 21.85 | - |
| YUV | 168.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 117 | 0 | 0.39 | 0.50 | 0.07 | 13.61 | 0.76 | 0.69 |
| Hex | EC | 90 | 75 | 0 | 27 | 32 | 7 | E | 4C | 45 |
| Octal | 354 | 220 | 165 | 0 | 47 | 62 | 7 | 16 | 114 | 105 |
| Binary | 11101100 | 10010000 | 1110101 | 0 | 100111 | 110010 | 111 | 1110 | 1001100 | 1000101 |
Color Harmonies of #EC9075
Complementary color
Monochromatic Colors of #EC9075
Black with #EC9075
Text Example
Text Example
White with #EC9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9075; }
p { color: rgb(236,144,117); }
H1.HeaderClassName
{
color: #EC9075;
}
.AnyTagClassName
{
color: #EC9075;
}
</style>
background-color css
<style>
a { background-color: #EC9075; }
a { background-color: rgb(236,144,117); }
div.DivClassName
{
background-color: #EC9075;
}
.BgClassName
{
background-color: #EC9075;
}
</style>
border-color css
<style>
span { border-color: #EC9075; }
span { border-color: rgb(236,144,117); }
td.TdClassName
{
border-color: #EC9075;
}
.TagClassName
{
border-color: #EC9075;
}
</style>