Shades of Dark Salmon #EC9E75
Tints of Dark Salmon #EC9E75
RGB
CMYK
RGB Variations
Color information
#EC9E75 (or 0xEC9E75) is known color: Dark Salmon. HEX triplet: EC, 9E and 75. RGB value is (236,158,117). Sum of RGB (Red+Green+Blue) = 236+158+117=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E75 is #13618A. Grayscale: #B0B0B0. Windows color (decimal): -1270155 or 7708396. OLE color: 7708396.
HSL color Cylindrical-coordinate representation of color #EC9E75: hue angle of 20.67º 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 #EC9E75 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 158 | 117 | - |
CMYK | 0 | 0.33 | 0.50 | 0.07 |
HSL | 20.67º | 0.76% | 0.69% | - |
HSV(B) | 20.67º | 0.5% | 0.93% | - |
XYZ | 50.03 | 43.57 | 22.6 | - |
YUV | 176.65 | 94.34 | 170.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 158 | 117 | 0 | 0.33 | 0.50 | 0.07 | 20.67 | 0.76 | 0.69 |
Hex | EC | 9E | 75 | 0 | 21 | 32 | 7 | 15 | 4C | 45 |
Octal | 354 | 236 | 165 | 0 | 41 | 62 | 7 | 25 | 114 | 105 |
Binary | 11101100 | 10011110 | 1110101 | 0 | 100001 | 110010 | 111 | 10101 | 1001100 | 1000101 |
Color Harmonies of #EC9E75
Complementary color
Monochromatic Colors of #EC9E75
Black with #EC9E75
Text Example
Text Example
White with #EC9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E75; }
p { color: rgb(236,158,117); }
H1.HeaderClassName
{
color: #EC9E75;
}
.AnyTagClassName
{
color: #EC9E75;
}
</style>
background-color css
<style>
a { background-color: #EC9E75; }
a { background-color: rgb(236,158,117); }
div.DivClassName
{
background-color: #EC9E75;
}
.BgClassName
{
background-color: #EC9E75;
}
</style>
border-color css
<style>
span { border-color: #EC9E75; }
span { border-color: rgb(236,158,117); }
td.TdClassName
{
border-color: #EC9E75;
}
.TagClassName
{
border-color: #EC9E75;
}
</style>