Shades of Copper #E99261
Tints of Copper #E99261
RGB
CMYK
RGB Variations
Color information
#E99261 (or 0xE99261) is known color: Copper. HEX triplet: E9, 92 and 61. RGB value is (233,146,97). Sum of RGB (Red+Green+Blue) = 233+146+97=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E99261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99261 is #166D9E. Grayscale: #A6A6A6. Windows color (decimal): -1469855 or 6394601. OLE color: 6394601.
HSL color Cylindrical-coordinate representation of color #E99261: hue angle of 21.62º degrees, saturation: 0.76, 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 #E99261 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 97 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.09 |
| HSL | 21.62º | 0.76% | 0.65% | - |
| HSV(B) | 21.62º | 0.58% | 0.91% | - |
| XYZ | 46.04 | 38.74 | 16.36 | - |
| YUV | 166.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 97 | 0 | 0.37 | 0.58 | 0.09 | 21.62 | 0.76 | 0.65 |
| Hex | E9 | 92 | 61 | 0 | 25 | 3A | 9 | 16 | 4C | 41 |
| Octal | 351 | 222 | 141 | 0 | 45 | 72 | 11 | 26 | 114 | 101 |
| Binary | 11101001 | 10010010 | 1100001 | 0 | 100101 | 111010 | 1001 | 10110 | 1001100 | 1000001 |
Color Harmonies of #E99261
Complementary color
Monochromatic Colors of #E99261
Black with #E99261
Text Example
Text Example
White with #E99261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99261; }
p { color: rgb(233,146,97); }
H1.HeaderClassName
{
color: #E99261;
}
.AnyTagClassName
{
color: #E99261;
}
</style>
background-color css
<style>
a { background-color: #E99261; }
a { background-color: rgb(233,146,97); }
div.DivClassName
{
background-color: #E99261;
}
.BgClassName
{
background-color: #E99261;
}
</style>
border-color css
<style>
span { border-color: #E99261; }
span { border-color: rgb(233,146,97); }
td.TdClassName
{
border-color: #E99261;
}
.TagClassName
{
border-color: #E99261;
}
</style>