Shades of Copper #E98365
Tints of Copper #E98365
RGB
CMYK
RGB Variations
Color information
#E98365 (or 0xE98365) is known color: Copper. HEX triplet: E9, 83 and 65. RGB value is (233,131,101). Sum of RGB (Red+Green+Blue) = 233+131+101=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98365 is #167C9A. Grayscale: #9E9E9E. Windows color (decimal): -1473691 or 6652905. OLE color: 6652905.
HSL color Cylindrical-coordinate representation of color #E98365: hue angle of 13.64º 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 #E98365 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 101 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.09 |
| HSL | 13.64º | 0.75% | 0.65% | - |
| HSV(B) | 13.64º | 0.57% | 0.91% | - |
| XYZ | 44.07 | 34.5 | 16.65 | - |
| YUV | 158.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 101 | 0 | 0.44 | 0.57 | 0.09 | 13.64 | 0.75 | 0.65 |
| Hex | E9 | 83 | 65 | 0 | 2C | 39 | 9 | E | 4B | 41 |
| Octal | 351 | 203 | 145 | 0 | 54 | 71 | 11 | 16 | 113 | 101 |
| Binary | 11101001 | 10000011 | 1100101 | 0 | 101100 | 111001 | 1001 | 1110 | 1001011 | 1000001 |
Color Harmonies of #E98365
Complementary color
Monochromatic Colors of #E98365
Black with #E98365
Text Example
Text Example
White with #E98365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98365; }
p { color: rgb(233,131,101); }
H1.HeaderClassName
{
color: #E98365;
}
.AnyTagClassName
{
color: #E98365;
}
</style>
background-color css
<style>
a { background-color: #E98365; }
a { background-color: rgb(233,131,101); }
div.DivClassName
{
background-color: #E98365;
}
.BgClassName
{
background-color: #E98365;
}
</style>
border-color css
<style>
span { border-color: #E98365; }
span { border-color: rgb(233,131,101); }
td.TdClassName
{
border-color: #E98365;
}
.TagClassName
{
border-color: #E98365;
}
</style>