Shades of Copper #E49569
Tints of Copper #E49569
RGB
CMYK
RGB Variations
Color information
#E49569 (or 0xE49569) is known color: Copper. HEX triplet: E4, 95 and 69. RGB value is (228,149,105). Sum of RGB (Red+Green+Blue) = 228+149+105=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E49569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49569 is #1B6A96. Grayscale: #A7A7A7. Windows color (decimal): -1796759 or 6919652. OLE color: 6919652.
HSL color Cylindrical-coordinate representation of color #E49569: hue angle of 21.46º degrees, saturation: 0.69, 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 #E49569 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 105 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.11 |
| HSL | 21.46º | 0.69% | 0.65% | - |
| HSV(B) | 21.46º | 0.54% | 0.89% | - |
| XYZ | 45.29 | 39.01 | 18.51 | - |
| YUV | 167.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 105 | 0 | 0.35 | 0.54 | 0.11 | 21.46 | 0.69 | 0.65 |
| Hex | E4 | 95 | 69 | 0 | 23 | 36 | B | 15 | 45 | 41 |
| Octal | 344 | 225 | 151 | 0 | 43 | 66 | 13 | 25 | 105 | 101 |
| Binary | 11100100 | 10010101 | 1101001 | 0 | 100011 | 110110 | 1011 | 10101 | 1000101 | 1000001 |
Color Harmonies of #E49569
Complementary color
Monochromatic Colors of #E49569
Black with #E49569
Text Example
Text Example
White with #E49569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49569; }
p { color: rgb(228,149,105); }
H1.HeaderClassName
{
color: #E49569;
}
.AnyTagClassName
{
color: #E49569;
}
</style>
background-color css
<style>
a { background-color: #E49569; }
a { background-color: rgb(228,149,105); }
div.DivClassName
{
background-color: #E49569;
}
.BgClassName
{
background-color: #E49569;
}
</style>
border-color css
<style>
span { border-color: #E49569; }
span { border-color: rgb(228,149,105); }
td.TdClassName
{
border-color: #E49569;
}
.TagClassName
{
border-color: #E49569;
}
</style>