Shades of Copper #E68467
Tints of Copper #E68467
RGB
CMYK
RGB Variations
Color information
#E68467 (or 0xE68467) is known color: Copper. HEX triplet: E6, 84 and 67. RGB value is (230,132,103). Sum of RGB (Red+Green+Blue) = 230+132+103=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E68467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68467 is #197B98. Grayscale: #9E9E9E. Windows color (decimal): -1670041 or 6784230. OLE color: 6784230.
HSL color Cylindrical-coordinate representation of color #E68467: hue angle of 13.7º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68467 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 103 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.10 |
| HSL | 13.7º | 0.72% | 0.65% | - |
| HSV(B) | 13.7º | 0.55% | 0.9% | - |
| XYZ | 43.33 | 34.3 | 17.17 | - |
| YUV | 158 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 103 | 0 | 0.43 | 0.55 | 0.10 | 13.7 | 0.72 | 0.65 |
| Hex | E6 | 84 | 67 | 0 | 2B | 37 | A | E | 48 | 41 |
| Octal | 346 | 204 | 147 | 0 | 53 | 67 | 12 | 16 | 110 | 101 |
| Binary | 11100110 | 10000100 | 1100111 | 0 | 101011 | 110111 | 1010 | 1110 | 1001000 | 1000001 |
Color Harmonies of #E68467
Complementary color
Monochromatic Colors of #E68467
Black with #E68467
Text Example
Text Example
White with #E68467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68467; }
p { color: rgb(230,132,103); }
H1.HeaderClassName
{
color: #E68467;
}
.AnyTagClassName
{
color: #E68467;
}
</style>
background-color css
<style>
a { background-color: #E68467; }
a { background-color: rgb(230,132,103); }
div.DivClassName
{
background-color: #E68467;
}
.BgClassName
{
background-color: #E68467;
}
</style>
border-color css
<style>
span { border-color: #E68467; }
span { border-color: rgb(230,132,103); }
td.TdClassName
{
border-color: #E68467;
}
.TagClassName
{
border-color: #E68467;
}
</style>