Shades of Copper #E69066
Tints of Copper #E69066
RGB
CMYK
RGB Variations
Color information
#E69066 (or 0xE69066) is known color: Copper. HEX triplet: E6, 90 and 66. RGB value is (230,144,102). Sum of RGB (Red+Green+Blue) = 230+144+102=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E69066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69066 is #196F99. Grayscale: #A5A5A5. Windows color (decimal): -1666970 or 6721766. OLE color: 6721766.
HSL color Cylindrical-coordinate representation of color #E69066: hue angle of 19.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E69066 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 102 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.10 |
| HSL | 19.69º | 0.72% | 0.65% | - |
| HSV(B) | 19.69º | 0.56% | 0.9% | - |
| XYZ | 45 | 37.73 | 17.48 | - |
| YUV | 164.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 102 | 0 | 0.37 | 0.56 | 0.10 | 19.69 | 0.72 | 0.65 |
| Hex | E6 | 90 | 66 | 0 | 25 | 38 | A | 14 | 48 | 41 |
| Octal | 346 | 220 | 146 | 0 | 45 | 70 | 12 | 24 | 110 | 101 |
| Binary | 11100110 | 10010000 | 1100110 | 0 | 100101 | 111000 | 1010 | 10100 | 1001000 | 1000001 |
Color Harmonies of #E69066
Complementary color
Monochromatic Colors of #E69066
Black with #E69066
Text Example
Text Example
White with #E69066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69066; }
p { color: rgb(230,144,102); }
H1.HeaderClassName
{
color: #E69066;
}
.AnyTagClassName
{
color: #E69066;
}
</style>
background-color css
<style>
a { background-color: #E69066; }
a { background-color: rgb(230,144,102); }
div.DivClassName
{
background-color: #E69066;
}
.BgClassName
{
background-color: #E69066;
}
</style>
border-color css
<style>
span { border-color: #E69066; }
span { border-color: rgb(230,144,102); }
td.TdClassName
{
border-color: #E69066;
}
.TagClassName
{
border-color: #E69066;
}
</style>