Shades of Dark Salmon #EBA071
Tints of Dark Salmon #EBA071
RGB
CMYK
RGB Variations
Color information
#EBA071 (or 0xEBA071) is known color: Dark Salmon. HEX triplet: EB, A0 and 71. RGB value is (235,160,113). Sum of RGB (Red+Green+Blue) = 235+160+113=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA071 is #145F8E. Grayscale: #B1B1B1. Windows color (decimal): -1335183 or 7446763. OLE color: 7446763.
HSL color Cylindrical-coordinate representation of color #EBA071: hue angle of 23.11º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBA071 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 113 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.08 |
| HSL | 23.11º | 0.75% | 0.68% | - |
| HSV(B) | 23.11º | 0.52% | 0.92% | - |
| XYZ | 49.81 | 44 | 21.49 | - |
| YUV | 177.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 113 | 0 | 0.32 | 0.52 | 0.08 | 23.11 | 0.75 | 0.68 |
| Hex | EB | A0 | 71 | 0 | 20 | 34 | 8 | 17 | 4B | 44 |
| Octal | 353 | 240 | 161 | 0 | 40 | 64 | 10 | 27 | 113 | 104 |
| Binary | 11101011 | 10100000 | 1110001 | 0 | 100000 | 110100 | 1000 | 10111 | 1001011 | 1000100 |
Color Harmonies of #EBA071
Complementary color
Monochromatic Colors of #EBA071
Black with #EBA071
Text Example
Text Example
White with #EBA071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA071; }
p { color: rgb(235,160,113); }
H1.HeaderClassName
{
color: #EBA071;
}
.AnyTagClassName
{
color: #EBA071;
}
</style>
background-color css
<style>
a { background-color: #EBA071; }
a { background-color: rgb(235,160,113); }
div.DivClassName
{
background-color: #EBA071;
}
.BgClassName
{
background-color: #EBA071;
}
</style>
border-color css
<style>
span { border-color: #EBA071; }
span { border-color: rgb(235,160,113); }
td.TdClassName
{
border-color: #EBA071;
}
.TagClassName
{
border-color: #EBA071;
}
</style>