Shades of Copper #E08265
Tints of Copper #E08265
RGB
CMYK
RGB Variations
Color information
#E08265 (or 0xE08265) is known color: Copper. HEX triplet: E0, 82 and 65. RGB value is (224,130,101). Sum of RGB (Red+Green+Blue) = 224+130+101=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E08265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08265 is #1F7D9A. Grayscale: #9B9B9B. Windows color (decimal): -2063771 or 6652640. OLE color: 6652640.
HSL color Cylindrical-coordinate representation of color #E08265: hue angle of 14.15º 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 #E08265 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 101 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.12 |
| HSL | 14.15º | 0.66% | 0.64% | - |
| HSV(B) | 14.15º | 0.55% | 0.88% | - |
| XYZ | 41.07 | 32.75 | 16.47 | - |
| YUV | 154.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 101 | 0 | 0.42 | 0.55 | 0.12 | 14.15 | 0.66 | 0.64 |
| Hex | E0 | 82 | 65 | 0 | 2A | 37 | C | E | 42 | 40 |
| Octal | 340 | 202 | 145 | 0 | 52 | 67 | 14 | 16 | 102 | 100 |
| Binary | 11100000 | 10000010 | 1100101 | 0 | 101010 | 110111 | 1100 | 1110 | 1000010 | 1000000 |
Color Harmonies of #E08265
Complementary color
Monochromatic Colors of #E08265
Black with #E08265
Text Example
Text Example
White with #E08265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08265; }
p { color: rgb(224,130,101); }
H1.HeaderClassName
{
color: #E08265;
}
.AnyTagClassName
{
color: #E08265;
}
</style>
background-color css
<style>
a { background-color: #E08265; }
a { background-color: rgb(224,130,101); }
div.DivClassName
{
background-color: #E08265;
}
.BgClassName
{
background-color: #E08265;
}
</style>
border-color css
<style>
span { border-color: #E08265; }
span { border-color: rgb(224,130,101); }
td.TdClassName
{
border-color: #E08265;
}
.TagClassName
{
border-color: #E08265;
}
</style>