Shades of Copper #E99265
Tints of Copper #E99265
RGB
CMYK
RGB Variations
Color information
#E99265 (or 0xE99265) is known color: Copper. HEX triplet: E9, 92 and 65. RGB value is (233,146,101). Sum of RGB (Red+Green+Blue) = 233+146+101=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E99265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99265 is #166D9A. Grayscale: #A7A7A7. Windows color (decimal): -1469851 or 6656745. OLE color: 6656745.
HSL color Cylindrical-coordinate representation of color #E99265: hue angle of 20.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E99265 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 101 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.09 |
| HSL | 20.45º | 0.75% | 0.65% | - |
| HSV(B) | 20.45º | 0.57% | 0.91% | - |
| XYZ | 46.23 | 38.82 | 17.37 | - |
| YUV | 166.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 101 | 0 | 0.37 | 0.57 | 0.09 | 20.45 | 0.75 | 0.65 |
| Hex | E9 | 92 | 65 | 0 | 25 | 39 | 9 | 14 | 4B | 41 |
| Octal | 351 | 222 | 145 | 0 | 45 | 71 | 11 | 24 | 113 | 101 |
| Binary | 11101001 | 10010010 | 1100101 | 0 | 100101 | 111001 | 1001 | 10100 | 1001011 | 1000001 |
Color Harmonies of #E99265
Complementary color
Monochromatic Colors of #E99265
Black with #E99265
Text Example
Text Example
White with #E99265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99265; }
p { color: rgb(233,146,101); }
H1.HeaderClassName
{
color: #E99265;
}
.AnyTagClassName
{
color: #E99265;
}
</style>
background-color css
<style>
a { background-color: #E99265; }
a { background-color: rgb(233,146,101); }
div.DivClassName
{
background-color: #E99265;
}
.BgClassName
{
background-color: #E99265;
}
</style>
border-color css
<style>
span { border-color: #E99265; }
span { border-color: rgb(233,146,101); }
td.TdClassName
{
border-color: #E99265;
}
.TagClassName
{
border-color: #E99265;
}
</style>