Shades of Copper #E0886B
Tints of Copper #E0886B
RGB
CMYK
RGB Variations
Color information
#E0886B (or 0xE0886B) is known color: Copper. HEX triplet: E0, 88 and 6B. RGB value is (224,136,107). Sum of RGB (Red+Green+Blue) = 224+136+107=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0886B is #1F7794. Grayscale: #9F9F9F. Windows color (decimal): -2062229 or 7047392. OLE color: 7047392.
HSL color Cylindrical-coordinate representation of color #E0886B: hue angle of 14.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0886B is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 107 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.12 |
| HSL | 14.87º | 0.65% | 0.65% | - |
| HSV(B) | 14.87º | 0.52% | 0.88% | - |
| XYZ | 42.2 | 34.52 | 18.35 | - |
| YUV | 159.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 107 | 0 | 0.39 | 0.52 | 0.12 | 14.87 | 0.65 | 0.65 |
| Hex | E0 | 88 | 6B | 0 | 27 | 34 | C | F | 41 | 41 |
| Octal | 340 | 210 | 153 | 0 | 47 | 64 | 14 | 17 | 101 | 101 |
| Binary | 11100000 | 10001000 | 1101011 | 0 | 100111 | 110100 | 1100 | 1111 | 1000001 | 1000001 |
Color Harmonies of #E0886B
Complementary color
Monochromatic Colors of #E0886B
Black with #E0886B
Text Example
Text Example
White with #E0886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0886B; }
p { color: rgb(224,136,107); }
H1.HeaderClassName
{
color: #E0886B;
}
.AnyTagClassName
{
color: #E0886B;
}
</style>
background-color css
<style>
a { background-color: #E0886B; }
a { background-color: rgb(224,136,107); }
div.DivClassName
{
background-color: #E0886B;
}
.BgClassName
{
background-color: #E0886B;
}
</style>
border-color css
<style>
span { border-color: #E0886B; }
span { border-color: rgb(224,136,107); }
td.TdClassName
{
border-color: #E0886B;
}
.TagClassName
{
border-color: #E0886B;
}
</style>