Shades of Dark Salmon #E49375
Tints of Dark Salmon #E49375
RGB
CMYK
RGB Variations
Color information
#E49375 (or 0xE49375) is known color: Dark Salmon. HEX triplet: E4, 93 and 75. RGB value is (228,147,117). Sum of RGB (Red+Green+Blue) = 228+147+117=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E49375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49375 is #1B6C8A. Grayscale: #A8A8A8. Windows color (decimal): -1797259 or 7705572. OLE color: 7705572.
HSL color Cylindrical-coordinate representation of color #E49375: hue angle of 16.22º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E49375 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 117 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.11 |
| HSL | 16.22º | 0.67% | 0.68% | - |
| HSV(B) | 16.22º | 0.49% | 0.89% | - |
| XYZ | 45.64 | 38.65 | 21.88 | - |
| YUV | 167.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 117 | 0 | 0.36 | 0.49 | 0.11 | 16.22 | 0.67 | 0.68 |
| Hex | E4 | 93 | 75 | 0 | 24 | 31 | B | 10 | 43 | 44 |
| Octal | 344 | 223 | 165 | 0 | 44 | 61 | 13 | 20 | 103 | 104 |
| Binary | 11100100 | 10010011 | 1110101 | 0 | 100100 | 110001 | 1011 | 10000 | 1000011 | 1000100 |
Color Harmonies of #E49375
Complementary color
Monochromatic Colors of #E49375
Black with #E49375
Text Example
Text Example
White with #E49375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49375; }
p { color: rgb(228,147,117); }
H1.HeaderClassName
{
color: #E49375;
}
.AnyTagClassName
{
color: #E49375;
}
</style>
background-color css
<style>
a { background-color: #E49375; }
a { background-color: rgb(228,147,117); }
div.DivClassName
{
background-color: #E49375;
}
.BgClassName
{
background-color: #E49375;
}
</style>
border-color css
<style>
span { border-color: #E49375; }
span { border-color: rgb(228,147,117); }
td.TdClassName
{
border-color: #E49375;
}
.TagClassName
{
border-color: #E49375;
}
</style>