Shades of Dark Salmon #E29779
Tints of Dark Salmon #E29779
RGB
CMYK
RGB Variations
Color information
#E29779 (or 0xE29779) is known color: Dark Salmon. HEX triplet: E2, 97 and 79. RGB value is (226,151,121). Sum of RGB (Red+Green+Blue) = 226+151+121=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E29779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29779 is #1D6886. Grayscale: #AAAAAA. Windows color (decimal): -1927303 or 7968738. OLE color: 7968738.
HSL color Cylindrical-coordinate representation of color #E29779: hue angle of 17.14º 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 #E29779 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 121 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.11 |
| HSL | 17.14º | 0.64% | 0.68% | - |
| HSV(B) | 17.14º | 0.46% | 0.89% | - |
| XYZ | 45.88 | 39.68 | 23.33 | - |
| YUV | 170.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 121 | 0 | 0.33 | 0.46 | 0.11 | 17.14 | 0.64 | 0.68 |
| Hex | E2 | 97 | 79 | 0 | 21 | 2E | B | 11 | 40 | 44 |
| Octal | 342 | 227 | 171 | 0 | 41 | 56 | 13 | 21 | 100 | 104 |
| Binary | 11100010 | 10010111 | 1111001 | 0 | 100001 | 101110 | 1011 | 10001 | 1000000 | 1000100 |
Color Harmonies of #E29779
Complementary color
Monochromatic Colors of #E29779
Black with #E29779
Text Example
Text Example
White with #E29779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29779; }
p { color: rgb(226,151,121); }
H1.HeaderClassName
{
color: #E29779;
}
.AnyTagClassName
{
color: #E29779;
}
</style>
background-color css
<style>
a { background-color: #E29779; }
a { background-color: rgb(226,151,121); }
div.DivClassName
{
background-color: #E29779;
}
.BgClassName
{
background-color: #E29779;
}
</style>
border-color css
<style>
span { border-color: #E29779; }
span { border-color: rgb(226,151,121); }
td.TdClassName
{
border-color: #E29779;
}
.TagClassName
{
border-color: #E29779;
}
</style>