Shades of Copper #E09264
Tints of Copper #E09264
RGB
CMYK
RGB Variations
Color information
#E09264 (or 0xE09264) is known color: Copper. HEX triplet: E0, 92 and 64. RGB value is (224,146,100). Sum of RGB (Red+Green+Blue) = 224+146+100=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E09264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09264 is #1F6D9B. Grayscale: #A4A4A4. Windows color (decimal): -2059676 or 6591200. OLE color: 6591200.
HSL color Cylindrical-coordinate representation of color #E09264: hue angle of 22.26º 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 #E09264 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 100 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.12 |
| HSL | 22.26º | 0.67% | 0.64% | - |
| HSV(B) | 22.26º | 0.55% | 0.88% | - |
| XYZ | 43.32 | 37.33 | 16.98 | - |
| YUV | 164.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 100 | 0 | 0.35 | 0.55 | 0.12 | 22.26 | 0.67 | 0.64 |
| Hex | E0 | 92 | 64 | 0 | 23 | 37 | C | 16 | 43 | 40 |
| Octal | 340 | 222 | 144 | 0 | 43 | 67 | 14 | 26 | 103 | 100 |
| Binary | 11100000 | 10010010 | 1100100 | 0 | 100011 | 110111 | 1100 | 10110 | 1000011 | 1000000 |
Color Harmonies of #E09264
Complementary color
Monochromatic Colors of #E09264
Black with #E09264
Text Example
Text Example
White with #E09264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09264; }
p { color: rgb(224,146,100); }
H1.HeaderClassName
{
color: #E09264;
}
.AnyTagClassName
{
color: #E09264;
}
</style>
background-color css
<style>
a { background-color: #E09264; }
a { background-color: rgb(224,146,100); }
div.DivClassName
{
background-color: #E09264;
}
.BgClassName
{
background-color: #E09264;
}
</style>
border-color css
<style>
span { border-color: #E09264; }
span { border-color: rgb(224,146,100); }
td.TdClassName
{
border-color: #E09264;
}
.TagClassName
{
border-color: #E09264;
}
</style>