Shades of Dark Salmon #E28D73
Tints of Dark Salmon #E28D73
RGB
CMYK
RGB Variations
Color information
#E28D73 (or 0xE28D73) is known color: Dark Salmon. HEX triplet: E2, 8D and 73. RGB value is (226,141,115). Sum of RGB (Red+Green+Blue) = 226+141+115=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D73 is #1D728C. Grayscale: #A3A3A3. Windows color (decimal): -1929869 or 7572962. OLE color: 7572962.
HSL color Cylindrical-coordinate representation of color #E28D73: hue angle of 14.05º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E28D73 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 115 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.11 |
| HSL | 14.05º | 0.66% | 0.67% | - |
| HSV(B) | 14.05º | 0.49% | 0.89% | - |
| XYZ | 43.98 | 36.46 | 20.94 | - |
| YUV | 163.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 115 | 0 | 0.38 | 0.49 | 0.11 | 14.05 | 0.66 | 0.67 |
| Hex | E2 | 8D | 73 | 0 | 26 | 31 | B | E | 42 | 43 |
| Octal | 342 | 215 | 163 | 0 | 46 | 61 | 13 | 16 | 102 | 103 |
| Binary | 11100010 | 10001101 | 1110011 | 0 | 100110 | 110001 | 1011 | 1110 | 1000010 | 1000011 |
Color Harmonies of #E28D73
Complementary color
Monochromatic Colors of #E28D73
Black with #E28D73
Text Example
Text Example
White with #E28D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D73; }
p { color: rgb(226,141,115); }
H1.HeaderClassName
{
color: #E28D73;
}
.AnyTagClassName
{
color: #E28D73;
}
</style>
background-color css
<style>
a { background-color: #E28D73; }
a { background-color: rgb(226,141,115); }
div.DivClassName
{
background-color: #E28D73;
}
.BgClassName
{
background-color: #E28D73;
}
</style>
border-color css
<style>
span { border-color: #E28D73; }
span { border-color: rgb(226,141,115); }
td.TdClassName
{
border-color: #E28D73;
}
.TagClassName
{
border-color: #E28D73;
}
</style>