Shades of Dark Salmon #E29D7A
Tints of Dark Salmon #E29D7A
RGB
CMYK
RGB Variations
Color information
#E29D7A (or 0xE29D7A) is known color: Dark Salmon. HEX triplet: E2, 9D and 7A. RGB value is (226,157,122). Sum of RGB (Red+Green+Blue) = 226+157+122=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D7A is #1D6285. Grayscale: #ADADAD. Windows color (decimal): -1925766 or 8035810. OLE color: 8035810.
HSL color Cylindrical-coordinate representation of color #E29D7A: hue angle of 20.19º 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 #E29D7A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 122 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.11 |
| HSL | 20.19º | 0.64% | 0.68% | - |
| HSV(B) | 20.19º | 0.46% | 0.89% | - |
| XYZ | 46.93 | 41.69 | 23.99 | - |
| YUV | 173.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 122 | 0 | 0.31 | 0.46 | 0.11 | 20.19 | 0.64 | 0.68 |
| Hex | E2 | 9D | 7A | 0 | 1F | 2E | B | 14 | 40 | 44 |
| Octal | 342 | 235 | 172 | 0 | 37 | 56 | 13 | 24 | 100 | 104 |
| Binary | 11100010 | 10011101 | 1111010 | 0 | 11111 | 101110 | 1011 | 10100 | 1000000 | 1000100 |
Color Harmonies of #E29D7A
Complementary color
Monochromatic Colors of #E29D7A
Black with #E29D7A
Text Example
Text Example
White with #E29D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D7A; }
p { color: rgb(226,157,122); }
H1.HeaderClassName
{
color: #E29D7A;
}
.AnyTagClassName
{
color: #E29D7A;
}
</style>
background-color css
<style>
a { background-color: #E29D7A; }
a { background-color: rgb(226,157,122); }
div.DivClassName
{
background-color: #E29D7A;
}
.BgClassName
{
background-color: #E29D7A;
}
</style>
border-color css
<style>
span { border-color: #E29D7A; }
span { border-color: rgb(226,157,122); }
td.TdClassName
{
border-color: #E29D7A;
}
.TagClassName
{
border-color: #E29D7A;
}
</style>