Shades of Dark Salmon #EB9A6C
Tints of Dark Salmon #EB9A6C
RGB
CMYK
RGB Variations
Color information
#EB9A6C (or 0xEB9A6C) is known color: Dark Salmon. HEX triplet: EB, 9A and 6C. RGB value is (235,154,108). Sum of RGB (Red+Green+Blue) = 235+154+108=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A6C is #146593. Grayscale: #ADADAD. Windows color (decimal): -1336724 or 7117547. OLE color: 7117547.
HSL color Cylindrical-coordinate representation of color #EB9A6C: hue angle of 21.73º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB9A6C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 108 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.08 |
| HSL | 21.73º | 0.76% | 0.67% | - |
| HSV(B) | 21.73º | 0.54% | 0.92% | - |
| XYZ | 48.52 | 41.86 | 19.71 | - |
| YUV | 172.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 108 | 0 | 0.34 | 0.54 | 0.08 | 21.73 | 0.76 | 0.67 |
| Hex | EB | 9A | 6C | 0 | 22 | 36 | 8 | 16 | 4C | 43 |
| Octal | 353 | 232 | 154 | 0 | 42 | 66 | 10 | 26 | 114 | 103 |
| Binary | 11101011 | 10011010 | 1101100 | 0 | 100010 | 110110 | 1000 | 10110 | 1001100 | 1000011 |
Color Harmonies of #EB9A6C
Complementary color
Monochromatic Colors of #EB9A6C
Black with #EB9A6C
Text Example
Text Example
White with #EB9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A6C; }
p { color: rgb(235,154,108); }
H1.HeaderClassName
{
color: #EB9A6C;
}
.AnyTagClassName
{
color: #EB9A6C;
}
</style>
background-color css
<style>
a { background-color: #EB9A6C; }
a { background-color: rgb(235,154,108); }
div.DivClassName
{
background-color: #EB9A6C;
}
.BgClassName
{
background-color: #EB9A6C;
}
</style>
border-color css
<style>
span { border-color: #EB9A6C; }
span { border-color: rgb(235,154,108); }
td.TdClassName
{
border-color: #EB9A6C;
}
.TagClassName
{
border-color: #EB9A6C;
}
</style>