Shades of Copper #E98666
Tints of Copper #E98666
RGB
CMYK
RGB Variations
Color information
#E98666 (or 0xE98666) is known color: Copper. HEX triplet: E9, 86 and 66. RGB value is (233,134,102). Sum of RGB (Red+Green+Blue) = 233+134+102=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E98666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98666 is #167999. Grayscale: #A0A0A0. Windows color (decimal): -1472922 or 6719209. OLE color: 6719209.
HSL color Cylindrical-coordinate representation of color #E98666: hue angle of 14.66º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E98666 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 102 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.09 |
| HSL | 14.66º | 0.75% | 0.66% | - |
| HSV(B) | 14.66º | 0.56% | 0.91% | - |
| XYZ | 44.53 | 35.33 | 17.04 | - |
| YUV | 159.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 102 | 0 | 0.42 | 0.56 | 0.09 | 14.66 | 0.75 | 0.66 |
| Hex | E9 | 86 | 66 | 0 | 2A | 38 | 9 | F | 4B | 42 |
| Octal | 351 | 206 | 146 | 0 | 52 | 70 | 11 | 17 | 113 | 102 |
| Binary | 11101001 | 10000110 | 1100110 | 0 | 101010 | 111000 | 1001 | 1111 | 1001011 | 1000010 |
Color Harmonies of #E98666
Complementary color
Monochromatic Colors of #E98666
Black with #E98666
Text Example
Text Example
White with #E98666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98666; }
p { color: rgb(233,134,102); }
H1.HeaderClassName
{
color: #E98666;
}
.AnyTagClassName
{
color: #E98666;
}
</style>
background-color css
<style>
a { background-color: #E98666; }
a { background-color: rgb(233,134,102); }
div.DivClassName
{
background-color: #E98666;
}
.BgClassName
{
background-color: #E98666;
}
</style>
border-color css
<style>
span { border-color: #E98666; }
span { border-color: rgb(233,134,102); }
td.TdClassName
{
border-color: #E98666;
}
.TagClassName
{
border-color: #E98666;
}
</style>