Shades of Copper #E88767
Tints of Copper #E88767
RGB
CMYK
RGB Variations
Color information
#E88767 (or 0xE88767) is known color: Copper. HEX triplet: E8, 87 and 67. RGB value is (232,135,103). Sum of RGB (Red+Green+Blue) = 232+135+103=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E88767 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88767 is #177898. Grayscale: #A0A0A0. Windows color (decimal): -1538201 or 6785000. OLE color: 6785000.
HSL color Cylindrical-coordinate representation of color #E88767: hue angle of 14.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E88767 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 135 | 103 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.09 |
| HSL | 14.88º | 0.74% | 0.66% | - |
| HSV(B) | 14.88º | 0.56% | 0.91% | - |
| XYZ | 44.39 | 35.46 | 17.34 | - |
| YUV | 160.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 135 | 103 | 0 | 0.42 | 0.56 | 0.09 | 14.88 | 0.74 | 0.66 |
| Hex | E8 | 87 | 67 | 0 | 2A | 38 | 9 | F | 4A | 42 |
| Octal | 350 | 207 | 147 | 0 | 52 | 70 | 11 | 17 | 112 | 102 |
| Binary | 11101000 | 10000111 | 1100111 | 0 | 101010 | 111000 | 1001 | 1111 | 1001010 | 1000010 |
Color Harmonies of #E88767
Complementary color
Monochromatic Colors of #E88767
Black with #E88767
Text Example
Text Example
White with #E88767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88767; }
p { color: rgb(232,135,103); }
H1.HeaderClassName
{
color: #E88767;
}
.AnyTagClassName
{
color: #E88767;
}
</style>
background-color css
<style>
a { background-color: #E88767; }
a { background-color: rgb(232,135,103); }
div.DivClassName
{
background-color: #E88767;
}
.BgClassName
{
background-color: #E88767;
}
</style>
border-color css
<style>
span { border-color: #E88767; }
span { border-color: rgb(232,135,103); }
td.TdClassName
{
border-color: #E88767;
}
.TagClassName
{
border-color: #E88767;
}
</style>