Shades of Copper #E19262
Tints of Copper #E19262
RGB
CMYK
RGB Variations
Color information
#E19262 (or 0xE19262) is known color: Copper. HEX triplet: E1, 92 and 62. RGB value is (225,146,98). Sum of RGB (Red+Green+Blue) = 225+146+98=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E19262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19262 is #1E6D9D. Grayscale: #A4A4A4. Windows color (decimal): -1994142 or 6460129. OLE color: 6460129.
HSL color Cylindrical-coordinate representation of color #E19262: hue angle of 22.68º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E19262 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 98 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.12 |
| HSL | 22.68º | 0.68% | 0.63% | - |
| HSV(B) | 22.68º | 0.56% | 0.88% | - |
| XYZ | 43.53 | 37.45 | 16.49 | - |
| YUV | 164.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 98 | 0 | 0.35 | 0.56 | 0.12 | 22.68 | 0.68 | 0.63 |
| Hex | E1 | 92 | 62 | 0 | 23 | 38 | C | 17 | 44 | 3F |
| Octal | 341 | 222 | 142 | 0 | 43 | 70 | 14 | 27 | 104 | 77 |
| Binary | 11100001 | 10010010 | 1100010 | 0 | 100011 | 111000 | 1100 | 10111 | 1000100 | 111111 |
Color Harmonies of #E19262
Complementary color
Monochromatic Colors of #E19262
Black with #E19262
Text Example
Text Example
White with #E19262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19262; }
p { color: rgb(225,146,98); }
H1.HeaderClassName
{
color: #E19262;
}
.AnyTagClassName
{
color: #E19262;
}
</style>
background-color css
<style>
a { background-color: #E19262; }
a { background-color: rgb(225,146,98); }
div.DivClassName
{
background-color: #E19262;
}
.BgClassName
{
background-color: #E19262;
}
</style>
border-color css
<style>
span { border-color: #E19262; }
span { border-color: rgb(225,146,98); }
td.TdClassName
{
border-color: #E19262;
}
.TagClassName
{
border-color: #E19262;
}
</style>