Shades of Dark Salmon #EBA17B
Tints of Dark Salmon #EBA17B
RGB
CMYK
RGB Variations
Color information
#EBA17B (or 0xEBA17B) is known color: Dark Salmon. HEX triplet: EB, A1 and 7B. RGB value is (235,161,123). Sum of RGB (Red+Green+Blue) = 235+161+123=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA17B is #145E84. Grayscale: #B3B3B3. Windows color (decimal): -1334917 or 8102379. OLE color: 8102379.
HSL color Cylindrical-coordinate representation of color #EBA17B: hue angle of 20.36º 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 #EBA17B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 123 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.08 |
| HSL | 20.36º | 0.74% | 0.7% | - |
| HSV(B) | 20.36º | 0.48% | 0.92% | - |
| XYZ | 50.58 | 44.58 | 24.68 | - |
| YUV | 178.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 123 | 0 | 0.31 | 0.48 | 0.08 | 20.36 | 0.74 | 0.7 |
| Hex | EB | A1 | 7B | 0 | 1F | 30 | 8 | 14 | 4A | 46 |
| Octal | 353 | 241 | 173 | 0 | 37 | 60 | 10 | 24 | 112 | 106 |
| Binary | 11101011 | 10100001 | 1111011 | 0 | 11111 | 110000 | 1000 | 10100 | 1001010 | 1000110 |
Color Harmonies of #EBA17B
Complementary color
Monochromatic Colors of #EBA17B
Black with #EBA17B
Text Example
Text Example
White with #EBA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA17B; }
p { color: rgb(235,161,123); }
H1.HeaderClassName
{
color: #EBA17B;
}
.AnyTagClassName
{
color: #EBA17B;
}
</style>
background-color css
<style>
a { background-color: #EBA17B; }
a { background-color: rgb(235,161,123); }
div.DivClassName
{
background-color: #EBA17B;
}
.BgClassName
{
background-color: #EBA17B;
}
</style>
border-color css
<style>
span { border-color: #EBA17B; }
span { border-color: rgb(235,161,123); }
td.TdClassName
{
border-color: #EBA17B;
}
.TagClassName
{
border-color: #EBA17B;
}
</style>