Shades of Copper #E0976A
Tints of Copper #E0976A
RGB
CMYK
RGB Variations
Color information
#E0976A (or 0xE0976A) is known color: Copper. HEX triplet: E0, 97 and 6A. RGB value is (224,151,106). Sum of RGB (Red+Green+Blue) = 224+151+106=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0976A is #1F6895. Grayscale: #A7A7A7. Windows color (decimal): -2058390 or 6985696. OLE color: 6985696.
HSL color Cylindrical-coordinate representation of color #E0976A: hue angle of 22.88º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0976A is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 106 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.12 |
| HSL | 22.88º | 0.66% | 0.65% | - |
| HSV(B) | 22.88º | 0.53% | 0.88% | - |
| XYZ | 44.41 | 39.02 | 18.83 | - |
| YUV | 167.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 106 | 0 | 0.33 | 0.53 | 0.12 | 22.88 | 0.66 | 0.65 |
| Hex | E0 | 97 | 6A | 0 | 21 | 35 | C | 17 | 42 | 41 |
| Octal | 340 | 227 | 152 | 0 | 41 | 65 | 14 | 27 | 102 | 101 |
| Binary | 11100000 | 10010111 | 1101010 | 0 | 100001 | 110101 | 1100 | 10111 | 1000010 | 1000001 |
Color Harmonies of #E0976A
Complementary color
Monochromatic Colors of #E0976A
Black with #E0976A
Text Example
Text Example
White with #E0976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0976A; }
p { color: rgb(224,151,106); }
H1.HeaderClassName
{
color: #E0976A;
}
.AnyTagClassName
{
color: #E0976A;
}
</style>
background-color css
<style>
a { background-color: #E0976A; }
a { background-color: rgb(224,151,106); }
div.DivClassName
{
background-color: #E0976A;
}
.BgClassName
{
background-color: #E0976A;
}
</style>
border-color css
<style>
span { border-color: #E0976A; }
span { border-color: rgb(224,151,106); }
td.TdClassName
{
border-color: #E0976A;
}
.TagClassName
{
border-color: #E0976A;
}
</style>