Shades of Copper #E69068
Tints of Copper #E69068
RGB
CMYK
RGB Variations
Color information
#E69068 (or 0xE69068) is known color: Copper. HEX triplet: E6, 90 and 68. RGB value is (230,144,104). Sum of RGB (Red+Green+Blue) = 230+144+104=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E69068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69068 is #196F97. Grayscale: #A5A5A5. Windows color (decimal): -1666968 or 6852838. OLE color: 6852838.
HSL color Cylindrical-coordinate representation of color #E69068: hue angle of 19.05º 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 #E69068 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 104 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.10 |
| HSL | 19.05º | 0.72% | 0.65% | - |
| HSV(B) | 19.05º | 0.55% | 0.9% | - |
| XYZ | 45.11 | 37.77 | 18.01 | - |
| YUV | 165.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 104 | 0 | 0.37 | 0.55 | 0.10 | 19.05 | 0.72 | 0.65 |
| Hex | E6 | 90 | 68 | 0 | 25 | 37 | A | 13 | 48 | 41 |
| Octal | 346 | 220 | 150 | 0 | 45 | 67 | 12 | 23 | 110 | 101 |
| Binary | 11100110 | 10010000 | 1101000 | 0 | 100101 | 110111 | 1010 | 10011 | 1001000 | 1000001 |
Color Harmonies of #E69068
Complementary color
Monochromatic Colors of #E69068
Black with #E69068
Text Example
Text Example
White with #E69068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69068; }
p { color: rgb(230,144,104); }
H1.HeaderClassName
{
color: #E69068;
}
.AnyTagClassName
{
color: #E69068;
}
</style>
background-color css
<style>
a { background-color: #E69068; }
a { background-color: rgb(230,144,104); }
div.DivClassName
{
background-color: #E69068;
}
.BgClassName
{
background-color: #E69068;
}
</style>
border-color css
<style>
span { border-color: #E69068; }
span { border-color: rgb(230,144,104); }
td.TdClassName
{
border-color: #E69068;
}
.TagClassName
{
border-color: #E69068;
}
</style>