Shades of Copper #E89065
Tints of Copper #E89065
RGB
CMYK
RGB Variations
Color information
#E89065 (or 0xE89065) is known color: Copper. HEX triplet: E8, 90 and 65. RGB value is (232,144,101). Sum of RGB (Red+Green+Blue) = 232+144+101=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E89065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89065 is #176F9A. Grayscale: #A5A5A5. Windows color (decimal): -1535899 or 6656232. OLE color: 6656232.
HSL color Cylindrical-coordinate representation of color #E89065: hue angle of 19.69º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E89065 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 101 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.09 |
| HSL | 19.69º | 0.74% | 0.65% | - |
| HSV(B) | 19.69º | 0.56% | 0.91% | - |
| XYZ | 45.6 | 38.04 | 17.25 | - |
| YUV | 165.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 101 | 0 | 0.38 | 0.56 | 0.09 | 19.69 | 0.74 | 0.65 |
| Hex | E8 | 90 | 65 | 0 | 26 | 38 | 9 | 14 | 4A | 41 |
| Octal | 350 | 220 | 145 | 0 | 46 | 70 | 11 | 24 | 112 | 101 |
| Binary | 11101000 | 10010000 | 1100101 | 0 | 100110 | 111000 | 1001 | 10100 | 1001010 | 1000001 |
Color Harmonies of #E89065
Complementary color
Monochromatic Colors of #E89065
Black with #E89065
Text Example
Text Example
White with #E89065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89065; }
p { color: rgb(232,144,101); }
H1.HeaderClassName
{
color: #E89065;
}
.AnyTagClassName
{
color: #E89065;
}
</style>
background-color css
<style>
a { background-color: #E89065; }
a { background-color: rgb(232,144,101); }
div.DivClassName
{
background-color: #E89065;
}
.BgClassName
{
background-color: #E89065;
}
</style>
border-color css
<style>
span { border-color: #E89065; }
span { border-color: rgb(232,144,101); }
td.TdClassName
{
border-color: #E89065;
}
.TagClassName
{
border-color: #E89065;
}
</style>