Shades of Copper #E09067
Tints of Copper #E09067
RGB
CMYK
RGB Variations
Color information
#E09067 (or 0xE09067) is known color: Copper. HEX triplet: E0, 90 and 67. RGB value is (224,144,103). Sum of RGB (Red+Green+Blue) = 224+144+103=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E09067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09067 is #1F6F98. Grayscale: #A3A3A3. Windows color (decimal): -2060185 or 6787296. OLE color: 6787296.
HSL color Cylindrical-coordinate representation of color #E09067: hue angle of 20.33º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E09067 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 103 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.12 |
| HSL | 20.33º | 0.66% | 0.64% | - |
| HSV(B) | 20.33º | 0.54% | 0.88% | - |
| XYZ | 43.16 | 36.77 | 17.66 | - |
| YUV | 163.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 103 | 0 | 0.36 | 0.54 | 0.12 | 20.33 | 0.66 | 0.64 |
| Hex | E0 | 90 | 67 | 0 | 24 | 36 | C | 14 | 42 | 40 |
| Octal | 340 | 220 | 147 | 0 | 44 | 66 | 14 | 24 | 102 | 100 |
| Binary | 11100000 | 10010000 | 1100111 | 0 | 100100 | 110110 | 1100 | 10100 | 1000010 | 1000000 |
Color Harmonies of #E09067
Complementary color
Monochromatic Colors of #E09067
Black with #E09067
Text Example
Text Example
White with #E09067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09067; }
p { color: rgb(224,144,103); }
H1.HeaderClassName
{
color: #E09067;
}
.AnyTagClassName
{
color: #E09067;
}
</style>
background-color css
<style>
a { background-color: #E09067; }
a { background-color: rgb(224,144,103); }
div.DivClassName
{
background-color: #E09067;
}
.BgClassName
{
background-color: #E09067;
}
</style>
border-color css
<style>
span { border-color: #E09067; }
span { border-color: rgb(224,144,103); }
td.TdClassName
{
border-color: #E09067;
}
.TagClassName
{
border-color: #E09067;
}
</style>