Shades of Copper #E28367
Tints of Copper #E28367
RGB
CMYK
RGB Variations
Color information
#E28367 (or 0xE28367) is known color: Copper. HEX triplet: E2, 83 and 67. RGB value is (226,131,103). Sum of RGB (Red+Green+Blue) = 226+131+103=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E28367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28367 is #1D7C98. Grayscale: #9C9C9C. Windows color (decimal): -1932441 or 6783970. OLE color: 6783970.
HSL color Cylindrical-coordinate representation of color #E28367: hue angle of 13.66º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E28367 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 103 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.11 |
| HSL | 13.66º | 0.68% | 0.65% | - |
| HSV(B) | 13.66º | 0.54% | 0.89% | - |
| XYZ | 41.93 | 33.38 | 17.07 | - |
| YUV | 156.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 103 | 0 | 0.42 | 0.54 | 0.11 | 13.66 | 0.68 | 0.65 |
| Hex | E2 | 83 | 67 | 0 | 2A | 36 | B | E | 44 | 41 |
| Octal | 342 | 203 | 147 | 0 | 52 | 66 | 13 | 16 | 104 | 101 |
| Binary | 11100010 | 10000011 | 1100111 | 0 | 101010 | 110110 | 1011 | 1110 | 1000100 | 1000001 |
Color Harmonies of #E28367
Complementary color
Monochromatic Colors of #E28367
Black with #E28367
Text Example
Text Example
White with #E28367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28367; }
p { color: rgb(226,131,103); }
H1.HeaderClassName
{
color: #E28367;
}
.AnyTagClassName
{
color: #E28367;
}
</style>
background-color css
<style>
a { background-color: #E28367; }
a { background-color: rgb(226,131,103); }
div.DivClassName
{
background-color: #E28367;
}
.BgClassName
{
background-color: #E28367;
}
</style>
border-color css
<style>
span { border-color: #E28367; }
span { border-color: rgb(226,131,103); }
td.TdClassName
{
border-color: #E28367;
}
.TagClassName
{
border-color: #E28367;
}
</style>