Shades of Copper #E28A69
Tints of Copper #E28A69
RGB
CMYK
RGB Variations
Color information
#E28A69 (or 0xE28A69) is known color: Copper. HEX triplet: E2, 8A and 69. RGB value is (226,138,105). Sum of RGB (Red+Green+Blue) = 226+138+105=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A69 is #1D7596. Grayscale: #A0A0A0. Windows color (decimal): -1930647 or 6916834. OLE color: 6916834.
HSL color Cylindrical-coordinate representation of color #E28A69: hue angle of 16.36º 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 #E28A69 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 105 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.11 |
| HSL | 16.36º | 0.68% | 0.65% | - |
| HSV(B) | 16.36º | 0.54% | 0.89% | - |
| XYZ | 43 | 35.37 | 17.92 | - |
| YUV | 160.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 105 | 0 | 0.39 | 0.54 | 0.11 | 16.36 | 0.68 | 0.65 |
| Hex | E2 | 8A | 69 | 0 | 27 | 36 | B | 10 | 44 | 41 |
| Octal | 342 | 212 | 151 | 0 | 47 | 66 | 13 | 20 | 104 | 101 |
| Binary | 11100010 | 10001010 | 1101001 | 0 | 100111 | 110110 | 1011 | 10000 | 1000100 | 1000001 |
Color Harmonies of #E28A69
Complementary color
Monochromatic Colors of #E28A69
Black with #E28A69
Text Example
Text Example
White with #E28A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A69; }
p { color: rgb(226,138,105); }
H1.HeaderClassName
{
color: #E28A69;
}
.AnyTagClassName
{
color: #E28A69;
}
</style>
background-color css
<style>
a { background-color: #E28A69; }
a { background-color: rgb(226,138,105); }
div.DivClassName
{
background-color: #E28A69;
}
.BgClassName
{
background-color: #E28A69;
}
</style>
border-color css
<style>
span { border-color: #E28A69; }
span { border-color: rgb(226,138,105); }
td.TdClassName
{
border-color: #E28A69;
}
.TagClassName
{
border-color: #E28A69;
}
</style>