Shades of Copper #E0966D
Tints of Copper #E0966D
RGB
CMYK
RGB Variations
Color information
#E0966D (or 0xE0966D) is known color: Copper. HEX triplet: E0, 96 and 6D. RGB value is (224,150,109). Sum of RGB (Red+Green+Blue) = 224+150+109=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0966D is #1F6992. Grayscale: #A7A7A7. Windows color (decimal): -2058643 or 7182048. OLE color: 7182048.
HSL color Cylindrical-coordinate representation of color #E0966D: hue angle of 21.39º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0966D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 109 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.12 |
| HSL | 21.39º | 0.65% | 0.65% | - |
| HSV(B) | 21.39º | 0.51% | 0.88% | - |
| XYZ | 44.41 | 38.76 | 19.61 | - |
| YUV | 167.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 109 | 0 | 0.33 | 0.51 | 0.12 | 21.39 | 0.65 | 0.65 |
| Hex | E0 | 96 | 6D | 0 | 21 | 33 | C | 15 | 41 | 41 |
| Octal | 340 | 226 | 155 | 0 | 41 | 63 | 14 | 25 | 101 | 101 |
| Binary | 11100000 | 10010110 | 1101101 | 0 | 100001 | 110011 | 1100 | 10101 | 1000001 | 1000001 |
Color Harmonies of #E0966D
Complementary color
Monochromatic Colors of #E0966D
Black with #E0966D
Text Example
Text Example
White with #E0966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0966D; }
p { color: rgb(224,150,109); }
H1.HeaderClassName
{
color: #E0966D;
}
.AnyTagClassName
{
color: #E0966D;
}
</style>
background-color css
<style>
a { background-color: #E0966D; }
a { background-color: rgb(224,150,109); }
div.DivClassName
{
background-color: #E0966D;
}
.BgClassName
{
background-color: #E0966D;
}
</style>
border-color css
<style>
span { border-color: #E0966D; }
span { border-color: rgb(224,150,109); }
td.TdClassName
{
border-color: #E0966D;
}
.TagClassName
{
border-color: #E0966D;
}
</style>