Shades of Dark Salmon #EB946D
Tints of Dark Salmon #EB946D
RGB
CMYK
RGB Variations
Color information
#EB946D (or 0xEB946D) is known color: Dark Salmon. HEX triplet: EB, 94 and 6D. RGB value is (235,148,109). Sum of RGB (Red+Green+Blue) = 235+148+109=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB946D is #146B92. Grayscale: #A9A9A9. Windows color (decimal): -1338259 or 7181547. OLE color: 7181547.
HSL color Cylindrical-coordinate representation of color #EB946D: hue angle of 18.57º 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 #EB946D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 109 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.08 |
| HSL | 18.57º | 0.76% | 0.67% | - |
| HSV(B) | 18.57º | 0.54% | 0.92% | - |
| XYZ | 47.61 | 39.95 | 19.67 | - |
| YUV | 169.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 109 | 0 | 0.37 | 0.54 | 0.08 | 18.57 | 0.76 | 0.67 |
| Hex | EB | 94 | 6D | 0 | 25 | 36 | 8 | 13 | 4C | 43 |
| Octal | 353 | 224 | 155 | 0 | 45 | 66 | 10 | 23 | 114 | 103 |
| Binary | 11101011 | 10010100 | 1101101 | 0 | 100101 | 110110 | 1000 | 10011 | 1001100 | 1000011 |
Color Harmonies of #EB946D
Complementary color
Monochromatic Colors of #EB946D
Black with #EB946D
Text Example
Text Example
White with #EB946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB946D; }
p { color: rgb(235,148,109); }
H1.HeaderClassName
{
color: #EB946D;
}
.AnyTagClassName
{
color: #EB946D;
}
</style>
background-color css
<style>
a { background-color: #EB946D; }
a { background-color: rgb(235,148,109); }
div.DivClassName
{
background-color: #EB946D;
}
.BgClassName
{
background-color: #EB946D;
}
</style>
border-color css
<style>
span { border-color: #EB946D; }
span { border-color: rgb(235,148,109); }
td.TdClassName
{
border-color: #EB946D;
}
.TagClassName
{
border-color: #EB946D;
}
</style>