Shades of Copper #E09365
Tints of Copper #E09365
RGB
CMYK
RGB Variations
Color information
#E09365 (or 0xE09365) is known color: Copper. HEX triplet: E0, 93 and 65. RGB value is (224,147,101). Sum of RGB (Red+Green+Blue) = 224+147+101=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E09365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09365 is #1F6C9A. Grayscale: #A5A5A5. Windows color (decimal): -2059419 or 6656992. OLE color: 6656992.
HSL color Cylindrical-coordinate representation of color #E09365: hue angle of 22.44º degrees, saturation: 0.66, 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 #E09365 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 101 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.12 |
| HSL | 22.44º | 0.66% | 0.64% | - |
| HSV(B) | 22.44º | 0.55% | 0.88% | - |
| XYZ | 43.52 | 37.65 | 17.29 | - |
| YUV | 164.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 101 | 0 | 0.34 | 0.55 | 0.12 | 22.44 | 0.66 | 0.64 |
| Hex | E0 | 93 | 65 | 0 | 22 | 37 | C | 16 | 42 | 40 |
| Octal | 340 | 223 | 145 | 0 | 42 | 67 | 14 | 26 | 102 | 100 |
| Binary | 11100000 | 10010011 | 1100101 | 0 | 100010 | 110111 | 1100 | 10110 | 1000010 | 1000000 |
Color Harmonies of #E09365
Complementary color
Monochromatic Colors of #E09365
Black with #E09365
Text Example
Text Example
White with #E09365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09365; }
p { color: rgb(224,147,101); }
H1.HeaderClassName
{
color: #E09365;
}
.AnyTagClassName
{
color: #E09365;
}
</style>
background-color css
<style>
a { background-color: #E09365; }
a { background-color: rgb(224,147,101); }
div.DivClassName
{
background-color: #E09365;
}
.BgClassName
{
background-color: #E09365;
}
</style>
border-color css
<style>
span { border-color: #E09365; }
span { border-color: rgb(224,147,101); }
td.TdClassName
{
border-color: #E09365;
}
.TagClassName
{
border-color: #E09365;
}
</style>