Shades of Copper #E88A61
Tints of Copper #E88A61
RGB
CMYK
RGB Variations
Color information
#E88A61 (or 0xE88A61) is known color: Copper. HEX triplet: E8, 8A and 61. RGB value is (232,138,97). Sum of RGB (Red+Green+Blue) = 232+138+97=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A61 is #17759E. Grayscale: #A1A1A1. Windows color (decimal): -1537439 or 6392552. OLE color: 6392552.
HSL color Cylindrical-coordinate representation of color #E88A61: hue angle of 18.22º 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 #E88A61 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 97 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.09 |
| HSL | 18.22º | 0.75% | 0.65% | - |
| HSV(B) | 18.22º | 0.58% | 0.91% | - |
| XYZ | 44.52 | 36.2 | 15.95 | - |
| YUV | 161.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 97 | 0 | 0.41 | 0.58 | 0.09 | 18.22 | 0.75 | 0.65 |
| Hex | E8 | 8A | 61 | 0 | 29 | 3A | 9 | 12 | 4B | 41 |
| Octal | 350 | 212 | 141 | 0 | 51 | 72 | 11 | 22 | 113 | 101 |
| Binary | 11101000 | 10001010 | 1100001 | 0 | 101001 | 111010 | 1001 | 10010 | 1001011 | 1000001 |
Color Harmonies of #E88A61
Complementary color
Monochromatic Colors of #E88A61
Black with #E88A61
Text Example
Text Example
White with #E88A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A61; }
p { color: rgb(232,138,97); }
H1.HeaderClassName
{
color: #E88A61;
}
.AnyTagClassName
{
color: #E88A61;
}
</style>
background-color css
<style>
a { background-color: #E88A61; }
a { background-color: rgb(232,138,97); }
div.DivClassName
{
background-color: #E88A61;
}
.BgClassName
{
background-color: #E88A61;
}
</style>
border-color css
<style>
span { border-color: #E88A61; }
span { border-color: rgb(232,138,97); }
td.TdClassName
{
border-color: #E88A61;
}
.TagClassName
{
border-color: #E88A61;
}
</style>