Shades of Dark Salmon #EBA07A
Tints of Dark Salmon #EBA07A
RGB
CMYK
RGB Variations
Color information
#EBA07A (or 0xEBA07A) is known color: Dark Salmon. HEX triplet: EB, A0 and 7A. RGB value is (235,160,122). Sum of RGB (Red+Green+Blue) = 235+160+122=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA07A is #145F85. Grayscale: #B2B2B2. Windows color (decimal): -1335174 or 8036587. OLE color: 8036587.
HSL color Cylindrical-coordinate representation of color #EBA07A: hue angle of 20.18º 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 #EBA07A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 122 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.08 |
| HSL | 20.18º | 0.74% | 0.7% | - |
| HSV(B) | 20.18º | 0.48% | 0.92% | - |
| XYZ | 50.34 | 44.21 | 24.29 | - |
| YUV | 178.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 122 | 0 | 0.32 | 0.48 | 0.08 | 20.18 | 0.74 | 0.7 |
| Hex | EB | A0 | 7A | 0 | 20 | 30 | 8 | 14 | 4A | 46 |
| Octal | 353 | 240 | 172 | 0 | 40 | 60 | 10 | 24 | 112 | 106 |
| Binary | 11101011 | 10100000 | 1111010 | 0 | 100000 | 110000 | 1000 | 10100 | 1001010 | 1000110 |
Color Harmonies of #EBA07A
Complementary color
Monochromatic Colors of #EBA07A
Black with #EBA07A
Text Example
Text Example
White with #EBA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA07A; }
p { color: rgb(235,160,122); }
H1.HeaderClassName
{
color: #EBA07A;
}
.AnyTagClassName
{
color: #EBA07A;
}
</style>
background-color css
<style>
a { background-color: #EBA07A; }
a { background-color: rgb(235,160,122); }
div.DivClassName
{
background-color: #EBA07A;
}
.BgClassName
{
background-color: #EBA07A;
}
</style>
border-color css
<style>
span { border-color: #EBA07A; }
span { border-color: rgb(235,160,122); }
td.TdClassName
{
border-color: #EBA07A;
}
.TagClassName
{
border-color: #EBA07A;
}
</style>