Shades of Copper #E68D6E
Tints of Copper #E68D6E
RGB
CMYK
RGB Variations
Color information
#E68D6E (or 0xE68D6E) is known color: Copper. HEX triplet: E6, 8D and 6E. RGB value is (230,141,110). Sum of RGB (Red+Green+Blue) = 230+141+110=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D6E is #197291. Grayscale: #A4A4A4. Windows color (decimal): -1667730 or 7245286. OLE color: 7245286.
HSL color Cylindrical-coordinate representation of color #E68D6E: hue angle of 15.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E68D6E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 110 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.10 |
| HSL | 15.5º | 0.71% | 0.67% | - |
| HSV(B) | 15.5º | 0.52% | 0.9% | - |
| XYZ | 44.97 | 37 | 19.52 | - |
| YUV | 164.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 110 | 0 | 0.39 | 0.52 | 0.10 | 15.5 | 0.71 | 0.67 |
| Hex | E6 | 8D | 6E | 0 | 27 | 34 | A | 10 | 47 | 43 |
| Octal | 346 | 215 | 156 | 0 | 47 | 64 | 12 | 20 | 107 | 103 |
| Binary | 11100110 | 10001101 | 1101110 | 0 | 100111 | 110100 | 1010 | 10000 | 1000111 | 1000011 |
Color Harmonies of #E68D6E
Complementary color
Monochromatic Colors of #E68D6E
Black with #E68D6E
Text Example
Text Example
White with #E68D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D6E; }
p { color: rgb(230,141,110); }
H1.HeaderClassName
{
color: #E68D6E;
}
.AnyTagClassName
{
color: #E68D6E;
}
</style>
background-color css
<style>
a { background-color: #E68D6E; }
a { background-color: rgb(230,141,110); }
div.DivClassName
{
background-color: #E68D6E;
}
.BgClassName
{
background-color: #E68D6E;
}
</style>
border-color css
<style>
span { border-color: #E68D6E; }
span { border-color: rgb(230,141,110); }
td.TdClassName
{
border-color: #E68D6E;
}
.TagClassName
{
border-color: #E68D6E;
}
</style>