Shades of Copper #E09668
Tints of Copper #E09668
RGB
CMYK
RGB Variations
Color information
#E09668 (or 0xE09668) is known color: Copper. HEX triplet: E0, 96 and 68. RGB value is (224,150,104). Sum of RGB (Red+Green+Blue) = 224+150+104=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E09668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09668 is #1F6997. Grayscale: #A7A7A7. Windows color (decimal): -2058648 or 6854368. OLE color: 6854368.
HSL color Cylindrical-coordinate representation of color #E09668: hue angle of 23º degrees, saturation: 0.66, 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 #E09668 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 104 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.12 |
| HSL | 23º | 0.66% | 0.64% | - |
| HSV(B) | 23º | 0.54% | 0.88% | - |
| XYZ | 44.15 | 38.66 | 18.23 | - |
| YUV | 166.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 104 | 0 | 0.33 | 0.54 | 0.12 | 23 | 0.66 | 0.64 |
| Hex | E0 | 96 | 68 | 0 | 21 | 36 | C | 17 | 42 | 40 |
| Octal | 340 | 226 | 150 | 0 | 41 | 66 | 14 | 27 | 102 | 100 |
| Binary | 11100000 | 10010110 | 1101000 | 0 | 100001 | 110110 | 1100 | 10111 | 1000010 | 1000000 |
Color Harmonies of #E09668
Complementary color
Monochromatic Colors of #E09668
Black with #E09668
Text Example
Text Example
White with #E09668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09668; }
p { color: rgb(224,150,104); }
H1.HeaderClassName
{
color: #E09668;
}
.AnyTagClassName
{
color: #E09668;
}
</style>
background-color css
<style>
a { background-color: #E09668; }
a { background-color: rgb(224,150,104); }
div.DivClassName
{
background-color: #E09668;
}
.BgClassName
{
background-color: #E09668;
}
</style>
border-color css
<style>
span { border-color: #E09668; }
span { border-color: rgb(224,150,104); }
td.TdClassName
{
border-color: #E09668;
}
.TagClassName
{
border-color: #E09668;
}
</style>