Shades of Dark Salmon #EC8F6C
Tints of Dark Salmon #EC8F6C
RGB
CMYK
RGB Variations
Color information
#EC8F6C (or 0xEC8F6C) is known color: Dark Salmon. HEX triplet: EC, 8F and 6C. RGB value is (236,143,108). Sum of RGB (Red+Green+Blue) = 236+143+108=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F6C is #137093. Grayscale: #A7A7A7. Windows color (decimal): -1274004 or 7114732. OLE color: 7114732.
HSL color Cylindrical-coordinate representation of color #EC8F6C: hue angle of 16.41º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC8F6C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 108 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.07 |
| HSL | 16.41º | 0.77% | 0.67% | - |
| HSV(B) | 16.41º | 0.54% | 0.93% | - |
| XYZ | 47.12 | 38.56 | 19.15 | - |
| YUV | 166.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 108 | 0 | 0.39 | 0.54 | 0.07 | 16.41 | 0.77 | 0.67 |
| Hex | EC | 8F | 6C | 0 | 27 | 36 | 7 | 10 | 4D | 43 |
| Octal | 354 | 217 | 154 | 0 | 47 | 66 | 7 | 20 | 115 | 103 |
| Binary | 11101100 | 10001111 | 1101100 | 0 | 100111 | 110110 | 111 | 10000 | 1001101 | 1000011 |
Color Harmonies of #EC8F6C
Complementary color
Monochromatic Colors of #EC8F6C
Black with #EC8F6C
Text Example
Text Example
White with #EC8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F6C; }
p { color: rgb(236,143,108); }
H1.HeaderClassName
{
color: #EC8F6C;
}
.AnyTagClassName
{
color: #EC8F6C;
}
</style>
background-color css
<style>
a { background-color: #EC8F6C; }
a { background-color: rgb(236,143,108); }
div.DivClassName
{
background-color: #EC8F6C;
}
.BgClassName
{
background-color: #EC8F6C;
}
</style>
border-color css
<style>
span { border-color: #EC8F6C; }
span { border-color: rgb(236,143,108); }
td.TdClassName
{
border-color: #EC8F6C;
}
.TagClassName
{
border-color: #EC8F6C;
}
</style>