Shades of Copper #E98D69
Tints of Copper #E98D69
RGB
CMYK
RGB Variations
Color information
#E98D69 (or 0xE98D69) is known color: Copper. HEX triplet: E9, 8D and 69. RGB value is (233,141,105). Sum of RGB (Red+Green+Blue) = 233+141+105=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98D69 is #167296. Grayscale: #A4A4A4. Windows color (decimal): -1471127 or 6917609. OLE color: 6917609.
HSL color Cylindrical-coordinate representation of color #E98D69: hue angle of 16.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E98D69 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 105 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.09 |
| HSL | 16.88º | 0.74% | 0.66% | - |
| HSV(B) | 16.88º | 0.55% | 0.91% | - |
| XYZ | 45.68 | 37.39 | 18.17 | - |
| YUV | 164.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 105 | 0 | 0.39 | 0.55 | 0.09 | 16.88 | 0.74 | 0.66 |
| Hex | E9 | 8D | 69 | 0 | 27 | 37 | 9 | 11 | 4A | 42 |
| Octal | 351 | 215 | 151 | 0 | 47 | 67 | 11 | 21 | 112 | 102 |
| Binary | 11101001 | 10001101 | 1101001 | 0 | 100111 | 110111 | 1001 | 10001 | 1001010 | 1000010 |
Color Harmonies of #E98D69
Complementary color
Monochromatic Colors of #E98D69
Black with #E98D69
Text Example
Text Example
White with #E98D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D69; }
p { color: rgb(233,141,105); }
H1.HeaderClassName
{
color: #E98D69;
}
.AnyTagClassName
{
color: #E98D69;
}
</style>
background-color css
<style>
a { background-color: #E98D69; }
a { background-color: rgb(233,141,105); }
div.DivClassName
{
background-color: #E98D69;
}
.BgClassName
{
background-color: #E98D69;
}
</style>
border-color css
<style>
span { border-color: #E98D69; }
span { border-color: rgb(233,141,105); }
td.TdClassName
{
border-color: #E98D69;
}
.TagClassName
{
border-color: #E98D69;
}
</style>