Shades of Dark Salmon #E29C7B
Tints of Dark Salmon #E29C7B
RGB
CMYK
RGB Variations
Color information
#E29C7B (or 0xE29C7B) is known color: Dark Salmon. HEX triplet: E2, 9C and 7B. RGB value is (226,156,123). Sum of RGB (Red+Green+Blue) = 226+156+123=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29C7B is #1D6384. Grayscale: #ADADAD. Windows color (decimal): -1926021 or 8101090. OLE color: 8101090.
HSL color Cylindrical-coordinate representation of color #E29C7B: hue angle of 19.22º 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 #E29C7B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 123 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.11 |
| HSL | 19.22º | 0.64% | 0.68% | - |
| HSV(B) | 19.22º | 0.46% | 0.89% | - |
| XYZ | 46.83 | 41.38 | 24.26 | - |
| YUV | 173.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 123 | 0 | 0.31 | 0.46 | 0.11 | 19.22 | 0.64 | 0.68 |
| Hex | E2 | 9C | 7B | 0 | 1F | 2E | B | 13 | 40 | 44 |
| Octal | 342 | 234 | 173 | 0 | 37 | 56 | 13 | 23 | 100 | 104 |
| Binary | 11100010 | 10011100 | 1111011 | 0 | 11111 | 101110 | 1011 | 10011 | 1000000 | 1000100 |
Color Harmonies of #E29C7B
Complementary color
Monochromatic Colors of #E29C7B
Black with #E29C7B
Text Example
Text Example
White with #E29C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C7B; }
p { color: rgb(226,156,123); }
H1.HeaderClassName
{
color: #E29C7B;
}
.AnyTagClassName
{
color: #E29C7B;
}
</style>
background-color css
<style>
a { background-color: #E29C7B; }
a { background-color: rgb(226,156,123); }
div.DivClassName
{
background-color: #E29C7B;
}
.BgClassName
{
background-color: #E29C7B;
}
</style>
border-color css
<style>
span { border-color: #E29C7B; }
span { border-color: rgb(226,156,123); }
td.TdClassName
{
border-color: #E29C7B;
}
.TagClassName
{
border-color: #E29C7B;
}
</style>