Shades of Dark Salmon #EB8D6C
Tints of Dark Salmon #EB8D6C
RGB
CMYK
RGB Variations
Color information
#EB8D6C (or 0xEB8D6C) is known color: Dark Salmon. HEX triplet: EB, 8D and 6C. RGB value is (235,141,108). Sum of RGB (Red+Green+Blue) = 235+141+108=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D6C is #147293. Grayscale: #A5A5A5. Windows color (decimal): -1340052 or 7114219. OLE color: 7114219.
HSL color Cylindrical-coordinate representation of color #EB8D6C: hue angle of 15.59º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB8D6C is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 108 | - |
| CMYK | 0 | 0.4 | 0.54 | 0.08 |
| HSL | 15.59º | 0.76% | 0.67% | - |
| HSV(B) | 15.59º | 0.54% | 0.92% | - |
| XYZ | 46.49 | 37.79 | 19.03 | - |
| YUV | 165.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 108 | 0 | 0.4 | 0.54 | 0.08 | 15.59 | 0.76 | 0.67 |
| Hex | EB | 8D | 6C | 0 | 28 | 36 | 8 | 10 | 4C | 43 |
| Octal | 353 | 215 | 154 | 0 | 50 | 66 | 10 | 20 | 114 | 103 |
| Binary | 11101011 | 10001101 | 1101100 | 0 | 101000 | 110110 | 1000 | 10000 | 1001100 | 1000011 |
Color Harmonies of #EB8D6C
Complementary color
Monochromatic Colors of #EB8D6C
Black with #EB8D6C
Text Example
Text Example
White with #EB8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D6C; }
p { color: rgb(235,141,108); }
H1.HeaderClassName
{
color: #EB8D6C;
}
.AnyTagClassName
{
color: #EB8D6C;
}
</style>
background-color css
<style>
a { background-color: #EB8D6C; }
a { background-color: rgb(235,141,108); }
div.DivClassName
{
background-color: #EB8D6C;
}
.BgClassName
{
background-color: #EB8D6C;
}
</style>
border-color css
<style>
span { border-color: #EB8D6C; }
span { border-color: rgb(235,141,108); }
td.TdClassName
{
border-color: #EB8D6C;
}
.TagClassName
{
border-color: #EB8D6C;
}
</style>