Shades of Copper #E69061
Tints of Copper #E69061
RGB
CMYK
RGB Variations
Color information
#E69061 (or 0xE69061) is known color: Copper. HEX triplet: E6, 90 and 61. RGB value is (230,144,97). Sum of RGB (Red+Green+Blue) = 230+144+97=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E69061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69061 is #196F9E. Grayscale: #A4A4A4. Windows color (decimal): -1666975 or 6394086. OLE color: 6394086.
HSL color Cylindrical-coordinate representation of color #E69061: hue angle of 21.2º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E69061 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 97 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.10 |
| HSL | 21.2º | 0.73% | 0.64% | - |
| HSV(B) | 21.2º | 0.58% | 0.9% | - |
| XYZ | 44.76 | 37.63 | 16.21 | - |
| YUV | 164.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 97 | 0 | 0.37 | 0.58 | 0.10 | 21.2 | 0.73 | 0.64 |
| Hex | E6 | 90 | 61 | 0 | 25 | 3A | A | 15 | 49 | 40 |
| Octal | 346 | 220 | 141 | 0 | 45 | 72 | 12 | 25 | 111 | 100 |
| Binary | 11100110 | 10010000 | 1100001 | 0 | 100101 | 111010 | 1010 | 10101 | 1001001 | 1000000 |
Color Harmonies of #E69061
Complementary color
Monochromatic Colors of #E69061
Black with #E69061
Text Example
Text Example
White with #E69061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69061; }
p { color: rgb(230,144,97); }
H1.HeaderClassName
{
color: #E69061;
}
.AnyTagClassName
{
color: #E69061;
}
</style>
background-color css
<style>
a { background-color: #E69061; }
a { background-color: rgb(230,144,97); }
div.DivClassName
{
background-color: #E69061;
}
.BgClassName
{
background-color: #E69061;
}
</style>
border-color css
<style>
span { border-color: #E69061; }
span { border-color: rgb(230,144,97); }
td.TdClassName
{
border-color: #E69061;
}
.TagClassName
{
border-color: #E69061;
}
</style>