Shades of Copper #E98463
Tints of Copper #E98463
RGB
CMYK
RGB Variations
Color information
#E98463 (or 0xE98463) is known color: Copper. HEX triplet: E9, 84 and 63. RGB value is (233,132,99). Sum of RGB (Red+Green+Blue) = 233+132+99=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E98463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98463 is #167B9C. Grayscale: #9E9E9E. Windows color (decimal): -1473437 or 6522089. OLE color: 6522089.
HSL color Cylindrical-coordinate representation of color #E98463: hue angle of 14.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E98463 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 99 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.09 |
| HSL | 14.78º | 0.75% | 0.65% | - |
| HSV(B) | 14.78º | 0.58% | 0.91% | - |
| XYZ | 44.11 | 34.73 | 16.18 | - |
| YUV | 158.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 99 | 0 | 0.43 | 0.58 | 0.09 | 14.78 | 0.75 | 0.65 |
| Hex | E9 | 84 | 63 | 0 | 2B | 3A | 9 | F | 4B | 41 |
| Octal | 351 | 204 | 143 | 0 | 53 | 72 | 11 | 17 | 113 | 101 |
| Binary | 11101001 | 10000100 | 1100011 | 0 | 101011 | 111010 | 1001 | 1111 | 1001011 | 1000001 |
Color Harmonies of #E98463
Complementary color
Monochromatic Colors of #E98463
Black with #E98463
Text Example
Text Example
White with #E98463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98463; }
p { color: rgb(233,132,99); }
H1.HeaderClassName
{
color: #E98463;
}
.AnyTagClassName
{
color: #E98463;
}
</style>
background-color css
<style>
a { background-color: #E98463; }
a { background-color: rgb(233,132,99); }
div.DivClassName
{
background-color: #E98463;
}
.BgClassName
{
background-color: #E98463;
}
</style>
border-color css
<style>
span { border-color: #E98463; }
span { border-color: rgb(233,132,99); }
td.TdClassName
{
border-color: #E98463;
}
.TagClassName
{
border-color: #E98463;
}
</style>