Shades of Copper #E59265
Tints of Copper #E59265
RGB
CMYK
RGB Variations
Color information
#E59265 (or 0xE59265) is known color: Copper. HEX triplet: E5, 92 and 65. RGB value is (229,146,101). Sum of RGB (Red+Green+Blue) = 229+146+101=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E59265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59265 is #1A6D9A. Grayscale: #A5A5A5. Windows color (decimal): -1731995 or 6656741. OLE color: 6656741.
HSL color Cylindrical-coordinate representation of color #E59265: hue angle of 21.09º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E59265 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 101 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.10 |
| HSL | 21.09º | 0.71% | 0.65% | - |
| HSV(B) | 21.09º | 0.56% | 0.9% | - |
| XYZ | 44.94 | 38.16 | 17.31 | - |
| YUV | 165.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 101 | 0 | 0.36 | 0.56 | 0.10 | 21.09 | 0.71 | 0.65 |
| Hex | E5 | 92 | 65 | 0 | 24 | 38 | A | 15 | 47 | 41 |
| Octal | 345 | 222 | 145 | 0 | 44 | 70 | 12 | 25 | 107 | 101 |
| Binary | 11100101 | 10010010 | 1100101 | 0 | 100100 | 111000 | 1010 | 10101 | 1000111 | 1000001 |
Color Harmonies of #E59265
Complementary color
Monochromatic Colors of #E59265
Black with #E59265
Text Example
Text Example
White with #E59265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59265; }
p { color: rgb(229,146,101); }
H1.HeaderClassName
{
color: #E59265;
}
.AnyTagClassName
{
color: #E59265;
}
</style>
background-color css
<style>
a { background-color: #E59265; }
a { background-color: rgb(229,146,101); }
div.DivClassName
{
background-color: #E59265;
}
.BgClassName
{
background-color: #E59265;
}
</style>
border-color css
<style>
span { border-color: #E59265; }
span { border-color: rgb(229,146,101); }
td.TdClassName
{
border-color: #E59265;
}
.TagClassName
{
border-color: #E59265;
}
</style>