Shades of Copper #E09265
Tints of Copper #E09265
RGB
CMYK
RGB Variations
Color information
#E09265 (or 0xE09265) is known color: Copper. HEX triplet: E0, 92 and 65. RGB value is (224,146,101). Sum of RGB (Red+Green+Blue) = 224+146+101=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E09265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09265 is #1F6D9A. Grayscale: #A4A4A4. Windows color (decimal): -2059675 or 6656736. OLE color: 6656736.
HSL color Cylindrical-coordinate representation of color #E09265: hue angle of 21.95º 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 #E09265 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 101 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.12 |
| HSL | 21.95º | 0.66% | 0.64% | - |
| HSV(B) | 21.95º | 0.55% | 0.88% | - |
| XYZ | 43.37 | 37.34 | 17.23 | - |
| YUV | 164.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 101 | 0 | 0.35 | 0.55 | 0.12 | 21.95 | 0.66 | 0.64 |
| Hex | E0 | 92 | 65 | 0 | 23 | 37 | C | 16 | 42 | 40 |
| Octal | 340 | 222 | 145 | 0 | 43 | 67 | 14 | 26 | 102 | 100 |
| Binary | 11100000 | 10010010 | 1100101 | 0 | 100011 | 110111 | 1100 | 10110 | 1000010 | 1000000 |
Color Harmonies of #E09265
Complementary color
Monochromatic Colors of #E09265
Black with #E09265
Text Example
Text Example
White with #E09265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09265; }
p { color: rgb(224,146,101); }
H1.HeaderClassName
{
color: #E09265;
}
.AnyTagClassName
{
color: #E09265;
}
</style>
background-color css
<style>
a { background-color: #E09265; }
a { background-color: rgb(224,146,101); }
div.DivClassName
{
background-color: #E09265;
}
.BgClassName
{
background-color: #E09265;
}
</style>
border-color css
<style>
span { border-color: #E09265; }
span { border-color: rgb(224,146,101); }
td.TdClassName
{
border-color: #E09265;
}
.TagClassName
{
border-color: #E09265;
}
</style>