Shades of Copper #E28B6C
Tints of Copper #E28B6C
RGB
CMYK
RGB Variations
Color information
#E28B6C (or 0xE28B6C) is known color: Copper. HEX triplet: E2, 8B and 6C. RGB value is (226,139,108). Sum of RGB (Red+Green+Blue) = 226+139+108=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B6C is #1D7493. Grayscale: #A1A1A1. Windows color (decimal): -1930388 or 7113698. OLE color: 7113698.
HSL color Cylindrical-coordinate representation of color #E28B6C: hue angle of 15.76º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E28B6C is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 108 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.11 |
| HSL | 15.76º | 0.67% | 0.65% | - |
| HSV(B) | 15.76º | 0.52% | 0.89% | - |
| XYZ | 43.3 | 35.72 | 18.8 | - |
| YUV | 161.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 108 | 0 | 0.38 | 0.52 | 0.11 | 15.76 | 0.67 | 0.65 |
| Hex | E2 | 8B | 6C | 0 | 26 | 34 | B | 10 | 43 | 41 |
| Octal | 342 | 213 | 154 | 0 | 46 | 64 | 13 | 20 | 103 | 101 |
| Binary | 11100010 | 10001011 | 1101100 | 0 | 100110 | 110100 | 1011 | 10000 | 1000011 | 1000001 |
Color Harmonies of #E28B6C
Complementary color
Monochromatic Colors of #E28B6C
Black with #E28B6C
Text Example
Text Example
White with #E28B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B6C; }
p { color: rgb(226,139,108); }
H1.HeaderClassName
{
color: #E28B6C;
}
.AnyTagClassName
{
color: #E28B6C;
}
</style>
background-color css
<style>
a { background-color: #E28B6C; }
a { background-color: rgb(226,139,108); }
div.DivClassName
{
background-color: #E28B6C;
}
.BgClassName
{
background-color: #E28B6C;
}
</style>
border-color css
<style>
span { border-color: #E28B6C; }
span { border-color: rgb(226,139,108); }
td.TdClassName
{
border-color: #E28B6C;
}
.TagClassName
{
border-color: #E28B6C;
}
</style>