Shades of Dark Salmon #E29D7E
Tints of Dark Salmon #E29D7E
RGB
CMYK
RGB Variations
Color information
#E29D7E (or 0xE29D7E) is known color: Dark Salmon. HEX triplet: E2, 9D and 7E. RGB value is (226,157,126). Sum of RGB (Red+Green+Blue) = 226+157+126=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D7E is #1D6281. Grayscale: #AEAEAE. Windows color (decimal): -1925762 or 8297954. OLE color: 8297954.
HSL color Cylindrical-coordinate representation of color #E29D7E: hue angle of 18.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E29D7E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 126 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.11 |
| HSL | 18.6º | 0.63% | 0.69% | - |
| HSV(B) | 18.6º | 0.44% | 0.89% | - |
| XYZ | 47.19 | 41.79 | 25.32 | - |
| YUV | 174.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 126 | 0 | 0.31 | 0.44 | 0.11 | 18.6 | 0.63 | 0.69 |
| Hex | E2 | 9D | 7E | 0 | 1F | 2C | B | 13 | 3F | 45 |
| Octal | 342 | 235 | 176 | 0 | 37 | 54 | 13 | 23 | 77 | 105 |
| Binary | 11100010 | 10011101 | 1111110 | 0 | 11111 | 101100 | 1011 | 10011 | 111111 | 1000101 |
Color Harmonies of #E29D7E
Complementary color
Monochromatic Colors of #E29D7E
Black with #E29D7E
Text Example
Text Example
White with #E29D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D7E; }
p { color: rgb(226,157,126); }
H1.HeaderClassName
{
color: #E29D7E;
}
.AnyTagClassName
{
color: #E29D7E;
}
</style>
background-color css
<style>
a { background-color: #E29D7E; }
a { background-color: rgb(226,157,126); }
div.DivClassName
{
background-color: #E29D7E;
}
.BgClassName
{
background-color: #E29D7E;
}
</style>
border-color css
<style>
span { border-color: #E29D7E; }
span { border-color: rgb(226,157,126); }
td.TdClassName
{
border-color: #E29D7E;
}
.TagClassName
{
border-color: #E29D7E;
}
</style>