Shades of Copper #E89267
Tints of Copper #E89267
RGB
CMYK
RGB Variations
Color information
#E89267 (or 0xE89267) is known color: Copper. HEX triplet: E8, 92 and 67. RGB value is (232,146,103). Sum of RGB (Red+Green+Blue) = 232+146+103=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E89267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89267 is #176D98. Grayscale: #A7A7A7. Windows color (decimal): -1535385 or 6787816. OLE color: 6787816.
HSL color Cylindrical-coordinate representation of color #E89267: hue angle of 20º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E89267 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 103 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.09 |
| HSL | 20º | 0.74% | 0.66% | - |
| HSV(B) | 20º | 0.56% | 0.91% | - |
| XYZ | 46.01 | 38.69 | 17.88 | - |
| YUV | 166.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 103 | 0 | 0.37 | 0.56 | 0.09 | 20 | 0.74 | 0.66 |
| Hex | E8 | 92 | 67 | 0 | 25 | 38 | 9 | 14 | 4A | 42 |
| Octal | 350 | 222 | 147 | 0 | 45 | 70 | 11 | 24 | 112 | 102 |
| Binary | 11101000 | 10010010 | 1100111 | 0 | 100101 | 111000 | 1001 | 10100 | 1001010 | 1000010 |
Color Harmonies of #E89267
Complementary color
Monochromatic Colors of #E89267
Black with #E89267
Text Example
Text Example
White with #E89267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89267; }
p { color: rgb(232,146,103); }
H1.HeaderClassName
{
color: #E89267;
}
.AnyTagClassName
{
color: #E89267;
}
</style>
background-color css
<style>
a { background-color: #E89267; }
a { background-color: rgb(232,146,103); }
div.DivClassName
{
background-color: #E89267;
}
.BgClassName
{
background-color: #E89267;
}
</style>
border-color css
<style>
span { border-color: #E89267; }
span { border-color: rgb(232,146,103); }
td.TdClassName
{
border-color: #E89267;
}
.TagClassName
{
border-color: #E89267;
}
</style>