Shades of Copper #E09063
Tints of Copper #E09063
RGB
CMYK
RGB Variations
Color information
#E09063 (or 0xE09063) is known color: Copper. HEX triplet: E0, 90 and 63. RGB value is (224,144,99). Sum of RGB (Red+Green+Blue) = 224+144+99=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E09063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09063 is #1F6F9C. Grayscale: #A3A3A3. Windows color (decimal): -2060189 or 6525152. OLE color: 6525152.
HSL color Cylindrical-coordinate representation of color #E09063: hue angle of 21.6º 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 #E09063 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 99 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.12 |
| HSL | 21.6º | 0.67% | 0.63% | - |
| HSV(B) | 21.6º | 0.56% | 0.88% | - |
| XYZ | 42.97 | 36.69 | 16.62 | - |
| YUV | 162.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 99 | 0 | 0.36 | 0.56 | 0.12 | 21.6 | 0.67 | 0.63 |
| Hex | E0 | 90 | 63 | 0 | 24 | 38 | C | 16 | 43 | 3F |
| Octal | 340 | 220 | 143 | 0 | 44 | 70 | 14 | 26 | 103 | 77 |
| Binary | 11100000 | 10010000 | 1100011 | 0 | 100100 | 111000 | 1100 | 10110 | 1000011 | 111111 |
Color Harmonies of #E09063
Complementary color
Monochromatic Colors of #E09063
Black with #E09063
Text Example
Text Example
White with #E09063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09063; }
p { color: rgb(224,144,99); }
H1.HeaderClassName
{
color: #E09063;
}
.AnyTagClassName
{
color: #E09063;
}
</style>
background-color css
<style>
a { background-color: #E09063; }
a { background-color: rgb(224,144,99); }
div.DivClassName
{
background-color: #E09063;
}
.BgClassName
{
background-color: #E09063;
}
</style>
border-color css
<style>
span { border-color: #E09063; }
span { border-color: rgb(224,144,99); }
td.TdClassName
{
border-color: #E09063;
}
.TagClassName
{
border-color: #E09063;
}
</style>