Shades of Dark Salmon #EB8D6D
Tints of Dark Salmon #EB8D6D
RGB
CMYK
RGB Variations
Color information
#EB8D6D (or 0xEB8D6D) is known color: Dark Salmon. HEX triplet: EB, 8D and 6D. RGB value is (235,141,109). Sum of RGB (Red+Green+Blue) = 235+141+109=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D6D is #147292. Grayscale: #A5A5A5. Windows color (decimal): -1340051 or 7179755. OLE color: 7179755.
HSL color Cylindrical-coordinate representation of color #EB8D6D: hue angle of 15.24º 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 #EB8D6D is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 109 | - |
| CMYK | 0 | 0.4 | 0.54 | 0.08 |
| HSL | 15.24º | 0.76% | 0.67% | - |
| HSV(B) | 15.24º | 0.54% | 0.92% | - |
| XYZ | 46.55 | 37.82 | 19.31 | - |
| YUV | 165.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 109 | 0 | 0.4 | 0.54 | 0.08 | 15.24 | 0.76 | 0.67 |
| Hex | EB | 8D | 6D | 0 | 28 | 36 | 8 | F | 4C | 43 |
| Octal | 353 | 215 | 155 | 0 | 50 | 66 | 10 | 17 | 114 | 103 |
| Binary | 11101011 | 10001101 | 1101101 | 0 | 101000 | 110110 | 1000 | 1111 | 1001100 | 1000011 |
Color Harmonies of #EB8D6D
Complementary color
Monochromatic Colors of #EB8D6D
Black with #EB8D6D
Text Example
Text Example
White with #EB8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D6D; }
p { color: rgb(235,141,109); }
H1.HeaderClassName
{
color: #EB8D6D;
}
.AnyTagClassName
{
color: #EB8D6D;
}
</style>
background-color css
<style>
a { background-color: #EB8D6D; }
a { background-color: rgb(235,141,109); }
div.DivClassName
{
background-color: #EB8D6D;
}
.BgClassName
{
background-color: #EB8D6D;
}
</style>
border-color css
<style>
span { border-color: #EB8D6D; }
span { border-color: rgb(235,141,109); }
td.TdClassName
{
border-color: #EB8D6D;
}
.TagClassName
{
border-color: #EB8D6D;
}
</style>