Shades of Copper #E08A64
Tints of Copper #E08A64
RGB
CMYK
RGB Variations
Color information
#E08A64 (or 0xE08A64) is known color: Copper. HEX triplet: E0, 8A and 64. RGB value is (224,138,100). Sum of RGB (Red+Green+Blue) = 224+138+100=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A64 is #1F759B. Grayscale: #9F9F9F. Windows color (decimal): -2061724 or 6589152. OLE color: 6589152.
HSL color Cylindrical-coordinate representation of color #E08A64: hue angle of 18.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08A64 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 100 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.12 |
| HSL | 18.39º | 0.67% | 0.64% | - |
| HSV(B) | 18.39º | 0.55% | 0.88% | - |
| XYZ | 42.13 | 34.94 | 16.58 | - |
| YUV | 159.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 100 | 0 | 0.38 | 0.55 | 0.12 | 18.39 | 0.67 | 0.64 |
| Hex | E0 | 8A | 64 | 0 | 26 | 37 | C | 12 | 43 | 40 |
| Octal | 340 | 212 | 144 | 0 | 46 | 67 | 14 | 22 | 103 | 100 |
| Binary | 11100000 | 10001010 | 1100100 | 0 | 100110 | 110111 | 1100 | 10010 | 1000011 | 1000000 |
Color Harmonies of #E08A64
Complementary color
Monochromatic Colors of #E08A64
Black with #E08A64
Text Example
Text Example
White with #E08A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A64; }
p { color: rgb(224,138,100); }
H1.HeaderClassName
{
color: #E08A64;
}
.AnyTagClassName
{
color: #E08A64;
}
</style>
background-color css
<style>
a { background-color: #E08A64; }
a { background-color: rgb(224,138,100); }
div.DivClassName
{
background-color: #E08A64;
}
.BgClassName
{
background-color: #E08A64;
}
</style>
border-color css
<style>
span { border-color: #E08A64; }
span { border-color: rgb(224,138,100); }
td.TdClassName
{
border-color: #E08A64;
}
.TagClassName
{
border-color: #E08A64;
}
</style>