Shades of Copper #E09164
Tints of Copper #E09164
RGB
CMYK
RGB Variations
Color information
#E09164 (or 0xE09164) is known color: Copper. HEX triplet: E0, 91 and 64. RGB value is (224,145,100). Sum of RGB (Red+Green+Blue) = 224+145+100=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E09164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09164 is #1F6E9B. Grayscale: #A3A3A3. Windows color (decimal): -2059932 or 6590944. OLE color: 6590944.
HSL color Cylindrical-coordinate representation of color #E09164: hue angle of 21.77º 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 #E09164 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 100 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.12 |
| HSL | 21.77º | 0.67% | 0.64% | - |
| HSV(B) | 21.77º | 0.55% | 0.88% | - |
| XYZ | 43.17 | 37.02 | 16.93 | - |
| YUV | 163.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 100 | 0 | 0.35 | 0.55 | 0.12 | 21.77 | 0.67 | 0.64 |
| Hex | E0 | 91 | 64 | 0 | 23 | 37 | C | 16 | 43 | 40 |
| Octal | 340 | 221 | 144 | 0 | 43 | 67 | 14 | 26 | 103 | 100 |
| Binary | 11100000 | 10010001 | 1100100 | 0 | 100011 | 110111 | 1100 | 10110 | 1000011 | 1000000 |
Color Harmonies of #E09164
Complementary color
Monochromatic Colors of #E09164
Black with #E09164
Text Example
Text Example
White with #E09164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09164; }
p { color: rgb(224,145,100); }
H1.HeaderClassName
{
color: #E09164;
}
.AnyTagClassName
{
color: #E09164;
}
</style>
background-color css
<style>
a { background-color: #E09164; }
a { background-color: rgb(224,145,100); }
div.DivClassName
{
background-color: #E09164;
}
.BgClassName
{
background-color: #E09164;
}
</style>
border-color css
<style>
span { border-color: #E09164; }
span { border-color: rgb(224,145,100); }
td.TdClassName
{
border-color: #E09164;
}
.TagClassName
{
border-color: #E09164;
}
</style>