Shades of Copper #E68E6D
Tints of Copper #E68E6D
RGB
CMYK
RGB Variations
Color information
#E68E6D (or 0xE68E6D) is known color: Copper. HEX triplet: E6, 8E and 6D. RGB value is (230,142,109). Sum of RGB (Red+Green+Blue) = 230+142+109=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E6D is #197192. Grayscale: #A4A4A4. Windows color (decimal): -1667475 or 7180006. OLE color: 7180006.
HSL color Cylindrical-coordinate representation of color #E68E6D: hue angle of 16.36º 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 #E68E6D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 109 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.10 |
| HSL | 16.36º | 0.71% | 0.66% | - |
| HSV(B) | 16.36º | 0.53% | 0.9% | - |
| XYZ | 45.07 | 37.27 | 19.29 | - |
| YUV | 164.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 109 | 0 | 0.38 | 0.53 | 0.10 | 16.36 | 0.71 | 0.66 |
| Hex | E6 | 8E | 6D | 0 | 26 | 35 | A | 10 | 47 | 42 |
| Octal | 346 | 216 | 155 | 0 | 46 | 65 | 12 | 20 | 107 | 102 |
| Binary | 11100110 | 10001110 | 1101101 | 0 | 100110 | 110101 | 1010 | 10000 | 1000111 | 1000010 |
Color Harmonies of #E68E6D
Complementary color
Monochromatic Colors of #E68E6D
Black with #E68E6D
Text Example
Text Example
White with #E68E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E6D; }
p { color: rgb(230,142,109); }
H1.HeaderClassName
{
color: #E68E6D;
}
.AnyTagClassName
{
color: #E68E6D;
}
</style>
background-color css
<style>
a { background-color: #E68E6D; }
a { background-color: rgb(230,142,109); }
div.DivClassName
{
background-color: #E68E6D;
}
.BgClassName
{
background-color: #E68E6D;
}
</style>
border-color css
<style>
span { border-color: #E68E6D; }
span { border-color: rgb(230,142,109); }
td.TdClassName
{
border-color: #E68E6D;
}
.TagClassName
{
border-color: #E68E6D;
}
</style>