Shades of Copper #E69262
Tints of Copper #E69262
RGB
CMYK
RGB Variations
Color information
#E69262 (or 0xE69262) is known color: Copper. HEX triplet: E6, 92 and 62. RGB value is (230,146,98). Sum of RGB (Red+Green+Blue) = 230+146+98=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E69262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69262 is #196D9D. Grayscale: #A5A5A5. Windows color (decimal): -1666462 or 6460134. OLE color: 6460134.
HSL color Cylindrical-coordinate representation of color #E69262: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E69262 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 98 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.10 |
| HSL | 21.82º | 0.73% | 0.64% | - |
| HSV(B) | 21.82º | 0.57% | 0.9% | - |
| XYZ | 45.12 | 38.26 | 16.56 | - |
| YUV | 165.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 98 | 0 | 0.37 | 0.57 | 0.10 | 21.82 | 0.73 | 0.64 |
| Hex | E6 | 92 | 62 | 0 | 25 | 39 | A | 16 | 49 | 40 |
| Octal | 346 | 222 | 142 | 0 | 45 | 71 | 12 | 26 | 111 | 100 |
| Binary | 11100110 | 10010010 | 1100010 | 0 | 100101 | 111001 | 1010 | 10110 | 1001001 | 1000000 |
Color Harmonies of #E69262
Complementary color
Monochromatic Colors of #E69262
Black with #E69262
Text Example
Text Example
White with #E69262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69262; }
p { color: rgb(230,146,98); }
H1.HeaderClassName
{
color: #E69262;
}
.AnyTagClassName
{
color: #E69262;
}
</style>
background-color css
<style>
a { background-color: #E69262; }
a { background-color: rgb(230,146,98); }
div.DivClassName
{
background-color: #E69262;
}
.BgClassName
{
background-color: #E69262;
}
</style>
border-color css
<style>
span { border-color: #E69262; }
span { border-color: rgb(230,146,98); }
td.TdClassName
{
border-color: #E69262;
}
.TagClassName
{
border-color: #E69262;
}
</style>