Shades of Copper #E09270
Tints of Copper #E09270
RGB
CMYK
RGB Variations
Color information
#E09270 (or 0xE09270) is known color: Copper. HEX triplet: E0, 92 and 70. RGB value is (224,146,112). Sum of RGB (Red+Green+Blue) = 224+146+112=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E09270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09270 is #1F6D8F. Grayscale: #A5A5A5. Windows color (decimal): -2059664 or 7377632. OLE color: 7377632.
HSL color Cylindrical-coordinate representation of color #E09270: hue angle of 18.21º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09270 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 112 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.12 |
| HSL | 18.21º | 0.64% | 0.66% | - |
| HSV(B) | 18.21º | 0.5% | 0.88% | - |
| XYZ | 43.94 | 37.57 | 20.27 | - |
| YUV | 165.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 112 | 0 | 0.35 | 0.50 | 0.12 | 18.21 | 0.64 | 0.66 |
| Hex | E0 | 92 | 70 | 0 | 23 | 32 | C | 12 | 40 | 42 |
| Octal | 340 | 222 | 160 | 0 | 43 | 62 | 14 | 22 | 100 | 102 |
| Binary | 11100000 | 10010010 | 1110000 | 0 | 100011 | 110010 | 1100 | 10010 | 1000000 | 1000010 |
Color Harmonies of #E09270
Complementary color
Monochromatic Colors of #E09270
Black with #E09270
Text Example
Text Example
White with #E09270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09270; }
p { color: rgb(224,146,112); }
H1.HeaderClassName
{
color: #E09270;
}
.AnyTagClassName
{
color: #E09270;
}
</style>
background-color css
<style>
a { background-color: #E09270; }
a { background-color: rgb(224,146,112); }
div.DivClassName
{
background-color: #E09270;
}
.BgClassName
{
background-color: #E09270;
}
</style>
border-color css
<style>
span { border-color: #E09270; }
span { border-color: rgb(224,146,112); }
td.TdClassName
{
border-color: #E09270;
}
.TagClassName
{
border-color: #E09270;
}
</style>