Shades of Copper #E98D6C
Tints of Copper #E98D6C
RGB
CMYK
RGB Variations
Color information
#E98D6C (or 0xE98D6C) is known color: Copper. HEX triplet: E9, 8D and 6C. RGB value is (233,141,108). Sum of RGB (Red+Green+Blue) = 233+141+108=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98D6C is #167293. Grayscale: #A4A4A4. Windows color (decimal): -1471124 or 7114217. OLE color: 7114217.
HSL color Cylindrical-coordinate representation of color #E98D6C: hue angle of 15.84º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E98D6C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 108 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.09 |
| HSL | 15.84º | 0.74% | 0.67% | - |
| HSV(B) | 15.84º | 0.54% | 0.91% | - |
| XYZ | 45.84 | 37.46 | 19 | - |
| YUV | 164.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 108 | 0 | 0.39 | 0.54 | 0.09 | 15.84 | 0.74 | 0.67 |
| Hex | E9 | 8D | 6C | 0 | 27 | 36 | 9 | 10 | 4A | 43 |
| Octal | 351 | 215 | 154 | 0 | 47 | 66 | 11 | 20 | 112 | 103 |
| Binary | 11101001 | 10001101 | 1101100 | 0 | 100111 | 110110 | 1001 | 10000 | 1001010 | 1000011 |
Color Harmonies of #E98D6C
Complementary color
Monochromatic Colors of #E98D6C
Black with #E98D6C
Text Example
Text Example
White with #E98D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D6C; }
p { color: rgb(233,141,108); }
H1.HeaderClassName
{
color: #E98D6C;
}
.AnyTagClassName
{
color: #E98D6C;
}
</style>
background-color css
<style>
a { background-color: #E98D6C; }
a { background-color: rgb(233,141,108); }
div.DivClassName
{
background-color: #E98D6C;
}
.BgClassName
{
background-color: #E98D6C;
}
</style>
border-color css
<style>
span { border-color: #E98D6C; }
span { border-color: rgb(233,141,108); }
td.TdClassName
{
border-color: #E98D6C;
}
.TagClassName
{
border-color: #E98D6C;
}
</style>