Shades of Copper #E1926B
Tints of Copper #E1926B
RGB
CMYK
RGB Variations
Color information
#E1926B (or 0xE1926B) is known color: Copper. HEX triplet: E1, 92 and 6B. RGB value is (225,146,107). Sum of RGB (Red+Green+Blue) = 225+146+107=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1926B is #1E6D94. Grayscale: #A5A5A5. Windows color (decimal): -1994133 or 7049953. OLE color: 7049953.
HSL color Cylindrical-coordinate representation of color #E1926B: hue angle of 19.83º degrees, saturation: 0.66, 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 #E1926B is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 107 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.12 |
| HSL | 19.83º | 0.66% | 0.65% | - |
| HSV(B) | 19.83º | 0.52% | 0.88% | - |
| XYZ | 43.98 | 37.63 | 18.85 | - |
| YUV | 165.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 107 | 0 | 0.35 | 0.52 | 0.12 | 19.83 | 0.66 | 0.65 |
| Hex | E1 | 92 | 6B | 0 | 23 | 34 | C | 14 | 42 | 41 |
| Octal | 341 | 222 | 153 | 0 | 43 | 64 | 14 | 24 | 102 | 101 |
| Binary | 11100001 | 10010010 | 1101011 | 0 | 100011 | 110100 | 1100 | 10100 | 1000010 | 1000001 |
Color Harmonies of #E1926B
Complementary color
Monochromatic Colors of #E1926B
Black with #E1926B
Text Example
Text Example
White with #E1926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1926B; }
p { color: rgb(225,146,107); }
H1.HeaderClassName
{
color: #E1926B;
}
.AnyTagClassName
{
color: #E1926B;
}
</style>
background-color css
<style>
a { background-color: #E1926B; }
a { background-color: rgb(225,146,107); }
div.DivClassName
{
background-color: #E1926B;
}
.BgClassName
{
background-color: #E1926B;
}
</style>
border-color css
<style>
span { border-color: #E1926B; }
span { border-color: rgb(225,146,107); }
td.TdClassName
{
border-color: #E1926B;
}
.TagClassName
{
border-color: #E1926B;
}
</style>