Shades of Dark Salmon #EB8C7D
Tints of Dark Salmon #EB8C7D
RGB
CMYK
RGB Variations
Color information
#EB8C7D (or 0xEB8C7D) is known color: Dark Salmon. HEX triplet: EB, 8C and 7D. RGB value is (235,140,125). Sum of RGB (Red+Green+Blue) = 235+140+125=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C7D is #147382. Grayscale: #A6A6A6. Windows color (decimal): -1340291 or 8228075. OLE color: 8228075.
HSL color Cylindrical-coordinate representation of color #EB8C7D: hue angle of 8.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB8C7D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 125 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.08 |
| HSL | 8.18º | 0.73% | 0.71% | - |
| HSV(B) | 8.18º | 0.47% | 0.92% | - |
| XYZ | 47.34 | 37.9 | 24.22 | - |
| YUV | 166.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 125 | 0 | 0.40 | 0.47 | 0.08 | 8.18 | 0.73 | 0.71 |
| Hex | EB | 8C | 7D | 0 | 28 | 2F | 8 | 8 | 49 | 47 |
| Octal | 353 | 214 | 175 | 0 | 50 | 57 | 10 | 10 | 111 | 107 |
| Binary | 11101011 | 10001100 | 1111101 | 0 | 101000 | 101111 | 1000 | 1000 | 1001001 | 1000111 |
Color Harmonies of #EB8C7D
Complementary color
Monochromatic Colors of #EB8C7D
Black with #EB8C7D
Text Example
Text Example
White with #EB8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C7D; }
p { color: rgb(235,140,125); }
H1.HeaderClassName
{
color: #EB8C7D;
}
.AnyTagClassName
{
color: #EB8C7D;
}
</style>
background-color css
<style>
a { background-color: #EB8C7D; }
a { background-color: rgb(235,140,125); }
div.DivClassName
{
background-color: #EB8C7D;
}
.BgClassName
{
background-color: #EB8C7D;
}
</style>
border-color css
<style>
span { border-color: #EB8C7D; }
span { border-color: rgb(235,140,125); }
td.TdClassName
{
border-color: #EB8C7D;
}
.TagClassName
{
border-color: #EB8C7D;
}
</style>