Shades of Copper #E98263
Tints of Copper #E98263
RGB
CMYK
RGB Variations
Color information
#E98263 (or 0xE98263) is known color: Copper. HEX triplet: E9, 82 and 63. RGB value is (233,130,99). Sum of RGB (Red+Green+Blue) = 233+130+99=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E98263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98263 is #167D9C. Grayscale: #9D9D9D. Windows color (decimal): -1473949 or 6521577. OLE color: 6521577.
HSL color Cylindrical-coordinate representation of color #E98263: hue angle of 13.88º 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 #E98263 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 99 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.09 |
| HSL | 13.88º | 0.75% | 0.65% | - |
| HSV(B) | 13.88º | 0.58% | 0.91% | - |
| XYZ | 43.84 | 34.19 | 16.09 | - |
| YUV | 157.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 99 | 0 | 0.44 | 0.58 | 0.09 | 13.88 | 0.75 | 0.65 |
| Hex | E9 | 82 | 63 | 0 | 2C | 3A | 9 | E | 4B | 41 |
| Octal | 351 | 202 | 143 | 0 | 54 | 72 | 11 | 16 | 113 | 101 |
| Binary | 11101001 | 10000010 | 1100011 | 0 | 101100 | 111010 | 1001 | 1110 | 1001011 | 1000001 |
Color Harmonies of #E98263
Complementary color
Monochromatic Colors of #E98263
Black with #E98263
Text Example
Text Example
White with #E98263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98263; }
p { color: rgb(233,130,99); }
H1.HeaderClassName
{
color: #E98263;
}
.AnyTagClassName
{
color: #E98263;
}
</style>
background-color css
<style>
a { background-color: #E98263; }
a { background-color: rgb(233,130,99); }
div.DivClassName
{
background-color: #E98263;
}
.BgClassName
{
background-color: #E98263;
}
</style>
border-color css
<style>
span { border-color: #E98263; }
span { border-color: rgb(233,130,99); }
td.TdClassName
{
border-color: #E98263;
}
.TagClassName
{
border-color: #E98263;
}
</style>