Shades of Copper #E1926A
Tints of Copper #E1926A
RGB
CMYK
RGB Variations
Color information
#E1926A (or 0xE1926A) is known color: Copper. HEX triplet: E1, 92 and 6A. RGB value is (225,146,106). Sum of RGB (Red+Green+Blue) = 225+146+106=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1926A is #1E6D95. Grayscale: #A5A5A5. Windows color (decimal): -1994134 or 6984417. OLE color: 6984417.
HSL color Cylindrical-coordinate representation of color #E1926A: hue angle of 20.17º 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 #E1926A is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 106 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.12 |
| HSL | 20.17º | 0.66% | 0.65% | - |
| HSV(B) | 20.17º | 0.53% | 0.88% | - |
| XYZ | 43.93 | 37.61 | 18.58 | - |
| YUV | 165.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 106 | 0 | 0.35 | 0.53 | 0.12 | 20.17 | 0.66 | 0.65 |
| Hex | E1 | 92 | 6A | 0 | 23 | 35 | C | 14 | 42 | 41 |
| Octal | 341 | 222 | 152 | 0 | 43 | 65 | 14 | 24 | 102 | 101 |
| Binary | 11100001 | 10010010 | 1101010 | 0 | 100011 | 110101 | 1100 | 10100 | 1000010 | 1000001 |
Color Harmonies of #E1926A
Complementary color
Monochromatic Colors of #E1926A
Black with #E1926A
Text Example
Text Example
White with #E1926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1926A; }
p { color: rgb(225,146,106); }
H1.HeaderClassName
{
color: #E1926A;
}
.AnyTagClassName
{
color: #E1926A;
}
</style>
background-color css
<style>
a { background-color: #E1926A; }
a { background-color: rgb(225,146,106); }
div.DivClassName
{
background-color: #E1926A;
}
.BgClassName
{
background-color: #E1926A;
}
</style>
border-color css
<style>
span { border-color: #E1926A; }
span { border-color: rgb(225,146,106); }
td.TdClassName
{
border-color: #E1926A;
}
.TagClassName
{
border-color: #E1926A;
}
</style>