Shades of Copper #E09768
Tints of Copper #E09768
RGB
CMYK
RGB Variations
Color information
#E09768 (or 0xE09768) is known color: Copper. HEX triplet: E0, 97 and 68. RGB value is (224,151,104). Sum of RGB (Red+Green+Blue) = 224+151+104=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E09768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09768 is #1F6897. Grayscale: #A7A7A7. Windows color (decimal): -2058392 or 6854624. OLE color: 6854624.
HSL color Cylindrical-coordinate representation of color #E09768: hue angle of 23.5º 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 #E09768 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 104 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.12 |
| HSL | 23.5º | 0.66% | 0.64% | - |
| HSV(B) | 23.5º | 0.54% | 0.88% | - |
| XYZ | 44.31 | 38.98 | 18.29 | - |
| YUV | 167.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 104 | 0 | 0.33 | 0.54 | 0.12 | 23.5 | 0.66 | 0.64 |
| Hex | E0 | 97 | 68 | 0 | 21 | 36 | C | 18 | 42 | 40 |
| Octal | 340 | 227 | 150 | 0 | 41 | 66 | 14 | 30 | 102 | 100 |
| Binary | 11100000 | 10010111 | 1101000 | 0 | 100001 | 110110 | 1100 | 11000 | 1000010 | 1000000 |
Color Harmonies of #E09768
Complementary color
Monochromatic Colors of #E09768
Black with #E09768
Text Example
Text Example
White with #E09768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09768; }
p { color: rgb(224,151,104); }
H1.HeaderClassName
{
color: #E09768;
}
.AnyTagClassName
{
color: #E09768;
}
</style>
background-color css
<style>
a { background-color: #E09768; }
a { background-color: rgb(224,151,104); }
div.DivClassName
{
background-color: #E09768;
}
.BgClassName
{
background-color: #E09768;
}
</style>
border-color css
<style>
span { border-color: #E09768; }
span { border-color: rgb(224,151,104); }
td.TdClassName
{
border-color: #E09768;
}
.TagClassName
{
border-color: #E09768;
}
</style>