Shades of Dark Salmon #EB946E
Tints of Dark Salmon #EB946E
RGB
CMYK
RGB Variations
Color information
#EB946E (or 0xEB946E) is known color: Dark Salmon. HEX triplet: EB, 94 and 6E. RGB value is (235,148,110). Sum of RGB (Red+Green+Blue) = 235+148+110=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB946E is #146B91. Grayscale: #A9A9A9. Windows color (decimal): -1338258 or 7247083. OLE color: 7247083.
HSL color Cylindrical-coordinate representation of color #EB946E: hue angle of 18.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB946E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 110 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.08 |
| HSL | 18.24º | 0.76% | 0.68% | - |
| HSV(B) | 18.24º | 0.53% | 0.92% | - |
| XYZ | 47.67 | 39.97 | 19.95 | - |
| YUV | 169.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 110 | 0 | 0.37 | 0.53 | 0.08 | 18.24 | 0.76 | 0.68 |
| Hex | EB | 94 | 6E | 0 | 25 | 35 | 8 | 12 | 4C | 44 |
| Octal | 353 | 224 | 156 | 0 | 45 | 65 | 10 | 22 | 114 | 104 |
| Binary | 11101011 | 10010100 | 1101110 | 0 | 100101 | 110101 | 1000 | 10010 | 1001100 | 1000100 |
Color Harmonies of #EB946E
Complementary color
Monochromatic Colors of #EB946E
Black with #EB946E
Text Example
Text Example
White with #EB946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB946E; }
p { color: rgb(235,148,110); }
H1.HeaderClassName
{
color: #EB946E;
}
.AnyTagClassName
{
color: #EB946E;
}
</style>
background-color css
<style>
a { background-color: #EB946E; }
a { background-color: rgb(235,148,110); }
div.DivClassName
{
background-color: #EB946E;
}
.BgClassName
{
background-color: #EB946E;
}
</style>
border-color css
<style>
span { border-color: #EB946E; }
span { border-color: rgb(235,148,110); }
td.TdClassName
{
border-color: #EB946E;
}
.TagClassName
{
border-color: #EB946E;
}
</style>