Shades of Copper #E69062
Tints of Copper #E69062
RGB
CMYK
RGB Variations
Color information
#E69062 (or 0xE69062) is known color: Copper. HEX triplet: E6, 90 and 62. RGB value is (230,144,98). Sum of RGB (Red+Green+Blue) = 230+144+98=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E69062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69062 is #196F9D. Grayscale: #A4A4A4. Windows color (decimal): -1666974 or 6459622. OLE color: 6459622.
HSL color Cylindrical-coordinate representation of color #E69062: hue angle of 20.91º 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 #E69062 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 98 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.10 |
| HSL | 20.91º | 0.73% | 0.64% | - |
| HSV(B) | 20.91º | 0.57% | 0.9% | - |
| XYZ | 44.81 | 37.65 | 16.46 | - |
| YUV | 164.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 98 | 0 | 0.37 | 0.57 | 0.10 | 20.91 | 0.73 | 0.64 |
| Hex | E6 | 90 | 62 | 0 | 25 | 39 | A | 15 | 49 | 40 |
| Octal | 346 | 220 | 142 | 0 | 45 | 71 | 12 | 25 | 111 | 100 |
| Binary | 11100110 | 10010000 | 1100010 | 0 | 100101 | 111001 | 1010 | 10101 | 1001001 | 1000000 |
Color Harmonies of #E69062
Complementary color
Monochromatic Colors of #E69062
Black with #E69062
Text Example
Text Example
White with #E69062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69062; }
p { color: rgb(230,144,98); }
H1.HeaderClassName
{
color: #E69062;
}
.AnyTagClassName
{
color: #E69062;
}
</style>
background-color css
<style>
a { background-color: #E69062; }
a { background-color: rgb(230,144,98); }
div.DivClassName
{
background-color: #E69062;
}
.BgClassName
{
background-color: #E69062;
}
</style>
border-color css
<style>
span { border-color: #E69062; }
span { border-color: rgb(230,144,98); }
td.TdClassName
{
border-color: #E69062;
}
.TagClassName
{
border-color: #E69062;
}
</style>