Shades of Copper #E68D6C
Tints of Copper #E68D6C
RGB
CMYK
RGB Variations
Color information
#E68D6C (or 0xE68D6C) is known color: Copper. HEX triplet: E6, 8D and 6C. RGB value is (230,141,108). Sum of RGB (Red+Green+Blue) = 230+141+108=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D6C is #197293. Grayscale: #A4A4A4. Windows color (decimal): -1667732 or 7114214. OLE color: 7114214.
HSL color Cylindrical-coordinate representation of color #E68D6C: hue angle of 16.23º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E68D6C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 108 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.10 |
| HSL | 16.23º | 0.71% | 0.66% | - |
| HSV(B) | 16.23º | 0.53% | 0.9% | - |
| XYZ | 44.86 | 36.96 | 18.96 | - |
| YUV | 163.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 108 | 0 | 0.39 | 0.53 | 0.10 | 16.23 | 0.71 | 0.66 |
| Hex | E6 | 8D | 6C | 0 | 27 | 35 | A | 10 | 47 | 42 |
| Octal | 346 | 215 | 154 | 0 | 47 | 65 | 12 | 20 | 107 | 102 |
| Binary | 11100110 | 10001101 | 1101100 | 0 | 100111 | 110101 | 1010 | 10000 | 1000111 | 1000010 |
Color Harmonies of #E68D6C
Complementary color
Monochromatic Colors of #E68D6C
Black with #E68D6C
Text Example
Text Example
White with #E68D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D6C; }
p { color: rgb(230,141,108); }
H1.HeaderClassName
{
color: #E68D6C;
}
.AnyTagClassName
{
color: #E68D6C;
}
</style>
background-color css
<style>
a { background-color: #E68D6C; }
a { background-color: rgb(230,141,108); }
div.DivClassName
{
background-color: #E68D6C;
}
.BgClassName
{
background-color: #E68D6C;
}
</style>
border-color css
<style>
span { border-color: #E68D6C; }
span { border-color: rgb(230,141,108); }
td.TdClassName
{
border-color: #E68D6C;
}
.TagClassName
{
border-color: #E68D6C;
}
</style>