Shades of Copper #E69668
Tints of Copper #E69668
RGB
CMYK
RGB Variations
Color information
#E69668 (or 0xE69668) is known color: Copper. HEX triplet: E6, 96 and 68. RGB value is (230,150,104). Sum of RGB (Red+Green+Blue) = 230+150+104=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E69668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69668 is #196997. Grayscale: #A8A8A8. Windows color (decimal): -1665432 or 6854374. OLE color: 6854374.
HSL color Cylindrical-coordinate representation of color #E69668: hue angle of 21.9º 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 #E69668 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 104 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.10 |
| HSL | 21.9º | 0.72% | 0.65% | - |
| HSV(B) | 21.9º | 0.55% | 0.9% | - |
| XYZ | 46.04 | 39.64 | 18.32 | - |
| YUV | 168.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 104 | 0 | 0.35 | 0.55 | 0.10 | 21.9 | 0.72 | 0.65 |
| Hex | E6 | 96 | 68 | 0 | 23 | 37 | A | 16 | 48 | 41 |
| Octal | 346 | 226 | 150 | 0 | 43 | 67 | 12 | 26 | 110 | 101 |
| Binary | 11100110 | 10010110 | 1101000 | 0 | 100011 | 110111 | 1010 | 10110 | 1001000 | 1000001 |
Color Harmonies of #E69668
Complementary color
Monochromatic Colors of #E69668
Black with #E69668
Text Example
Text Example
White with #E69668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69668; }
p { color: rgb(230,150,104); }
H1.HeaderClassName
{
color: #E69668;
}
.AnyTagClassName
{
color: #E69668;
}
</style>
background-color css
<style>
a { background-color: #E69668; }
a { background-color: rgb(230,150,104); }
div.DivClassName
{
background-color: #E69668;
}
.BgClassName
{
background-color: #E69668;
}
</style>
border-color css
<style>
span { border-color: #E69668; }
span { border-color: rgb(230,150,104); }
td.TdClassName
{
border-color: #E69668;
}
.TagClassName
{
border-color: #E69668;
}
</style>