Shades of Dark Salmon #E29675
Tints of Dark Salmon #E29675
RGB
CMYK
RGB Variations
Color information
#E29675 (or 0xE29675) is known color: Dark Salmon. HEX triplet: E2, 96 and 75. RGB value is (226,150,117). Sum of RGB (Red+Green+Blue) = 226+150+117=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E29675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29675 is #1D698A. Grayscale: #A9A9A9. Windows color (decimal): -1927563 or 7706338. OLE color: 7706338.
HSL color Cylindrical-coordinate representation of color #E29675: hue angle of 18.17º 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 #E29675 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 117 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.11 |
| HSL | 18.17º | 0.65% | 0.67% | - |
| HSV(B) | 18.17º | 0.48% | 0.89% | - |
| XYZ | 45.48 | 39.27 | 22.01 | - |
| YUV | 168.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 117 | 0 | 0.34 | 0.48 | 0.11 | 18.17 | 0.65 | 0.67 |
| Hex | E2 | 96 | 75 | 0 | 22 | 30 | B | 12 | 41 | 43 |
| Octal | 342 | 226 | 165 | 0 | 42 | 60 | 13 | 22 | 101 | 103 |
| Binary | 11100010 | 10010110 | 1110101 | 0 | 100010 | 110000 | 1011 | 10010 | 1000001 | 1000011 |
Color Harmonies of #E29675
Complementary color
Monochromatic Colors of #E29675
Black with #E29675
Text Example
Text Example
White with #E29675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29675; }
p { color: rgb(226,150,117); }
H1.HeaderClassName
{
color: #E29675;
}
.AnyTagClassName
{
color: #E29675;
}
</style>
background-color css
<style>
a { background-color: #E29675; }
a { background-color: rgb(226,150,117); }
div.DivClassName
{
background-color: #E29675;
}
.BgClassName
{
background-color: #E29675;
}
</style>
border-color css
<style>
span { border-color: #E29675; }
span { border-color: rgb(226,150,117); }
td.TdClassName
{
border-color: #E29675;
}
.TagClassName
{
border-color: #E29675;
}
</style>