Shades of Dark Salmon #E49075
Tints of Dark Salmon #E49075
RGB
CMYK
RGB Variations
Color information
#E49075 (or 0xE49075) is known color: Dark Salmon. HEX triplet: E4, 90 and 75. RGB value is (228,144,117). Sum of RGB (Red+Green+Blue) = 228+144+117=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E49075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49075 is #1B6F8A. Grayscale: #A6A6A6. Windows color (decimal): -1798027 or 7704804. OLE color: 7704804.
HSL color Cylindrical-coordinate representation of color #E49075: hue angle of 14.59º 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 #E49075 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 117 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.11 |
| HSL | 14.59º | 0.67% | 0.68% | - |
| HSV(B) | 14.59º | 0.49% | 0.89% | - |
| XYZ | 45.18 | 37.72 | 21.73 | - |
| YUV | 166.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 117 | 0 | 0.37 | 0.49 | 0.11 | 14.59 | 0.67 | 0.68 |
| Hex | E4 | 90 | 75 | 0 | 25 | 31 | B | F | 43 | 44 |
| Octal | 344 | 220 | 165 | 0 | 45 | 61 | 13 | 17 | 103 | 104 |
| Binary | 11100100 | 10010000 | 1110101 | 0 | 100101 | 110001 | 1011 | 1111 | 1000011 | 1000100 |
Color Harmonies of #E49075
Complementary color
Monochromatic Colors of #E49075
Black with #E49075
Text Example
Text Example
White with #E49075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49075; }
p { color: rgb(228,144,117); }
H1.HeaderClassName
{
color: #E49075;
}
.AnyTagClassName
{
color: #E49075;
}
</style>
background-color css
<style>
a { background-color: #E49075; }
a { background-color: rgb(228,144,117); }
div.DivClassName
{
background-color: #E49075;
}
.BgClassName
{
background-color: #E49075;
}
</style>
border-color css
<style>
span { border-color: #E49075; }
span { border-color: rgb(228,144,117); }
td.TdClassName
{
border-color: #E49075;
}
.TagClassName
{
border-color: #E49075;
}
</style>