Shades of Copper #E88561
Tints of Copper #E88561
RGB
CMYK
RGB Variations
Color information
#E88561 (or 0xE88561) is known color: Copper. HEX triplet: E8, 85 and 61. RGB value is (232,133,97). Sum of RGB (Red+Green+Blue) = 232+133+97=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E88561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88561 is #177A9E. Grayscale: #9E9E9E. Windows color (decimal): -1538719 or 6391272. OLE color: 6391272.
HSL color Cylindrical-coordinate representation of color #E88561: hue angle of 16º degrees, saturation: 0.75, 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 #E88561 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 97 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.09 |
| HSL | 16º | 0.75% | 0.65% | - |
| HSV(B) | 16º | 0.58% | 0.91% | - |
| XYZ | 43.82 | 34.79 | 15.72 | - |
| YUV | 158.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 97 | 0 | 0.43 | 0.58 | 0.09 | 16 | 0.75 | 0.65 |
| Hex | E8 | 85 | 61 | 0 | 2B | 3A | 9 | 10 | 4B | 41 |
| Octal | 350 | 205 | 141 | 0 | 53 | 72 | 11 | 20 | 113 | 101 |
| Binary | 11101000 | 10000101 | 1100001 | 0 | 101011 | 111010 | 1001 | 10000 | 1001011 | 1000001 |
Color Harmonies of #E88561
Complementary color
Monochromatic Colors of #E88561
Black with #E88561
Text Example
Text Example
White with #E88561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88561; }
p { color: rgb(232,133,97); }
H1.HeaderClassName
{
color: #E88561;
}
.AnyTagClassName
{
color: #E88561;
}
</style>
background-color css
<style>
a { background-color: #E88561; }
a { background-color: rgb(232,133,97); }
div.DivClassName
{
background-color: #E88561;
}
.BgClassName
{
background-color: #E88561;
}
</style>
border-color css
<style>
span { border-color: #E88561; }
span { border-color: rgb(232,133,97); }
td.TdClassName
{
border-color: #E88561;
}
.TagClassName
{
border-color: #E88561;
}
</style>