Shades of Dark Salmon #E29C71
Tints of Dark Salmon #E29C71
RGB
CMYK
RGB Variations
Color information
#E29C71 (or 0xE29C71) is known color: Dark Salmon. HEX triplet: E2, 9C and 71. RGB value is (226,156,113). Sum of RGB (Red+Green+Blue) = 226+156+113=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29C71 is #1D638E. Grayscale: #ACACAC. Windows color (decimal): -1926031 or 7445730. OLE color: 7445730.
HSL color Cylindrical-coordinate representation of color #E29C71: hue angle of 22.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29C71 is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 113 | - |
| CMYK | 0 | 0.31 | 0.5 | 0.11 |
| HSL | 22.83º | 0.66% | 0.66% | - |
| HSV(B) | 22.83º | 0.5% | 0.89% | - |
| XYZ | 46.23 | 41.14 | 21.13 | - |
| YUV | 172.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 113 | 0 | 0.31 | 0.5 | 0.11 | 22.83 | 0.66 | 0.66 |
| Hex | E2 | 9C | 71 | 0 | 1F | 32 | B | 17 | 42 | 42 |
| Octal | 342 | 234 | 161 | 0 | 37 | 62 | 13 | 27 | 102 | 102 |
| Binary | 11100010 | 10011100 | 1110001 | 0 | 11111 | 110010 | 1011 | 10111 | 1000010 | 1000010 |
Color Harmonies of #E29C71
Complementary color
Monochromatic Colors of #E29C71
Black with #E29C71
Text Example
Text Example
White with #E29C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C71; }
p { color: rgb(226,156,113); }
H1.HeaderClassName
{
color: #E29C71;
}
.AnyTagClassName
{
color: #E29C71;
}
</style>
background-color css
<style>
a { background-color: #E29C71; }
a { background-color: rgb(226,156,113); }
div.DivClassName
{
background-color: #E29C71;
}
.BgClassName
{
background-color: #E29C71;
}
</style>
border-color css
<style>
span { border-color: #E29C71; }
span { border-color: rgb(226,156,113); }
td.TdClassName
{
border-color: #E29C71;
}
.TagClassName
{
border-color: #E29C71;
}
</style>