Shades of Copper #E98669
Tints of Copper #E98669
RGB
CMYK
RGB Variations
Color information
#E98669 (or 0xE98669) is known color: Copper. HEX triplet: E9, 86 and 69. RGB value is (233,134,105). Sum of RGB (Red+Green+Blue) = 233+134+105=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E98669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98669 is #167996. Grayscale: #A0A0A0. Windows color (decimal): -1472919 or 6915817. OLE color: 6915817.
HSL color Cylindrical-coordinate representation of color #E98669: hue angle of 13.59º 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 #E98669 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 105 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.09 |
| HSL | 13.59º | 0.74% | 0.66% | - |
| HSV(B) | 13.59º | 0.55% | 0.91% | - |
| XYZ | 44.68 | 35.39 | 17.84 | - |
| YUV | 160.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 105 | 0 | 0.42 | 0.55 | 0.09 | 13.59 | 0.74 | 0.66 |
| Hex | E9 | 86 | 69 | 0 | 2A | 37 | 9 | E | 4A | 42 |
| Octal | 351 | 206 | 151 | 0 | 52 | 67 | 11 | 16 | 112 | 102 |
| Binary | 11101001 | 10000110 | 1101001 | 0 | 101010 | 110111 | 1001 | 1110 | 1001010 | 1000010 |
Color Harmonies of #E98669
Complementary color
Monochromatic Colors of #E98669
Black with #E98669
Text Example
Text Example
White with #E98669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98669; }
p { color: rgb(233,134,105); }
H1.HeaderClassName
{
color: #E98669;
}
.AnyTagClassName
{
color: #E98669;
}
</style>
background-color css
<style>
a { background-color: #E98669; }
a { background-color: rgb(233,134,105); }
div.DivClassName
{
background-color: #E98669;
}
.BgClassName
{
background-color: #E98669;
}
</style>
border-color css
<style>
span { border-color: #E98669; }
span { border-color: rgb(233,134,105); }
td.TdClassName
{
border-color: #E98669;
}
.TagClassName
{
border-color: #E98669;
}
</style>