Shades of Copper #E68E67
Tints of Copper #E68E67
RGB
CMYK
RGB Variations
Color information
#E68E67 (or 0xE68E67) is known color: Copper. HEX triplet: E6, 8E and 67. RGB value is (230,142,103). Sum of RGB (Red+Green+Blue) = 230+142+103=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E67 is #197198. Grayscale: #A4A4A4. Windows color (decimal): -1667481 or 6786790. OLE color: 6786790.
HSL color Cylindrical-coordinate representation of color #E68E67: hue angle of 18.43º 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 #E68E67 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 103 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.10 |
| HSL | 18.43º | 0.72% | 0.65% | - |
| HSV(B) | 18.43º | 0.55% | 0.9% | - |
| XYZ | 44.75 | 37.15 | 17.64 | - |
| YUV | 163.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 103 | 0 | 0.38 | 0.55 | 0.10 | 18.43 | 0.72 | 0.65 |
| Hex | E6 | 8E | 67 | 0 | 26 | 37 | A | 12 | 48 | 41 |
| Octal | 346 | 216 | 147 | 0 | 46 | 67 | 12 | 22 | 110 | 101 |
| Binary | 11100110 | 10001110 | 1100111 | 0 | 100110 | 110111 | 1010 | 10010 | 1001000 | 1000001 |
Color Harmonies of #E68E67
Complementary color
Monochromatic Colors of #E68E67
Black with #E68E67
Text Example
Text Example
White with #E68E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E67; }
p { color: rgb(230,142,103); }
H1.HeaderClassName
{
color: #E68E67;
}
.AnyTagClassName
{
color: #E68E67;
}
</style>
background-color css
<style>
a { background-color: #E68E67; }
a { background-color: rgb(230,142,103); }
div.DivClassName
{
background-color: #E68E67;
}
.BgClassName
{
background-color: #E68E67;
}
</style>
border-color css
<style>
span { border-color: #E68E67; }
span { border-color: rgb(230,142,103); }
td.TdClassName
{
border-color: #E68E67;
}
.TagClassName
{
border-color: #E68E67;
}
</style>