Shades of Copper #E68E5D
Tints of Copper #E68E5D
RGB
CMYK
RGB Variations
Color information
#E68E5D (or 0xE68E5D) is known color: Copper. HEX triplet: E6, 8E and 5D. RGB value is (230,142,93). Sum of RGB (Red+Green+Blue) = 230+142+93=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E5D is #1971A2. Grayscale: #A3A3A3. Windows color (decimal): -1667491 or 6131430. OLE color: 6131430.
HSL color Cylindrical-coordinate representation of color #E68E5D: hue angle of 21.46º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E68E5D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 93 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.10 |
| HSL | 21.46º | 0.73% | 0.63% | - |
| HSV(B) | 21.46º | 0.6% | 0.9% | - |
| XYZ | 44.28 | 36.96 | 15.16 | - |
| YUV | 162.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 93 | 0 | 0.38 | 0.60 | 0.10 | 21.46 | 0.73 | 0.63 |
| Hex | E6 | 8E | 5D | 0 | 26 | 3C | A | 15 | 49 | 3F |
| Octal | 346 | 216 | 135 | 0 | 46 | 74 | 12 | 25 | 111 | 77 |
| Binary | 11100110 | 10001110 | 1011101 | 0 | 100110 | 111100 | 1010 | 10101 | 1001001 | 111111 |
Color Harmonies of #E68E5D
Complementary color
Monochromatic Colors of #E68E5D
Black with #E68E5D
Text Example
Text Example
White with #E68E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E5D; }
p { color: rgb(230,142,93); }
H1.HeaderClassName
{
color: #E68E5D;
}
.AnyTagClassName
{
color: #E68E5D;
}
</style>
background-color css
<style>
a { background-color: #E68E5D; }
a { background-color: rgb(230,142,93); }
div.DivClassName
{
background-color: #E68E5D;
}
.BgClassName
{
background-color: #E68E5D;
}
</style>
border-color css
<style>
span { border-color: #E68E5D; }
span { border-color: rgb(230,142,93); }
td.TdClassName
{
border-color: #E68E5D;
}
.TagClassName
{
border-color: #E68E5D;
}
</style>