Shades of Copper #E99263
Tints of Copper #E99263
RGB
CMYK
RGB Variations
Color information
#E99263 (or 0xE99263) is known color: Copper. HEX triplet: E9, 92 and 63. RGB value is (233,146,99). Sum of RGB (Red+Green+Blue) = 233+146+99=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E99263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99263 is #166D9C. Grayscale: #A6A6A6. Windows color (decimal): -1469853 or 6525673. OLE color: 6525673.
HSL color Cylindrical-coordinate representation of color #E99263: hue angle of 21.04º 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 #E99263 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 99 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.09 |
| HSL | 21.04º | 0.75% | 0.65% | - |
| HSV(B) | 21.04º | 0.58% | 0.91% | - |
| XYZ | 46.14 | 38.78 | 16.86 | - |
| YUV | 166.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 99 | 0 | 0.37 | 0.58 | 0.09 | 21.04 | 0.75 | 0.65 |
| Hex | E9 | 92 | 63 | 0 | 25 | 3A | 9 | 15 | 4B | 41 |
| Octal | 351 | 222 | 143 | 0 | 45 | 72 | 11 | 25 | 113 | 101 |
| Binary | 11101001 | 10010010 | 1100011 | 0 | 100101 | 111010 | 1001 | 10101 | 1001011 | 1000001 |
Color Harmonies of #E99263
Complementary color
Monochromatic Colors of #E99263
Black with #E99263
Text Example
Text Example
White with #E99263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99263; }
p { color: rgb(233,146,99); }
H1.HeaderClassName
{
color: #E99263;
}
.AnyTagClassName
{
color: #E99263;
}
</style>
background-color css
<style>
a { background-color: #E99263; }
a { background-color: rgb(233,146,99); }
div.DivClassName
{
background-color: #E99263;
}
.BgClassName
{
background-color: #E99263;
}
</style>
border-color css
<style>
span { border-color: #E99263; }
span { border-color: rgb(233,146,99); }
td.TdClassName
{
border-color: #E99263;
}
.TagClassName
{
border-color: #E99263;
}
</style>