Shades of Copper #E09061
Tints of Copper #E09061
RGB
CMYK
RGB Variations
Color information
#E09061 (or 0xE09061) is known color: Copper. HEX triplet: E0, 90 and 61. RGB value is (224,144,97). Sum of RGB (Red+Green+Blue) = 224+144+97=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E09061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09061 is #1F6F9E. Grayscale: #A2A2A2. Windows color (decimal): -2060191 or 6394080. OLE color: 6394080.
HSL color Cylindrical-coordinate representation of color #E09061: hue angle of 22.2º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E09061 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 97 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.12 |
| HSL | 22.2º | 0.67% | 0.63% | - |
| HSV(B) | 22.2º | 0.57% | 0.88% | - |
| XYZ | 42.87 | 36.66 | 16.13 | - |
| YUV | 162.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 97 | 0 | 0.36 | 0.57 | 0.12 | 22.2 | 0.67 | 0.63 |
| Hex | E0 | 90 | 61 | 0 | 24 | 39 | C | 16 | 43 | 3F |
| Octal | 340 | 220 | 141 | 0 | 44 | 71 | 14 | 26 | 103 | 77 |
| Binary | 11100000 | 10010000 | 1100001 | 0 | 100100 | 111001 | 1100 | 10110 | 1000011 | 111111 |
Color Harmonies of #E09061
Complementary color
Monochromatic Colors of #E09061
Black with #E09061
Text Example
Text Example
White with #E09061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09061; }
p { color: rgb(224,144,97); }
H1.HeaderClassName
{
color: #E09061;
}
.AnyTagClassName
{
color: #E09061;
}
</style>
background-color css
<style>
a { background-color: #E09061; }
a { background-color: rgb(224,144,97); }
div.DivClassName
{
background-color: #E09061;
}
.BgClassName
{
background-color: #E09061;
}
</style>
border-color css
<style>
span { border-color: #E09061; }
span { border-color: rgb(224,144,97); }
td.TdClassName
{
border-color: #E09061;
}
.TagClassName
{
border-color: #E09061;
}
</style>