Shades of Dark Salmon #EB946C
Tints of Dark Salmon #EB946C
RGB
CMYK
RGB Variations
Color information
#EB946C (or 0xEB946C) is known color: Dark Salmon. HEX triplet: EB, 94 and 6C. RGB value is (235,148,108). Sum of RGB (Red+Green+Blue) = 235+148+108=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB946C is #146B93. Grayscale: #A9A9A9. Windows color (decimal): -1338260 or 7116011. OLE color: 7116011.
HSL color Cylindrical-coordinate representation of color #EB946C: hue angle of 18.9º 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 #EB946C is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 108 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.08 |
| HSL | 18.9º | 0.76% | 0.67% | - |
| HSV(B) | 18.9º | 0.54% | 0.92% | - |
| XYZ | 47.56 | 39.92 | 19.39 | - |
| YUV | 169.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 108 | 0 | 0.37 | 0.54 | 0.08 | 18.9 | 0.76 | 0.67 |
| Hex | EB | 94 | 6C | 0 | 25 | 36 | 8 | 13 | 4C | 43 |
| Octal | 353 | 224 | 154 | 0 | 45 | 66 | 10 | 23 | 114 | 103 |
| Binary | 11101011 | 10010100 | 1101100 | 0 | 100101 | 110110 | 1000 | 10011 | 1001100 | 1000011 |
Color Harmonies of #EB946C
Complementary color
Monochromatic Colors of #EB946C
Black with #EB946C
Text Example
Text Example
White with #EB946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB946C; }
p { color: rgb(235,148,108); }
H1.HeaderClassName
{
color: #EB946C;
}
.AnyTagClassName
{
color: #EB946C;
}
</style>
background-color css
<style>
a { background-color: #EB946C; }
a { background-color: rgb(235,148,108); }
div.DivClassName
{
background-color: #EB946C;
}
.BgClassName
{
background-color: #EB946C;
}
</style>
border-color css
<style>
span { border-color: #EB946C; }
span { border-color: rgb(235,148,108); }
td.TdClassName
{
border-color: #EB946C;
}
.TagClassName
{
border-color: #EB946C;
}
</style>