Shades of Copper #E98662
Tints of Copper #E98662
RGB
CMYK
RGB Variations
Color information
#E98662 (or 0xE98662) is known color: Copper. HEX triplet: E9, 86 and 62. RGB value is (233,134,98). Sum of RGB (Red+Green+Blue) = 233+134+98=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98662 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98662 is #16799D. Grayscale: #9F9F9F. Windows color (decimal): -1472926 or 6457065. OLE color: 6457065.
HSL color Cylindrical-coordinate representation of color #E98662: hue angle of 16º 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 #E98662 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 98 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.09 |
| HSL | 16º | 0.75% | 0.65% | - |
| HSV(B) | 16º | 0.58% | 0.91% | - |
| XYZ | 44.33 | 35.26 | 16.02 | - |
| YUV | 159.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 98 | 0 | 0.42 | 0.58 | 0.09 | 16 | 0.75 | 0.65 |
| Hex | E9 | 86 | 62 | 0 | 2A | 3A | 9 | 10 | 4B | 41 |
| Octal | 351 | 206 | 142 | 0 | 52 | 72 | 11 | 20 | 113 | 101 |
| Binary | 11101001 | 10000110 | 1100010 | 0 | 101010 | 111010 | 1001 | 10000 | 1001011 | 1000001 |
Color Harmonies of #E98662
Complementary color
Monochromatic Colors of #E98662
Black with #E98662
Text Example
Text Example
White with #E98662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98662; }
p { color: rgb(233,134,98); }
H1.HeaderClassName
{
color: #E98662;
}
.AnyTagClassName
{
color: #E98662;
}
</style>
background-color css
<style>
a { background-color: #E98662; }
a { background-color: rgb(233,134,98); }
div.DivClassName
{
background-color: #E98662;
}
.BgClassName
{
background-color: #E98662;
}
</style>
border-color css
<style>
span { border-color: #E98662; }
span { border-color: rgb(233,134,98); }
td.TdClassName
{
border-color: #E98662;
}
.TagClassName
{
border-color: #E98662;
}
</style>