Shades of Copper #E98A69
Tints of Copper #E98A69
RGB
CMYK
RGB Variations
Color information
#E98A69 (or 0xE98A69) is known color: Copper. HEX triplet: E9, 8A and 69. RGB value is (233,138,105). Sum of RGB (Red+Green+Blue) = 233+138+105=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A69 is #167596. Grayscale: #A2A2A2. Windows color (decimal): -1471895 or 6916841. OLE color: 6916841.
HSL color Cylindrical-coordinate representation of color #E98A69: hue angle of 15.47º 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 #E98A69 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 105 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.09 |
| HSL | 15.47º | 0.74% | 0.66% | - |
| HSV(B) | 15.47º | 0.55% | 0.91% | - |
| XYZ | 45.24 | 36.52 | 18.03 | - |
| YUV | 162.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 105 | 0 | 0.41 | 0.55 | 0.09 | 15.47 | 0.74 | 0.66 |
| Hex | E9 | 8A | 69 | 0 | 29 | 37 | 9 | F | 4A | 42 |
| Octal | 351 | 212 | 151 | 0 | 51 | 67 | 11 | 17 | 112 | 102 |
| Binary | 11101001 | 10001010 | 1101001 | 0 | 101001 | 110111 | 1001 | 1111 | 1001010 | 1000010 |
Color Harmonies of #E98A69
Complementary color
Monochromatic Colors of #E98A69
Black with #E98A69
Text Example
Text Example
White with #E98A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A69; }
p { color: rgb(233,138,105); }
H1.HeaderClassName
{
color: #E98A69;
}
.AnyTagClassName
{
color: #E98A69;
}
</style>
background-color css
<style>
a { background-color: #E98A69; }
a { background-color: rgb(233,138,105); }
div.DivClassName
{
background-color: #E98A69;
}
.BgClassName
{
background-color: #E98A69;
}
</style>
border-color css
<style>
span { border-color: #E98A69; }
span { border-color: rgb(233,138,105); }
td.TdClassName
{
border-color: #E98A69;
}
.TagClassName
{
border-color: #E98A69;
}
</style>