Shades of Dark Salmon #EC8A6D
Tints of Dark Salmon #EC8A6D
RGB
CMYK
RGB Variations
Color information
#EC8A6D (or 0xEC8A6D) is known color: Dark Salmon. HEX triplet: EC, 8A and 6D. RGB value is (236,138,109). Sum of RGB (Red+Green+Blue) = 236+138+109=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A6D is #137592. Grayscale: #A4A4A4. Windows color (decimal): -1275283 or 7178988. OLE color: 7178988.
HSL color Cylindrical-coordinate representation of color #EC8A6D: hue angle of 13.7º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC8A6D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 109 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.07 |
| HSL | 13.7º | 0.77% | 0.68% | - |
| HSV(B) | 13.7º | 0.54% | 0.93% | - |
| XYZ | 46.44 | 37.11 | 19.18 | - |
| YUV | 164 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 109 | 0 | 0.42 | 0.54 | 0.07 | 13.7 | 0.77 | 0.68 |
| Hex | EC | 8A | 6D | 0 | 2A | 36 | 7 | E | 4D | 44 |
| Octal | 354 | 212 | 155 | 0 | 52 | 66 | 7 | 16 | 115 | 104 |
| Binary | 11101100 | 10001010 | 1101101 | 0 | 101010 | 110110 | 111 | 1110 | 1001101 | 1000100 |
Color Harmonies of #EC8A6D
Complementary color
Monochromatic Colors of #EC8A6D
Black with #EC8A6D
Text Example
Text Example
White with #EC8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A6D; }
p { color: rgb(236,138,109); }
H1.HeaderClassName
{
color: #EC8A6D;
}
.AnyTagClassName
{
color: #EC8A6D;
}
</style>
background-color css
<style>
a { background-color: #EC8A6D; }
a { background-color: rgb(236,138,109); }
div.DivClassName
{
background-color: #EC8A6D;
}
.BgClassName
{
background-color: #EC8A6D;
}
</style>
border-color css
<style>
span { border-color: #EC8A6D; }
span { border-color: rgb(236,138,109); }
td.TdClassName
{
border-color: #EC8A6D;
}
.TagClassName
{
border-color: #EC8A6D;
}
</style>