Shades of Dark Salmon #E29D76
Tints of Dark Salmon #E29D76
RGB
CMYK
RGB Variations
Color information
#E29D76 (or 0xE29D76) is known color: Dark Salmon. HEX triplet: E2, 9D and 76. RGB value is (226,157,118). Sum of RGB (Red+Green+Blue) = 226+157+118=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D76 is #1D6289. Grayscale: #ADADAD. Windows color (decimal): -1925770 or 7773666. OLE color: 7773666.
HSL color Cylindrical-coordinate representation of color #E29D76: hue angle of 21.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E29D76 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 118 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.11 |
| HSL | 21.67º | 0.65% | 0.67% | - |
| HSV(B) | 21.67º | 0.48% | 0.89% | - |
| XYZ | 46.69 | 41.59 | 22.71 | - |
| YUV | 173.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 118 | 0 | 0.31 | 0.48 | 0.11 | 21.67 | 0.65 | 0.67 |
| Hex | E2 | 9D | 76 | 0 | 1F | 30 | B | 16 | 41 | 43 |
| Octal | 342 | 235 | 166 | 0 | 37 | 60 | 13 | 26 | 101 | 103 |
| Binary | 11100010 | 10011101 | 1110110 | 0 | 11111 | 110000 | 1011 | 10110 | 1000001 | 1000011 |
Color Harmonies of #E29D76
Complementary color
Monochromatic Colors of #E29D76
Black with #E29D76
Text Example
Text Example
White with #E29D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D76; }
p { color: rgb(226,157,118); }
H1.HeaderClassName
{
color: #E29D76;
}
.AnyTagClassName
{
color: #E29D76;
}
</style>
background-color css
<style>
a { background-color: #E29D76; }
a { background-color: rgb(226,157,118); }
div.DivClassName
{
background-color: #E29D76;
}
.BgClassName
{
background-color: #E29D76;
}
</style>
border-color css
<style>
span { border-color: #E29D76; }
span { border-color: rgb(226,157,118); }
td.TdClassName
{
border-color: #E29D76;
}
.TagClassName
{
border-color: #E29D76;
}
</style>