Shades of Copper #E68568
Tints of Copper #E68568
RGB
CMYK
RGB Variations
Color information
#E68568 (or 0xE68568) is known color: Copper. HEX triplet: E6, 85 and 68. RGB value is (230,133,104). Sum of RGB (Red+Green+Blue) = 230+133+104=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E68568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68568 is #197A97. Grayscale: #9E9E9E. Windows color (decimal): -1669784 or 6850022. OLE color: 6850022.
HSL color Cylindrical-coordinate representation of color #E68568: hue angle of 13.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68568 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 104 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.10 |
| HSL | 13.81º | 0.72% | 0.65% | - |
| HSV(B) | 13.81º | 0.55% | 0.9% | - |
| XYZ | 43.52 | 34.6 | 17.48 | - |
| YUV | 158.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 104 | 0 | 0.42 | 0.55 | 0.10 | 13.81 | 0.72 | 0.65 |
| Hex | E6 | 85 | 68 | 0 | 2A | 37 | A | E | 48 | 41 |
| Octal | 346 | 205 | 150 | 0 | 52 | 67 | 12 | 16 | 110 | 101 |
| Binary | 11100110 | 10000101 | 1101000 | 0 | 101010 | 110111 | 1010 | 1110 | 1001000 | 1000001 |
Color Harmonies of #E68568
Complementary color
Monochromatic Colors of #E68568
Black with #E68568
Text Example
Text Example
White with #E68568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68568; }
p { color: rgb(230,133,104); }
H1.HeaderClassName
{
color: #E68568;
}
.AnyTagClassName
{
color: #E68568;
}
</style>
background-color css
<style>
a { background-color: #E68568; }
a { background-color: rgb(230,133,104); }
div.DivClassName
{
background-color: #E68568;
}
.BgClassName
{
background-color: #E68568;
}
</style>
border-color css
<style>
span { border-color: #E68568; }
span { border-color: rgb(230,133,104); }
td.TdClassName
{
border-color: #E68568;
}
.TagClassName
{
border-color: #E68568;
}
</style>