Shades of Dark Salmon #E59671
Tints of Dark Salmon #E59671
RGB
CMYK
RGB Variations
Color information
#E59671 (or 0xE59671) is known color: Dark Salmon. HEX triplet: E5, 96 and 71. RGB value is (229,150,113). Sum of RGB (Red+Green+Blue) = 229+150+113=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E59671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59671 is #1A698E. Grayscale: #A9A9A9. Windows color (decimal): -1730959 or 7444197. OLE color: 7444197.
HSL color Cylindrical-coordinate representation of color #E59671: hue angle of 19.14º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E59671 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 113 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.10 |
| HSL | 19.14º | 0.69% | 0.67% | - |
| HSV(B) | 19.14º | 0.51% | 0.9% | - |
| XYZ | 46.2 | 39.66 | 20.84 | - |
| YUV | 169.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 113 | 0 | 0.34 | 0.51 | 0.10 | 19.14 | 0.69 | 0.67 |
| Hex | E5 | 96 | 71 | 0 | 22 | 33 | A | 13 | 45 | 43 |
| Octal | 345 | 226 | 161 | 0 | 42 | 63 | 12 | 23 | 105 | 103 |
| Binary | 11100101 | 10010110 | 1110001 | 0 | 100010 | 110011 | 1010 | 10011 | 1000101 | 1000011 |
Color Harmonies of #E59671
Complementary color
Monochromatic Colors of #E59671
Black with #E59671
Text Example
Text Example
White with #E59671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59671; }
p { color: rgb(229,150,113); }
H1.HeaderClassName
{
color: #E59671;
}
.AnyTagClassName
{
color: #E59671;
}
</style>
background-color css
<style>
a { background-color: #E59671; }
a { background-color: rgb(229,150,113); }
div.DivClassName
{
background-color: #E59671;
}
.BgClassName
{
background-color: #E59671;
}
</style>
border-color css
<style>
span { border-color: #E59671; }
span { border-color: rgb(229,150,113); }
td.TdClassName
{
border-color: #E59671;
}
.TagClassName
{
border-color: #E59671;
}
</style>