Shades of Copper #E88A62
Tints of Copper #E88A62
RGB
CMYK
RGB Variations
Color information
#E88A62 (or 0xE88A62) is known color: Copper. HEX triplet: E8, 8A and 62. RGB value is (232,138,98). Sum of RGB (Red+Green+Blue) = 232+138+98=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A62 is #17759D. Grayscale: #A1A1A1. Windows color (decimal): -1537438 or 6458088. OLE color: 6458088.
HSL color Cylindrical-coordinate representation of color #E88A62: hue angle of 17.91º degrees, saturation: 0.74, 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 #E88A62 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 98 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.09 |
| HSL | 17.91º | 0.74% | 0.65% | - |
| HSV(B) | 17.91º | 0.58% | 0.91% | - |
| XYZ | 44.57 | 36.21 | 16.2 | - |
| YUV | 161.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 98 | 0 | 0.41 | 0.58 | 0.09 | 17.91 | 0.74 | 0.65 |
| Hex | E8 | 8A | 62 | 0 | 29 | 3A | 9 | 12 | 4A | 41 |
| Octal | 350 | 212 | 142 | 0 | 51 | 72 | 11 | 22 | 112 | 101 |
| Binary | 11101000 | 10001010 | 1100010 | 0 | 101001 | 111010 | 1001 | 10010 | 1001010 | 1000001 |
Color Harmonies of #E88A62
Complementary color
Monochromatic Colors of #E88A62
Black with #E88A62
Text Example
Text Example
White with #E88A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A62; }
p { color: rgb(232,138,98); }
H1.HeaderClassName
{
color: #E88A62;
}
.AnyTagClassName
{
color: #E88A62;
}
</style>
background-color css
<style>
a { background-color: #E88A62; }
a { background-color: rgb(232,138,98); }
div.DivClassName
{
background-color: #E88A62;
}
.BgClassName
{
background-color: #E88A62;
}
</style>
border-color css
<style>
span { border-color: #E88A62; }
span { border-color: rgb(232,138,98); }
td.TdClassName
{
border-color: #E88A62;
}
.TagClassName
{
border-color: #E88A62;
}
</style>