Shades of Copper #E98363
Tints of Copper #E98363
RGB
CMYK
RGB Variations
Color information
#E98363 (or 0xE98363) is known color: Copper. HEX triplet: E9, 83 and 63. RGB value is (233,131,99). Sum of RGB (Red+Green+Blue) = 233+131+99=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E98363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98363 is #167C9C. Grayscale: #9E9E9E. Windows color (decimal): -1473693 or 6521833. OLE color: 6521833.
HSL color Cylindrical-coordinate representation of color #E98363: hue angle of 14.33º 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 #E98363 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 99 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.09 |
| HSL | 14.33º | 0.75% | 0.65% | - |
| HSV(B) | 14.33º | 0.58% | 0.91% | - |
| XYZ | 43.97 | 34.46 | 16.14 | - |
| YUV | 157.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 99 | 0 | 0.44 | 0.58 | 0.09 | 14.33 | 0.75 | 0.65 |
| Hex | E9 | 83 | 63 | 0 | 2C | 3A | 9 | E | 4B | 41 |
| Octal | 351 | 203 | 143 | 0 | 54 | 72 | 11 | 16 | 113 | 101 |
| Binary | 11101001 | 10000011 | 1100011 | 0 | 101100 | 111010 | 1001 | 1110 | 1001011 | 1000001 |
Color Harmonies of #E98363
Complementary color
Monochromatic Colors of #E98363
Black with #E98363
Text Example
Text Example
White with #E98363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98363; }
p { color: rgb(233,131,99); }
H1.HeaderClassName
{
color: #E98363;
}
.AnyTagClassName
{
color: #E98363;
}
</style>
background-color css
<style>
a { background-color: #E98363; }
a { background-color: rgb(233,131,99); }
div.DivClassName
{
background-color: #E98363;
}
.BgClassName
{
background-color: #E98363;
}
</style>
border-color css
<style>
span { border-color: #E98363; }
span { border-color: rgb(233,131,99); }
td.TdClassName
{
border-color: #E98363;
}
.TagClassName
{
border-color: #E98363;
}
</style>