Shades of Copper #E08465
Tints of Copper #E08465
RGB
CMYK
RGB Variations
Color information
#E08465 (or 0xE08465) is known color: Copper. HEX triplet: E0, 84 and 65. RGB value is (224,132,101). Sum of RGB (Red+Green+Blue) = 224+132+101=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08465 is #1F7B9A. Grayscale: #9C9C9C. Windows color (decimal): -2063259 or 6653152. OLE color: 6653152.
HSL color Cylindrical-coordinate representation of color #E08465: hue angle of 15.12º 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 #E08465 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 101 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.12 |
| HSL | 15.12º | 0.66% | 0.64% | - |
| HSV(B) | 15.12º | 0.55% | 0.88% | - |
| XYZ | 41.34 | 33.29 | 16.56 | - |
| YUV | 155.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 101 | 0 | 0.41 | 0.55 | 0.12 | 15.12 | 0.66 | 0.64 |
| Hex | E0 | 84 | 65 | 0 | 29 | 37 | C | F | 42 | 40 |
| Octal | 340 | 204 | 145 | 0 | 51 | 67 | 14 | 17 | 102 | 100 |
| Binary | 11100000 | 10000100 | 1100101 | 0 | 101001 | 110111 | 1100 | 1111 | 1000010 | 1000000 |
Color Harmonies of #E08465
Complementary color
Monochromatic Colors of #E08465
Black with #E08465
Text Example
Text Example
White with #E08465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08465; }
p { color: rgb(224,132,101); }
H1.HeaderClassName
{
color: #E08465;
}
.AnyTagClassName
{
color: #E08465;
}
</style>
background-color css
<style>
a { background-color: #E08465; }
a { background-color: rgb(224,132,101); }
div.DivClassName
{
background-color: #E08465;
}
.BgClassName
{
background-color: #E08465;
}
</style>
border-color css
<style>
span { border-color: #E08465; }
span { border-color: rgb(224,132,101); }
td.TdClassName
{
border-color: #E08465;
}
.TagClassName
{
border-color: #E08465;
}
</style>