Shades of Copper #E59869
Tints of Copper #E59869
RGB
CMYK
RGB Variations
Color information
#E59869 (or 0xE59869) is known color: Copper. HEX triplet: E5, 98 and 69. RGB value is (229,152,105). Sum of RGB (Red+Green+Blue) = 229+152+105=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E59869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59869 is #1A6796. Grayscale: #A9A9A9. Windows color (decimal): -1730455 or 6920421. OLE color: 6920421.
HSL color Cylindrical-coordinate representation of color #E59869: hue angle of 22.74º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E59869 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 105 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.10 |
| HSL | 22.74º | 0.7% | 0.65% | - |
| HSV(B) | 22.74º | 0.54% | 0.9% | - |
| XYZ | 46.09 | 40.13 | 18.68 | - |
| YUV | 169.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 105 | 0 | 0.34 | 0.54 | 0.10 | 22.74 | 0.7 | 0.65 |
| Hex | E5 | 98 | 69 | 0 | 22 | 36 | A | 17 | 46 | 41 |
| Octal | 345 | 230 | 151 | 0 | 42 | 66 | 12 | 27 | 106 | 101 |
| Binary | 11100101 | 10011000 | 1101001 | 0 | 100010 | 110110 | 1010 | 10111 | 1000110 | 1000001 |
Color Harmonies of #E59869
Complementary color
Monochromatic Colors of #E59869
Black with #E59869
Text Example
Text Example
White with #E59869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59869; }
p { color: rgb(229,152,105); }
H1.HeaderClassName
{
color: #E59869;
}
.AnyTagClassName
{
color: #E59869;
}
</style>
background-color css
<style>
a { background-color: #E59869; }
a { background-color: rgb(229,152,105); }
div.DivClassName
{
background-color: #E59869;
}
.BgClassName
{
background-color: #E59869;
}
</style>
border-color css
<style>
span { border-color: #E59869; }
span { border-color: rgb(229,152,105); }
td.TdClassName
{
border-color: #E59869;
}
.TagClassName
{
border-color: #E59869;
}
</style>