Shades of Dark Salmon #E29973
Tints of Dark Salmon #E29973
RGB
CMYK
RGB Variations
Color information
#E29973 (or 0xE29973) is known color: Dark Salmon. HEX triplet: E2, 99 and 73. RGB value is (226,153,115). Sum of RGB (Red+Green+Blue) = 226+153+115=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E29973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29973 is #1D668C. Grayscale: #AAAAAA. Windows color (decimal): -1926797 or 7576034. OLE color: 7576034.
HSL color Cylindrical-coordinate representation of color #E29973: hue angle of 20.54º 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 #E29973 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 115 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.11 |
| HSL | 20.54º | 0.66% | 0.67% | - |
| HSV(B) | 20.54º | 0.49% | 0.89% | - |
| XYZ | 45.85 | 40.19 | 21.56 | - |
| YUV | 170.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 115 | 0 | 0.32 | 0.49 | 0.11 | 20.54 | 0.66 | 0.67 |
| Hex | E2 | 99 | 73 | 0 | 20 | 31 | B | 15 | 42 | 43 |
| Octal | 342 | 231 | 163 | 0 | 40 | 61 | 13 | 25 | 102 | 103 |
| Binary | 11100010 | 10011001 | 1110011 | 0 | 100000 | 110001 | 1011 | 10101 | 1000010 | 1000011 |
Color Harmonies of #E29973
Complementary color
Monochromatic Colors of #E29973
Black with #E29973
Text Example
Text Example
White with #E29973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29973; }
p { color: rgb(226,153,115); }
H1.HeaderClassName
{
color: #E29973;
}
.AnyTagClassName
{
color: #E29973;
}
</style>
background-color css
<style>
a { background-color: #E29973; }
a { background-color: rgb(226,153,115); }
div.DivClassName
{
background-color: #E29973;
}
.BgClassName
{
background-color: #E29973;
}
</style>
border-color css
<style>
span { border-color: #E29973; }
span { border-color: rgb(226,153,115); }
td.TdClassName
{
border-color: #E29973;
}
.TagClassName
{
border-color: #E29973;
}
</style>