Shades of Copper #E89068
Tints of Copper #E89068
RGB
CMYK
RGB Variations
Color information
#E89068 (or 0xE89068) is known color: Copper. HEX triplet: E8, 90 and 68. RGB value is (232,144,104). Sum of RGB (Red+Green+Blue) = 232+144+104=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E89068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89068 is #176F97. Grayscale: #A6A6A6. Windows color (decimal): -1535896 or 6852840. OLE color: 6852840.
HSL color Cylindrical-coordinate representation of color #E89068: hue angle of 18.75º degrees, saturation: 0.74, 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 #E89068 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 104 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.09 |
| HSL | 18.75º | 0.74% | 0.66% | - |
| HSV(B) | 18.75º | 0.55% | 0.91% | - |
| XYZ | 45.75 | 38.1 | 18.04 | - |
| YUV | 165.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 104 | 0 | 0.38 | 0.55 | 0.09 | 18.75 | 0.74 | 0.66 |
| Hex | E8 | 90 | 68 | 0 | 26 | 37 | 9 | 13 | 4A | 42 |
| Octal | 350 | 220 | 150 | 0 | 46 | 67 | 11 | 23 | 112 | 102 |
| Binary | 11101000 | 10010000 | 1101000 | 0 | 100110 | 110111 | 1001 | 10011 | 1001010 | 1000010 |
Color Harmonies of #E89068
Complementary color
Monochromatic Colors of #E89068
Black with #E89068
Text Example
Text Example
White with #E89068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89068; }
p { color: rgb(232,144,104); }
H1.HeaderClassName
{
color: #E89068;
}
.AnyTagClassName
{
color: #E89068;
}
</style>
background-color css
<style>
a { background-color: #E89068; }
a { background-color: rgb(232,144,104); }
div.DivClassName
{
background-color: #E89068;
}
.BgClassName
{
background-color: #E89068;
}
</style>
border-color css
<style>
span { border-color: #E89068; }
span { border-color: rgb(232,144,104); }
td.TdClassName
{
border-color: #E89068;
}
.TagClassName
{
border-color: #E89068;
}
</style>