Shades of Copper #E08F66
Tints of Copper #E08F66
RGB
CMYK
RGB Variations
Color information
#E08F66 (or 0xE08F66) is known color: Copper. HEX triplet: E0, 8F and 66. RGB value is (224,143,102). Sum of RGB (Red+Green+Blue) = 224+143+102=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F66 is #1F7099. Grayscale: #A2A2A2. Windows color (decimal): -2060442 or 6721504. OLE color: 6721504.
HSL color Cylindrical-coordinate representation of color #E08F66: hue angle of 20.16º 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 #E08F66 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 102 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.12 |
| HSL | 20.16º | 0.66% | 0.64% | - |
| HSV(B) | 20.16º | 0.54% | 0.88% | - |
| XYZ | 42.96 | 36.45 | 17.34 | - |
| YUV | 162.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 102 | 0 | 0.36 | 0.54 | 0.12 | 20.16 | 0.66 | 0.64 |
| Hex | E0 | 8F | 66 | 0 | 24 | 36 | C | 14 | 42 | 40 |
| Octal | 340 | 217 | 146 | 0 | 44 | 66 | 14 | 24 | 102 | 100 |
| Binary | 11100000 | 10001111 | 1100110 | 0 | 100100 | 110110 | 1100 | 10100 | 1000010 | 1000000 |
Color Harmonies of #E08F66
Complementary color
Monochromatic Colors of #E08F66
Black with #E08F66
Text Example
Text Example
White with #E08F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F66; }
p { color: rgb(224,143,102); }
H1.HeaderClassName
{
color: #E08F66;
}
.AnyTagClassName
{
color: #E08F66;
}
</style>
background-color css
<style>
a { background-color: #E08F66; }
a { background-color: rgb(224,143,102); }
div.DivClassName
{
background-color: #E08F66;
}
.BgClassName
{
background-color: #E08F66;
}
</style>
border-color css
<style>
span { border-color: #E08F66; }
span { border-color: rgb(224,143,102); }
td.TdClassName
{
border-color: #E08F66;
}
.TagClassName
{
border-color: #E08F66;
}
</style>