Shades of Copper #E98165
Tints of Copper #E98165
RGB
CMYK
RGB Variations
Color information
#E98165 (or 0xE98165) is known color: Copper. HEX triplet: E9, 81 and 65. RGB value is (233,129,101). Sum of RGB (Red+Green+Blue) = 233+129+101=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E98165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98165 is #167E9A. Grayscale: #9D9D9D. Windows color (decimal): -1474203 or 6652393. OLE color: 6652393.
HSL color Cylindrical-coordinate representation of color #E98165: hue angle of 12.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E98165 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 101 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.09 |
| HSL | 12.73º | 0.75% | 0.65% | - |
| HSV(B) | 12.73º | 0.57% | 0.91% | - |
| XYZ | 43.8 | 33.96 | 16.56 | - |
| YUV | 156.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 101 | 0 | 0.45 | 0.57 | 0.09 | 12.73 | 0.75 | 0.65 |
| Hex | E9 | 81 | 65 | 0 | 2D | 39 | 9 | D | 4B | 41 |
| Octal | 351 | 201 | 145 | 0 | 55 | 71 | 11 | 15 | 113 | 101 |
| Binary | 11101001 | 10000001 | 1100101 | 0 | 101101 | 111001 | 1001 | 1101 | 1001011 | 1000001 |
Color Harmonies of #E98165
Complementary color
Monochromatic Colors of #E98165
Black with #E98165
Text Example
Text Example
White with #E98165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98165; }
p { color: rgb(233,129,101); }
H1.HeaderClassName
{
color: #E98165;
}
.AnyTagClassName
{
color: #E98165;
}
</style>
background-color css
<style>
a { background-color: #E98165; }
a { background-color: rgb(233,129,101); }
div.DivClassName
{
background-color: #E98165;
}
.BgClassName
{
background-color: #E98165;
}
</style>
border-color css
<style>
span { border-color: #E98165; }
span { border-color: rgb(233,129,101); }
td.TdClassName
{
border-color: #E98165;
}
.TagClassName
{
border-color: #E98165;
}
</style>