Shades of Dark Salmon #EB8C7C
Tints of Dark Salmon #EB8C7C
RGB
CMYK
RGB Variations
Color information
#EB8C7C (or 0xEB8C7C) is known color: Dark Salmon. HEX triplet: EB, 8C and 7C. RGB value is (235,140,124). Sum of RGB (Red+Green+Blue) = 235+140+124=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C7C is #147383. Grayscale: #A6A6A6. Windows color (decimal): -1340292 or 8162539. OLE color: 8162539.
HSL color Cylindrical-coordinate representation of color #EB8C7C: hue angle of 8.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB8C7C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 124 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.08 |
| HSL | 8.65º | 0.74% | 0.7% | - |
| HSV(B) | 8.65º | 0.47% | 0.92% | - |
| XYZ | 47.28 | 37.87 | 23.89 | - |
| YUV | 166.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 124 | 0 | 0.40 | 0.47 | 0.08 | 8.65 | 0.74 | 0.7 |
| Hex | EB | 8C | 7C | 0 | 28 | 2F | 8 | 9 | 4A | 46 |
| Octal | 353 | 214 | 174 | 0 | 50 | 57 | 10 | 11 | 112 | 106 |
| Binary | 11101011 | 10001100 | 1111100 | 0 | 101000 | 101111 | 1000 | 1001 | 1001010 | 1000110 |
Color Harmonies of #EB8C7C
Complementary color
Monochromatic Colors of #EB8C7C
Black with #EB8C7C
Text Example
Text Example
White with #EB8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C7C; }
p { color: rgb(235,140,124); }
H1.HeaderClassName
{
color: #EB8C7C;
}
.AnyTagClassName
{
color: #EB8C7C;
}
</style>
background-color css
<style>
a { background-color: #EB8C7C; }
a { background-color: rgb(235,140,124); }
div.DivClassName
{
background-color: #EB8C7C;
}
.BgClassName
{
background-color: #EB8C7C;
}
</style>
border-color css
<style>
span { border-color: #EB8C7C; }
span { border-color: rgb(235,140,124); }
td.TdClassName
{
border-color: #EB8C7C;
}
.TagClassName
{
border-color: #EB8C7C;
}
</style>