Shades of Copper #E89465
Tints of Copper #E89465
RGB
CMYK
RGB Variations
Color information
#E89465 (or 0xE89465) is known color: Copper. HEX triplet: E8, 94 and 65. RGB value is (232,148,101). Sum of RGB (Red+Green+Blue) = 232+148+101=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E89465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89465 is #176B9A. Grayscale: #A8A8A8. Windows color (decimal): -1534875 or 6657256. OLE color: 6657256.
HSL color Cylindrical-coordinate representation of color #E89465: hue angle of 21.53º 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 #E89465 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 101 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.09 |
| HSL | 21.53º | 0.74% | 0.65% | - |
| HSV(B) | 21.53º | 0.56% | 0.91% | - |
| XYZ | 46.22 | 39.28 | 17.46 | - |
| YUV | 167.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 101 | 0 | 0.36 | 0.56 | 0.09 | 21.53 | 0.74 | 0.65 |
| Hex | E8 | 94 | 65 | 0 | 24 | 38 | 9 | 16 | 4A | 41 |
| Octal | 350 | 224 | 145 | 0 | 44 | 70 | 11 | 26 | 112 | 101 |
| Binary | 11101000 | 10010100 | 1100101 | 0 | 100100 | 111000 | 1001 | 10110 | 1001010 | 1000001 |
Color Harmonies of #E89465
Complementary color
Monochromatic Colors of #E89465
Black with #E89465
Text Example
Text Example
White with #E89465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89465; }
p { color: rgb(232,148,101); }
H1.HeaderClassName
{
color: #E89465;
}
.AnyTagClassName
{
color: #E89465;
}
</style>
background-color css
<style>
a { background-color: #E89465; }
a { background-color: rgb(232,148,101); }
div.DivClassName
{
background-color: #E89465;
}
.BgClassName
{
background-color: #E89465;
}
</style>
border-color css
<style>
span { border-color: #E89465; }
span { border-color: rgb(232,148,101); }
td.TdClassName
{
border-color: #E89465;
}
.TagClassName
{
border-color: #E89465;
}
</style>