Shades of Copper #E99262
Tints of Copper #E99262
RGB
CMYK
RGB Variations
Color information
#E99262 (or 0xE99262) is known color: Copper. HEX triplet: E9, 92 and 62. RGB value is (233,146,98). Sum of RGB (Red+Green+Blue) = 233+146+98=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E99262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99262 is #166D9D. Grayscale: #A6A6A6. Windows color (decimal): -1469854 or 6460137. OLE color: 6460137.
HSL color Cylindrical-coordinate representation of color #E99262: hue angle of 21.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E99262 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 98 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.09 |
| HSL | 21.33º | 0.75% | 0.65% | - |
| HSV(B) | 21.33º | 0.58% | 0.91% | - |
| XYZ | 46.09 | 38.76 | 16.61 | - |
| YUV | 166.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 98 | 0 | 0.37 | 0.58 | 0.09 | 21.33 | 0.75 | 0.65 |
| Hex | E9 | 92 | 62 | 0 | 25 | 3A | 9 | 15 | 4B | 41 |
| Octal | 351 | 222 | 142 | 0 | 45 | 72 | 11 | 25 | 113 | 101 |
| Binary | 11101001 | 10010010 | 1100010 | 0 | 100101 | 111010 | 1001 | 10101 | 1001011 | 1000001 |
Color Harmonies of #E99262
Complementary color
Monochromatic Colors of #E99262
Black with #E99262
Text Example
Text Example
White with #E99262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99262; }
p { color: rgb(233,146,98); }
H1.HeaderClassName
{
color: #E99262;
}
.AnyTagClassName
{
color: #E99262;
}
</style>
background-color css
<style>
a { background-color: #E99262; }
a { background-color: rgb(233,146,98); }
div.DivClassName
{
background-color: #E99262;
}
.BgClassName
{
background-color: #E99262;
}
</style>
border-color css
<style>
span { border-color: #E99262; }
span { border-color: rgb(233,146,98); }
td.TdClassName
{
border-color: #E99262;
}
.TagClassName
{
border-color: #E99262;
}
</style>