Shades of Dark Salmon #EBA17A
Tints of Dark Salmon #EBA17A
RGB
CMYK
RGB Variations
Color information
#EBA17A (or 0xEBA17A) is known color: Dark Salmon. HEX triplet: EB, A1 and 7A. RGB value is (235,161,122). Sum of RGB (Red+Green+Blue) = 235+161+122=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA17A is #145E85. Grayscale: #B2B2B2. Windows color (decimal): -1334918 or 8036843. OLE color: 8036843.
HSL color Cylindrical-coordinate representation of color #EBA17A: hue angle of 20.71º 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 #EBA17A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 122 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.08 |
| HSL | 20.71º | 0.74% | 0.7% | - |
| HSV(B) | 20.71º | 0.48% | 0.92% | - |
| XYZ | 50.52 | 44.56 | 24.35 | - |
| YUV | 178.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 122 | 0 | 0.31 | 0.48 | 0.08 | 20.71 | 0.74 | 0.7 |
| Hex | EB | A1 | 7A | 0 | 1F | 30 | 8 | 15 | 4A | 46 |
| Octal | 353 | 241 | 172 | 0 | 37 | 60 | 10 | 25 | 112 | 106 |
| Binary | 11101011 | 10100001 | 1111010 | 0 | 11111 | 110000 | 1000 | 10101 | 1001010 | 1000110 |
Color Harmonies of #EBA17A
Complementary color
Monochromatic Colors of #EBA17A
Black with #EBA17A
Text Example
Text Example
White with #EBA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA17A; }
p { color: rgb(235,161,122); }
H1.HeaderClassName
{
color: #EBA17A;
}
.AnyTagClassName
{
color: #EBA17A;
}
</style>
background-color css
<style>
a { background-color: #EBA17A; }
a { background-color: rgb(235,161,122); }
div.DivClassName
{
background-color: #EBA17A;
}
.BgClassName
{
background-color: #EBA17A;
}
</style>
border-color css
<style>
span { border-color: #EBA17A; }
span { border-color: rgb(235,161,122); }
td.TdClassName
{
border-color: #EBA17A;
}
.TagClassName
{
border-color: #EBA17A;
}
</style>