Shades of Copper #E88164
Tints of Copper #E88164
RGB
CMYK
RGB Variations
Color information
#E88164 (or 0xE88164) is known color: Copper. HEX triplet: E8, 81 and 64. RGB value is (232,129,100). Sum of RGB (Red+Green+Blue) = 232+129+100=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E88164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88164 is #177E9B. Grayscale: #9C9C9C. Windows color (decimal): -1539740 or 6586856. OLE color: 6586856.
HSL color Cylindrical-coordinate representation of color #E88164: hue angle of 13.18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E88164 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 100 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.09 |
| HSL | 13.18º | 0.74% | 0.65% | - |
| HSV(B) | 13.18º | 0.57% | 0.91% | - |
| XYZ | 43.43 | 33.78 | 16.29 | - |
| YUV | 156.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 100 | 0 | 0.44 | 0.57 | 0.09 | 13.18 | 0.74 | 0.65 |
| Hex | E8 | 81 | 64 | 0 | 2C | 39 | 9 | D | 4A | 41 |
| Octal | 350 | 201 | 144 | 0 | 54 | 71 | 11 | 15 | 112 | 101 |
| Binary | 11101000 | 10000001 | 1100100 | 0 | 101100 | 111001 | 1001 | 1101 | 1001010 | 1000001 |
Color Harmonies of #E88164
Complementary color
Monochromatic Colors of #E88164
Black with #E88164
Text Example
Text Example
White with #E88164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88164; }
p { color: rgb(232,129,100); }
H1.HeaderClassName
{
color: #E88164;
}
.AnyTagClassName
{
color: #E88164;
}
</style>
background-color css
<style>
a { background-color: #E88164; }
a { background-color: rgb(232,129,100); }
div.DivClassName
{
background-color: #E88164;
}
.BgClassName
{
background-color: #E88164;
}
</style>
border-color css
<style>
span { border-color: #E88164; }
span { border-color: rgb(232,129,100); }
td.TdClassName
{
border-color: #E88164;
}
.TagClassName
{
border-color: #E88164;
}
</style>