Shades of Dark Salmon #E29879
Tints of Dark Salmon #E29879
RGB
CMYK
RGB Variations
Color information
#E29879 (or 0xE29879) is known color: Dark Salmon. HEX triplet: E2, 98 and 79. RGB value is (226,152,121). Sum of RGB (Red+Green+Blue) = 226+152+121=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E29879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29879 is #1D6786. Grayscale: #AAAAAA. Windows color (decimal): -1927047 or 7968994. OLE color: 7968994.
HSL color Cylindrical-coordinate representation of color #E29879: hue angle of 17.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E29879 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 121 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.11 |
| HSL | 17.71º | 0.64% | 0.68% | - |
| HSV(B) | 17.71º | 0.46% | 0.89% | - |
| XYZ | 46.04 | 40.01 | 23.38 | - |
| YUV | 170.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 121 | 0 | 0.33 | 0.46 | 0.11 | 17.71 | 0.64 | 0.68 |
| Hex | E2 | 98 | 79 | 0 | 21 | 2E | B | 12 | 40 | 44 |
| Octal | 342 | 230 | 171 | 0 | 41 | 56 | 13 | 22 | 100 | 104 |
| Binary | 11100010 | 10011000 | 1111001 | 0 | 100001 | 101110 | 1011 | 10010 | 1000000 | 1000100 |
Color Harmonies of #E29879
Complementary color
Monochromatic Colors of #E29879
Black with #E29879
Text Example
Text Example
White with #E29879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29879; }
p { color: rgb(226,152,121); }
H1.HeaderClassName
{
color: #E29879;
}
.AnyTagClassName
{
color: #E29879;
}
</style>
background-color css
<style>
a { background-color: #E29879; }
a { background-color: rgb(226,152,121); }
div.DivClassName
{
background-color: #E29879;
}
.BgClassName
{
background-color: #E29879;
}
</style>
border-color css
<style>
span { border-color: #E29879; }
span { border-color: rgb(226,152,121); }
td.TdClassName
{
border-color: #E29879;
}
.TagClassName
{
border-color: #E29879;
}
</style>