Shades of Copper #E28369
Tints of Copper #E28369
RGB
CMYK
RGB Variations
Color information
#E28369 (or 0xE28369) is known color: Copper. HEX triplet: E2, 83 and 69. RGB value is (226,131,105). Sum of RGB (Red+Green+Blue) = 226+131+105=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E28369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28369 is #1D7C96. Grayscale: #9C9C9C. Windows color (decimal): -1932439 or 6915042. OLE color: 6915042.
HSL color Cylindrical-coordinate representation of color #E28369: hue angle of 12.89º 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 #E28369 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 105 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.11 |
| HSL | 12.89º | 0.68% | 0.65% | - |
| HSV(B) | 12.89º | 0.54% | 0.89% | - |
| XYZ | 42.03 | 33.42 | 17.6 | - |
| YUV | 156.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 105 | 0 | 0.42 | 0.54 | 0.11 | 12.89 | 0.68 | 0.65 |
| Hex | E2 | 83 | 69 | 0 | 2A | 36 | B | D | 44 | 41 |
| Octal | 342 | 203 | 151 | 0 | 52 | 66 | 13 | 15 | 104 | 101 |
| Binary | 11100010 | 10000011 | 1101001 | 0 | 101010 | 110110 | 1011 | 1101 | 1000100 | 1000001 |
Color Harmonies of #E28369
Complementary color
Monochromatic Colors of #E28369
Black with #E28369
Text Example
Text Example
White with #E28369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28369; }
p { color: rgb(226,131,105); }
H1.HeaderClassName
{
color: #E28369;
}
.AnyTagClassName
{
color: #E28369;
}
</style>
background-color css
<style>
a { background-color: #E28369; }
a { background-color: rgb(226,131,105); }
div.DivClassName
{
background-color: #E28369;
}
.BgClassName
{
background-color: #E28369;
}
</style>
border-color css
<style>
span { border-color: #E28369; }
span { border-color: rgb(226,131,105); }
td.TdClassName
{
border-color: #E28369;
}
.TagClassName
{
border-color: #E28369;
}
</style>