Shades of Copper #E89260
Tints of Copper #E89260
RGB
CMYK
RGB Variations
Color information
#E89260 (or 0xE89260) is known color: Copper. HEX triplet: E8, 92 and 60. RGB value is (232,146,96). Sum of RGB (Red+Green+Blue) = 232+146+96=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E89260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89260 is #176D9F. Grayscale: #A6A6A6. Windows color (decimal): -1535392 or 6329064. OLE color: 6329064.
HSL color Cylindrical-coordinate representation of color #E89260: hue angle of 22.06º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E89260 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 96 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.09 |
| HSL | 22.06º | 0.75% | 0.64% | - |
| HSV(B) | 22.06º | 0.59% | 0.91% | - |
| XYZ | 45.67 | 38.56 | 16.1 | - |
| YUV | 166.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 96 | 0 | 0.37 | 0.59 | 0.09 | 22.06 | 0.75 | 0.64 |
| Hex | E8 | 92 | 60 | 0 | 25 | 3B | 9 | 16 | 4B | 40 |
| Octal | 350 | 222 | 140 | 0 | 45 | 73 | 11 | 26 | 113 | 100 |
| Binary | 11101000 | 10010010 | 1100000 | 0 | 100101 | 111011 | 1001 | 10110 | 1001011 | 1000000 |
Color Harmonies of #E89260
Complementary color
Monochromatic Colors of #E89260
Black with #E89260
Text Example
Text Example
White with #E89260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89260; }
p { color: rgb(232,146,96); }
H1.HeaderClassName
{
color: #E89260;
}
.AnyTagClassName
{
color: #E89260;
}
</style>
background-color css
<style>
a { background-color: #E89260; }
a { background-color: rgb(232,146,96); }
div.DivClassName
{
background-color: #E89260;
}
.BgClassName
{
background-color: #E89260;
}
</style>
border-color css
<style>
span { border-color: #E89260; }
span { border-color: rgb(232,146,96); }
td.TdClassName
{
border-color: #E89260;
}
.TagClassName
{
border-color: #E89260;
}
</style>