Shades of Dark Salmon #EBA079
Tints of Dark Salmon #EBA079
RGB
CMYK
RGB Variations
Color information
#EBA079 (or 0xEBA079) is known color: Dark Salmon. HEX triplet: EB, A0 and 79. RGB value is (235,160,121). Sum of RGB (Red+Green+Blue) = 235+160+121=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA079 is #145F86. Grayscale: #B2B2B2. Windows color (decimal): -1335175 or 7971051. OLE color: 7971051.
HSL color Cylindrical-coordinate representation of color #EBA079: hue angle of 20.53º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA079 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 121 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.08 |
| HSL | 20.53º | 0.74% | 0.7% | - |
| HSV(B) | 20.53º | 0.49% | 0.92% | - |
| XYZ | 50.28 | 44.18 | 23.97 | - |
| YUV | 177.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 121 | 0 | 0.32 | 0.49 | 0.08 | 20.53 | 0.74 | 0.7 |
| Hex | EB | A0 | 79 | 0 | 20 | 31 | 8 | 15 | 4A | 46 |
| Octal | 353 | 240 | 171 | 0 | 40 | 61 | 10 | 25 | 112 | 106 |
| Binary | 11101011 | 10100000 | 1111001 | 0 | 100000 | 110001 | 1000 | 10101 | 1001010 | 1000110 |
Color Harmonies of #EBA079
Complementary color
Monochromatic Colors of #EBA079
Black with #EBA079
Text Example
Text Example
White with #EBA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA079; }
p { color: rgb(235,160,121); }
H1.HeaderClassName
{
color: #EBA079;
}
.AnyTagClassName
{
color: #EBA079;
}
</style>
background-color css
<style>
a { background-color: #EBA079; }
a { background-color: rgb(235,160,121); }
div.DivClassName
{
background-color: #EBA079;
}
.BgClassName
{
background-color: #EBA079;
}
</style>
border-color css
<style>
span { border-color: #EBA079; }
span { border-color: rgb(235,160,121); }
td.TdClassName
{
border-color: #EBA079;
}
.TagClassName
{
border-color: #EBA079;
}
</style>