Shades of Copper #E19667
Tints of Copper #E19667
RGB
CMYK
RGB Variations
Color information
#E19667 (or 0xE19667) is known color: Copper. HEX triplet: E1, 96 and 67. RGB value is (225,150,103). Sum of RGB (Red+Green+Blue) = 225+150+103=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E19667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19667 is #1E6998. Grayscale: #A7A7A7. Windows color (decimal): -1993113 or 6788833. OLE color: 6788833.
HSL color Cylindrical-coordinate representation of color #E19667: hue angle of 23.11º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E19667 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 103 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.12 |
| HSL | 23.11º | 0.67% | 0.64% | - |
| HSV(B) | 23.11º | 0.54% | 0.88% | - |
| XYZ | 44.41 | 38.8 | 17.98 | - |
| YUV | 167.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 103 | 0 | 0.33 | 0.54 | 0.12 | 23.11 | 0.67 | 0.64 |
| Hex | E1 | 96 | 67 | 0 | 21 | 36 | C | 17 | 43 | 40 |
| Octal | 341 | 226 | 147 | 0 | 41 | 66 | 14 | 27 | 103 | 100 |
| Binary | 11100001 | 10010110 | 1100111 | 0 | 100001 | 110110 | 1100 | 10111 | 1000011 | 1000000 |
Color Harmonies of #E19667
Complementary color
Monochromatic Colors of #E19667
Black with #E19667
Text Example
Text Example
White with #E19667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19667; }
p { color: rgb(225,150,103); }
H1.HeaderClassName
{
color: #E19667;
}
.AnyTagClassName
{
color: #E19667;
}
</style>
background-color css
<style>
a { background-color: #E19667; }
a { background-color: rgb(225,150,103); }
div.DivClassName
{
background-color: #E19667;
}
.BgClassName
{
background-color: #E19667;
}
</style>
border-color css
<style>
span { border-color: #E19667; }
span { border-color: rgb(225,150,103); }
td.TdClassName
{
border-color: #E19667;
}
.TagClassName
{
border-color: #E19667;
}
</style>