Shades of Dark Salmon #E5946E
Tints of Dark Salmon #E5946E
RGB
CMYK
RGB Variations
Color information
#E5946E (or 0xE5946E) is known color: Dark Salmon. HEX triplet: E5, 94 and 6E. RGB value is (229,148,110). Sum of RGB (Red+Green+Blue) = 229+148+110=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5946E is #1A6B91. Grayscale: #A8A8A8. Windows color (decimal): -1731474 or 7247077. OLE color: 7247077.
HSL color Cylindrical-coordinate representation of color #E5946E: hue angle of 19.16º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5946E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 110 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.10 |
| HSL | 19.16º | 0.7% | 0.66% | - |
| HSV(B) | 19.16º | 0.52% | 0.9% | - |
| XYZ | 45.72 | 38.96 | 19.86 | - |
| YUV | 167.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 110 | 0 | 0.35 | 0.52 | 0.10 | 19.16 | 0.7 | 0.66 |
| Hex | E5 | 94 | 6E | 0 | 23 | 34 | A | 13 | 46 | 42 |
| Octal | 345 | 224 | 156 | 0 | 43 | 64 | 12 | 23 | 106 | 102 |
| Binary | 11100101 | 10010100 | 1101110 | 0 | 100011 | 110100 | 1010 | 10011 | 1000110 | 1000010 |
Color Harmonies of #E5946E
Complementary color
Monochromatic Colors of #E5946E
Black with #E5946E
Text Example
Text Example
White with #E5946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5946E; }
p { color: rgb(229,148,110); }
H1.HeaderClassName
{
color: #E5946E;
}
.AnyTagClassName
{
color: #E5946E;
}
</style>
background-color css
<style>
a { background-color: #E5946E; }
a { background-color: rgb(229,148,110); }
div.DivClassName
{
background-color: #E5946E;
}
.BgClassName
{
background-color: #E5946E;
}
</style>
border-color css
<style>
span { border-color: #E5946E; }
span { border-color: rgb(229,148,110); }
td.TdClassName
{
border-color: #E5946E;
}
.TagClassName
{
border-color: #E5946E;
}
</style>