Shades of Dark Salmon #EBA073
Tints of Dark Salmon #EBA073
RGB
CMYK
RGB Variations
Color information
#EBA073 (or 0xEBA073) is known color: Dark Salmon. HEX triplet: EB, A0 and 73. RGB value is (235,160,115). Sum of RGB (Red+Green+Blue) = 235+160+115=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA073 is #145F8C. Grayscale: #B1B1B1. Windows color (decimal): -1335181 or 7577835. OLE color: 7577835.
HSL color Cylindrical-coordinate representation of color #EBA073: hue angle of 22.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBA073 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 115 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.08 |
| HSL | 22.5º | 0.75% | 0.69% | - |
| HSV(B) | 22.5º | 0.51% | 0.92% | - |
| XYZ | 49.93 | 44.04 | 22.09 | - |
| YUV | 177.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 115 | 0 | 0.32 | 0.51 | 0.08 | 22.5 | 0.75 | 0.69 |
| Hex | EB | A0 | 73 | 0 | 20 | 33 | 8 | 16 | 4B | 45 |
| Octal | 353 | 240 | 163 | 0 | 40 | 63 | 10 | 26 | 113 | 105 |
| Binary | 11101011 | 10100000 | 1110011 | 0 | 100000 | 110011 | 1000 | 10110 | 1001011 | 1000101 |
Color Harmonies of #EBA073
Complementary color
Monochromatic Colors of #EBA073
Black with #EBA073
Text Example
Text Example
White with #EBA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA073; }
p { color: rgb(235,160,115); }
H1.HeaderClassName
{
color: #EBA073;
}
.AnyTagClassName
{
color: #EBA073;
}
</style>
background-color css
<style>
a { background-color: #EBA073; }
a { background-color: rgb(235,160,115); }
div.DivClassName
{
background-color: #EBA073;
}
.BgClassName
{
background-color: #EBA073;
}
</style>
border-color css
<style>
span { border-color: #EBA073; }
span { border-color: rgb(235,160,115); }
td.TdClassName
{
border-color: #EBA073;
}
.TagClassName
{
border-color: #EBA073;
}
</style>