Shades of Copper #E68C6E
Tints of Copper #E68C6E
RGB
CMYK
RGB Variations
Color information
#E68C6E (or 0xE68C6E) is known color: Copper. HEX triplet: E6, 8C and 6E. RGB value is (230,140,110). Sum of RGB (Red+Green+Blue) = 230+140+110=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C6E is #197391. Grayscale: #A3A3A3. Windows color (decimal): -1667986 or 7245030. OLE color: 7245030.
HSL color Cylindrical-coordinate representation of color #E68C6E: hue angle of 15º 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 #E68C6E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 110 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.10 |
| HSL | 15º | 0.71% | 0.67% | - |
| HSV(B) | 15º | 0.52% | 0.9% | - |
| XYZ | 44.83 | 36.7 | 19.47 | - |
| YUV | 163.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 110 | 0 | 0.39 | 0.52 | 0.10 | 15 | 0.71 | 0.67 |
| Hex | E6 | 8C | 6E | 0 | 27 | 34 | A | F | 47 | 43 |
| Octal | 346 | 214 | 156 | 0 | 47 | 64 | 12 | 17 | 107 | 103 |
| Binary | 11100110 | 10001100 | 1101110 | 0 | 100111 | 110100 | 1010 | 1111 | 1000111 | 1000011 |
Color Harmonies of #E68C6E
Complementary color
Monochromatic Colors of #E68C6E
Black with #E68C6E
Text Example
Text Example
White with #E68C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C6E; }
p { color: rgb(230,140,110); }
H1.HeaderClassName
{
color: #E68C6E;
}
.AnyTagClassName
{
color: #E68C6E;
}
</style>
background-color css
<style>
a { background-color: #E68C6E; }
a { background-color: rgb(230,140,110); }
div.DivClassName
{
background-color: #E68C6E;
}
.BgClassName
{
background-color: #E68C6E;
}
</style>
border-color css
<style>
span { border-color: #E68C6E; }
span { border-color: rgb(230,140,110); }
td.TdClassName
{
border-color: #E68C6E;
}
.TagClassName
{
border-color: #E68C6E;
}
</style>