Shades of Dark Salmon #EB8C7B
Tints of Dark Salmon #EB8C7B
RGB
CMYK
RGB Variations
Color information
#EB8C7B (or 0xEB8C7B) is known color: Dark Salmon. HEX triplet: EB, 8C and 7B. RGB value is (235,140,123). Sum of RGB (Red+Green+Blue) = 235+140+123=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C7B is #147384. Grayscale: #A6A6A6. Windows color (decimal): -1340293 or 8097003. OLE color: 8097003.
HSL color Cylindrical-coordinate representation of color #EB8C7B: hue angle of 9.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB8C7B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 123 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.08 |
| HSL | 9.11º | 0.74% | 0.7% | - |
| HSV(B) | 9.11º | 0.48% | 0.92% | - |
| XYZ | 47.21 | 37.85 | 23.56 | - |
| YUV | 166.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 123 | 0 | 0.40 | 0.48 | 0.08 | 9.11 | 0.74 | 0.7 |
| Hex | EB | 8C | 7B | 0 | 28 | 30 | 8 | 9 | 4A | 46 |
| Octal | 353 | 214 | 173 | 0 | 50 | 60 | 10 | 11 | 112 | 106 |
| Binary | 11101011 | 10001100 | 1111011 | 0 | 101000 | 110000 | 1000 | 1001 | 1001010 | 1000110 |
Color Harmonies of #EB8C7B
Complementary color
Monochromatic Colors of #EB8C7B
Black with #EB8C7B
Text Example
Text Example
White with #EB8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C7B; }
p { color: rgb(235,140,123); }
H1.HeaderClassName
{
color: #EB8C7B;
}
.AnyTagClassName
{
color: #EB8C7B;
}
</style>
background-color css
<style>
a { background-color: #EB8C7B; }
a { background-color: rgb(235,140,123); }
div.DivClassName
{
background-color: #EB8C7B;
}
.BgClassName
{
background-color: #EB8C7B;
}
</style>
border-color css
<style>
span { border-color: #EB8C7B; }
span { border-color: rgb(235,140,123); }
td.TdClassName
{
border-color: #EB8C7B;
}
.TagClassName
{
border-color: #EB8C7B;
}
</style>