Shades of Copper #E98668
Tints of Copper #E98668
RGB
CMYK
RGB Variations
Color information
#E98668 (or 0xE98668) is known color: Copper. HEX triplet: E9, 86 and 68. RGB value is (233,134,104). Sum of RGB (Red+Green+Blue) = 233+134+104=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E98668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98668 is #167997. Grayscale: #A0A0A0. Windows color (decimal): -1472920 or 6850281. OLE color: 6850281.
HSL color Cylindrical-coordinate representation of color #E98668: hue angle of 13.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E98668 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 104 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.09 |
| HSL | 13.95º | 0.75% | 0.66% | - |
| HSV(B) | 13.95º | 0.55% | 0.91% | - |
| XYZ | 44.63 | 35.37 | 17.57 | - |
| YUV | 160.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 104 | 0 | 0.42 | 0.55 | 0.09 | 13.95 | 0.75 | 0.66 |
| Hex | E9 | 86 | 68 | 0 | 2A | 37 | 9 | E | 4B | 42 |
| Octal | 351 | 206 | 150 | 0 | 52 | 67 | 11 | 16 | 113 | 102 |
| Binary | 11101001 | 10000110 | 1101000 | 0 | 101010 | 110111 | 1001 | 1110 | 1001011 | 1000010 |
Color Harmonies of #E98668
Complementary color
Monochromatic Colors of #E98668
Black with #E98668
Text Example
Text Example
White with #E98668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98668; }
p { color: rgb(233,134,104); }
H1.HeaderClassName
{
color: #E98668;
}
.AnyTagClassName
{
color: #E98668;
}
</style>
background-color css
<style>
a { background-color: #E98668; }
a { background-color: rgb(233,134,104); }
div.DivClassName
{
background-color: #E98668;
}
.BgClassName
{
background-color: #E98668;
}
</style>
border-color css
<style>
span { border-color: #E98668; }
span { border-color: rgb(233,134,104); }
td.TdClassName
{
border-color: #E98668;
}
.TagClassName
{
border-color: #E98668;
}
</style>