Shades of Dark Salmon #EC8B6E
Tints of Dark Salmon #EC8B6E
RGB
CMYK
RGB Variations
Color information
#EC8B6E (or 0xEC8B6E) is known color: Dark Salmon. HEX triplet: EC, 8B and 6E. RGB value is (236,139,110). Sum of RGB (Red+Green+Blue) = 236+139+110=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B6E is #137491. Grayscale: #A4A4A4. Windows color (decimal): -1275026 or 7244780. OLE color: 7244780.
HSL color Cylindrical-coordinate representation of color #EC8B6E: hue angle of 13.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC8B6E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 110 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.07 |
| HSL | 13.81º | 0.77% | 0.68% | - |
| HSV(B) | 13.81º | 0.53% | 0.93% | - |
| XYZ | 46.64 | 37.42 | 19.52 | - |
| YUV | 164.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 110 | 0 | 0.41 | 0.53 | 0.07 | 13.81 | 0.77 | 0.68 |
| Hex | EC | 8B | 6E | 0 | 29 | 35 | 7 | E | 4D | 44 |
| Octal | 354 | 213 | 156 | 0 | 51 | 65 | 7 | 16 | 115 | 104 |
| Binary | 11101100 | 10001011 | 1101110 | 0 | 101001 | 110101 | 111 | 1110 | 1001101 | 1000100 |
Color Harmonies of #EC8B6E
Complementary color
Monochromatic Colors of #EC8B6E
Black with #EC8B6E
Text Example
Text Example
White with #EC8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B6E; }
p { color: rgb(236,139,110); }
H1.HeaderClassName
{
color: #EC8B6E;
}
.AnyTagClassName
{
color: #EC8B6E;
}
</style>
background-color css
<style>
a { background-color: #EC8B6E; }
a { background-color: rgb(236,139,110); }
div.DivClassName
{
background-color: #EC8B6E;
}
.BgClassName
{
background-color: #EC8B6E;
}
</style>
border-color css
<style>
span { border-color: #EC8B6E; }
span { border-color: rgb(236,139,110); }
td.TdClassName
{
border-color: #EC8B6E;
}
.TagClassName
{
border-color: #EC8B6E;
}
</style>