Shades of Copper #E0946B
Tints of Copper #E0946B
RGB
CMYK
RGB Variations
Color information
#E0946B (or 0xE0946B) is known color: Copper. HEX triplet: E0, 94 and 6B. RGB value is (224,148,107). Sum of RGB (Red+Green+Blue) = 224+148+107=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0946B is #1F6B94. Grayscale: #A6A6A6. Windows color (decimal): -2059157 or 7050464. OLE color: 7050464.
HSL color Cylindrical-coordinate representation of color #E0946B: hue angle of 21.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0946B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 107 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.12 |
| HSL | 21.03º | 0.65% | 0.65% | - |
| HSV(B) | 21.03º | 0.52% | 0.88% | - |
| XYZ | 43.98 | 38.09 | 18.94 | - |
| YUV | 166.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 107 | 0 | 0.34 | 0.52 | 0.12 | 21.03 | 0.65 | 0.65 |
| Hex | E0 | 94 | 6B | 0 | 22 | 34 | C | 15 | 41 | 41 |
| Octal | 340 | 224 | 153 | 0 | 42 | 64 | 14 | 25 | 101 | 101 |
| Binary | 11100000 | 10010100 | 1101011 | 0 | 100010 | 110100 | 1100 | 10101 | 1000001 | 1000001 |
Color Harmonies of #E0946B
Complementary color
Monochromatic Colors of #E0946B
Black with #E0946B
Text Example
Text Example
White with #E0946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0946B; }
p { color: rgb(224,148,107); }
H1.HeaderClassName
{
color: #E0946B;
}
.AnyTagClassName
{
color: #E0946B;
}
</style>
background-color css
<style>
a { background-color: #E0946B; }
a { background-color: rgb(224,148,107); }
div.DivClassName
{
background-color: #E0946B;
}
.BgClassName
{
background-color: #E0946B;
}
</style>
border-color css
<style>
span { border-color: #E0946B; }
span { border-color: rgb(224,148,107); }
td.TdClassName
{
border-color: #E0946B;
}
.TagClassName
{
border-color: #E0946B;
}
</style>