Shades of Copper #E89566
Tints of Copper #E89566
RGB
CMYK
RGB Variations
Color information
#E89566 (or 0xE89566) is known color: Copper. HEX triplet: E8, 95 and 66. RGB value is (232,149,102). Sum of RGB (Red+Green+Blue) = 232+149+102=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E89566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89566 is #176A99. Grayscale: #A8A8A8. Windows color (decimal): -1534618 or 6723048. OLE color: 6723048.
HSL color Cylindrical-coordinate representation of color #E89566: hue angle of 21.69º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E89566 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 102 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.09 |
| HSL | 21.69º | 0.74% | 0.65% | - |
| HSV(B) | 21.69º | 0.56% | 0.91% | - |
| XYZ | 46.42 | 39.61 | 17.77 | - |
| YUV | 168.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 102 | 0 | 0.36 | 0.56 | 0.09 | 21.69 | 0.74 | 0.65 |
| Hex | E8 | 95 | 66 | 0 | 24 | 38 | 9 | 16 | 4A | 41 |
| Octal | 350 | 225 | 146 | 0 | 44 | 70 | 11 | 26 | 112 | 101 |
| Binary | 11101000 | 10010101 | 1100110 | 0 | 100100 | 111000 | 1001 | 10110 | 1001010 | 1000001 |
Color Harmonies of #E89566
Complementary color
Monochromatic Colors of #E89566
Black with #E89566
Text Example
Text Example
White with #E89566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89566; }
p { color: rgb(232,149,102); }
H1.HeaderClassName
{
color: #E89566;
}
.AnyTagClassName
{
color: #E89566;
}
</style>
background-color css
<style>
a { background-color: #E89566; }
a { background-color: rgb(232,149,102); }
div.DivClassName
{
background-color: #E89566;
}
.BgClassName
{
background-color: #E89566;
}
</style>
border-color css
<style>
span { border-color: #E89566; }
span { border-color: rgb(232,149,102); }
td.TdClassName
{
border-color: #E89566;
}
.TagClassName
{
border-color: #E89566;
}
</style>