Shades of Copper #E19066
Tints of Copper #E19066
RGB
CMYK
RGB Variations
Color information
#E19066 (or 0xE19066) is known color: Copper. HEX triplet: E1, 90 and 66. RGB value is (225,144,102). Sum of RGB (Red+Green+Blue) = 225+144+102=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E19066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19066 is #1E6F99. Grayscale: #A3A3A3. Windows color (decimal): -1994650 or 6721761. OLE color: 6721761.
HSL color Cylindrical-coordinate representation of color #E19066: hue angle of 20.49º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E19066 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 102 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.12 |
| HSL | 20.49º | 0.67% | 0.64% | - |
| HSV(B) | 20.49º | 0.55% | 0.88% | - |
| XYZ | 43.42 | 36.91 | 17.41 | - |
| YUV | 163.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 102 | 0 | 0.36 | 0.55 | 0.12 | 20.49 | 0.67 | 0.64 |
| Hex | E1 | 90 | 66 | 0 | 24 | 37 | C | 14 | 43 | 40 |
| Octal | 341 | 220 | 146 | 0 | 44 | 67 | 14 | 24 | 103 | 100 |
| Binary | 11100001 | 10010000 | 1100110 | 0 | 100100 | 110111 | 1100 | 10100 | 1000011 | 1000000 |
Color Harmonies of #E19066
Complementary color
Monochromatic Colors of #E19066
Black with #E19066
Text Example
Text Example
White with #E19066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19066; }
p { color: rgb(225,144,102); }
H1.HeaderClassName
{
color: #E19066;
}
.AnyTagClassName
{
color: #E19066;
}
</style>
background-color css
<style>
a { background-color: #E19066; }
a { background-color: rgb(225,144,102); }
div.DivClassName
{
background-color: #E19066;
}
.BgClassName
{
background-color: #E19066;
}
</style>
border-color css
<style>
span { border-color: #E19066; }
span { border-color: rgb(225,144,102); }
td.TdClassName
{
border-color: #E19066;
}
.TagClassName
{
border-color: #E19066;
}
</style>