Shades of Copper #E19366
Tints of Copper #E19366
RGB
CMYK
RGB Variations
Color information
#E19366 (or 0xE19366) is known color: Copper. HEX triplet: E1, 93 and 66. RGB value is (225,147,102). Sum of RGB (Red+Green+Blue) = 225+147+102=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E19366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19366 is #1E6C99. Grayscale: #A5A5A5. Windows color (decimal): -1993882 or 6722529. OLE color: 6722529.
HSL color Cylindrical-coordinate representation of color #E19366: hue angle of 21.95º 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 #E19366 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 102 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.12 |
| HSL | 21.95º | 0.67% | 0.64% | - |
| HSV(B) | 21.95º | 0.55% | 0.88% | - |
| XYZ | 43.88 | 37.83 | 17.56 | - |
| YUV | 165.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 102 | 0 | 0.35 | 0.55 | 0.12 | 21.95 | 0.67 | 0.64 |
| Hex | E1 | 93 | 66 | 0 | 23 | 37 | C | 16 | 43 | 40 |
| Octal | 341 | 223 | 146 | 0 | 43 | 67 | 14 | 26 | 103 | 100 |
| Binary | 11100001 | 10010011 | 1100110 | 0 | 100011 | 110111 | 1100 | 10110 | 1000011 | 1000000 |
Color Harmonies of #E19366
Complementary color
Monochromatic Colors of #E19366
Black with #E19366
Text Example
Text Example
White with #E19366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19366; }
p { color: rgb(225,147,102); }
H1.HeaderClassName
{
color: #E19366;
}
.AnyTagClassName
{
color: #E19366;
}
</style>
background-color css
<style>
a { background-color: #E19366; }
a { background-color: rgb(225,147,102); }
div.DivClassName
{
background-color: #E19366;
}
.BgClassName
{
background-color: #E19366;
}
</style>
border-color css
<style>
span { border-color: #E19366; }
span { border-color: rgb(225,147,102); }
td.TdClassName
{
border-color: #E19366;
}
.TagClassName
{
border-color: #E19366;
}
</style>