Shades of Copper #E98661
Tints of Copper #E98661
RGB
CMYK
RGB Variations
Color information
#E98661 (or 0xE98661) is known color: Copper. HEX triplet: E9, 86 and 61. RGB value is (233,134,97). Sum of RGB (Red+Green+Blue) = 233+134+97=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E98661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98661 is #16799E. Grayscale: #9F9F9F. Windows color (decimal): -1472927 or 6391529. OLE color: 6391529.
HSL color Cylindrical-coordinate representation of color #E98661: hue angle of 16.32º degrees, saturation: 0.76, 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 #E98661 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 97 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.09 |
| HSL | 16.32º | 0.76% | 0.65% | - |
| HSV(B) | 16.32º | 0.58% | 0.91% | - |
| XYZ | 44.29 | 35.24 | 15.78 | - |
| YUV | 159.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 97 | 0 | 0.42 | 0.58 | 0.09 | 16.32 | 0.76 | 0.65 |
| Hex | E9 | 86 | 61 | 0 | 2A | 3A | 9 | 10 | 4C | 41 |
| Octal | 351 | 206 | 141 | 0 | 52 | 72 | 11 | 20 | 114 | 101 |
| Binary | 11101001 | 10000110 | 1100001 | 0 | 101010 | 111010 | 1001 | 10000 | 1001100 | 1000001 |
Color Harmonies of #E98661
Complementary color
Monochromatic Colors of #E98661
Black with #E98661
Text Example
Text Example
White with #E98661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98661; }
p { color: rgb(233,134,97); }
H1.HeaderClassName
{
color: #E98661;
}
.AnyTagClassName
{
color: #E98661;
}
</style>
background-color css
<style>
a { background-color: #E98661; }
a { background-color: rgb(233,134,97); }
div.DivClassName
{
background-color: #E98661;
}
.BgClassName
{
background-color: #E98661;
}
</style>
border-color css
<style>
span { border-color: #E98661; }
span { border-color: rgb(233,134,97); }
td.TdClassName
{
border-color: #E98661;
}
.TagClassName
{
border-color: #E98661;
}
</style>