Shades of Copper #E08762
Tints of Copper #E08762
RGB
CMYK
RGB Variations
Color information
#E08762 (or 0xE08762) is known color: Copper. HEX triplet: E0, 87 and 62. RGB value is (224,135,98). Sum of RGB (Red+Green+Blue) = 224+135+98=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08762 is #1F789D. Grayscale: #9D9D9D. Windows color (decimal): -2062494 or 6457312. OLE color: 6457312.
HSL color Cylindrical-coordinate representation of color #E08762: hue angle of 17.62º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E08762 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 98 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.12 |
| HSL | 17.62º | 0.67% | 0.63% | - |
| HSV(B) | 17.62º | 0.56% | 0.88% | - |
| XYZ | 41.61 | 34.06 | 15.94 | - |
| YUV | 157.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 98 | 0 | 0.40 | 0.56 | 0.12 | 17.62 | 0.67 | 0.63 |
| Hex | E0 | 87 | 62 | 0 | 28 | 38 | C | 12 | 43 | 3F |
| Octal | 340 | 207 | 142 | 0 | 50 | 70 | 14 | 22 | 103 | 77 |
| Binary | 11100000 | 10000111 | 1100010 | 0 | 101000 | 111000 | 1100 | 10010 | 1000011 | 111111 |
Color Harmonies of #E08762
Complementary color
Monochromatic Colors of #E08762
Black with #E08762
Text Example
Text Example
White with #E08762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08762; }
p { color: rgb(224,135,98); }
H1.HeaderClassName
{
color: #E08762;
}
.AnyTagClassName
{
color: #E08762;
}
</style>
background-color css
<style>
a { background-color: #E08762; }
a { background-color: rgb(224,135,98); }
div.DivClassName
{
background-color: #E08762;
}
.BgClassName
{
background-color: #E08762;
}
</style>
border-color css
<style>
span { border-color: #E08762; }
span { border-color: rgb(224,135,98); }
td.TdClassName
{
border-color: #E08762;
}
.TagClassName
{
border-color: #E08762;
}
</style>