Shades of Copper #E0926C
Tints of Copper #E0926C
RGB
CMYK
RGB Variations
Color information
#E0926C (or 0xE0926C) is known color: Copper. HEX triplet: E0, 92 and 6C. RGB value is (224,146,108). Sum of RGB (Red+Green+Blue) = 224+146+108=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0926C is #1F6D93. Grayscale: #A5A5A5. Windows color (decimal): -2059668 or 7115488. OLE color: 7115488.
HSL color Cylindrical-coordinate representation of color #E0926C: hue angle of 19.66º 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 #E0926C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 108 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.12 |
| HSL | 19.66º | 0.65% | 0.65% | - |
| HSV(B) | 19.66º | 0.52% | 0.88% | - |
| XYZ | 43.73 | 37.49 | 19.12 | - |
| YUV | 164.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 108 | 0 | 0.35 | 0.52 | 0.12 | 19.66 | 0.65 | 0.65 |
| Hex | E0 | 92 | 6C | 0 | 23 | 34 | C | 14 | 41 | 41 |
| Octal | 340 | 222 | 154 | 0 | 43 | 64 | 14 | 24 | 101 | 101 |
| Binary | 11100000 | 10010010 | 1101100 | 0 | 100011 | 110100 | 1100 | 10100 | 1000001 | 1000001 |
Color Harmonies of #E0926C
Complementary color
Monochromatic Colors of #E0926C
Black with #E0926C
Text Example
Text Example
White with #E0926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0926C; }
p { color: rgb(224,146,108); }
H1.HeaderClassName
{
color: #E0926C;
}
.AnyTagClassName
{
color: #E0926C;
}
</style>
background-color css
<style>
a { background-color: #E0926C; }
a { background-color: rgb(224,146,108); }
div.DivClassName
{
background-color: #E0926C;
}
.BgClassName
{
background-color: #E0926C;
}
</style>
border-color css
<style>
span { border-color: #E0926C; }
span { border-color: rgb(224,146,108); }
td.TdClassName
{
border-color: #E0926C;
}
.TagClassName
{
border-color: #E0926C;
}
</style>