Shades of Copper #E49369
Tints of Copper #E49369
RGB
CMYK
RGB Variations
Color information
#E49369 (or 0xE49369) is known color: Copper. HEX triplet: E4, 93 and 69. RGB value is (228,147,105). Sum of RGB (Red+Green+Blue) = 228+147+105=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E49369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49369 is #1B6C96. Grayscale: #A6A6A6. Windows color (decimal): -1797271 or 6919140. OLE color: 6919140.
HSL color Cylindrical-coordinate representation of color #E49369: hue angle of 20.49º 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 #E49369 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 105 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.11 |
| HSL | 20.49º | 0.69% | 0.65% | - |
| HSV(B) | 20.49º | 0.54% | 0.89% | - |
| XYZ | 44.98 | 38.38 | 18.4 | - |
| YUV | 166.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 105 | 0 | 0.36 | 0.54 | 0.11 | 20.49 | 0.69 | 0.65 |
| Hex | E4 | 93 | 69 | 0 | 24 | 36 | B | 14 | 45 | 41 |
| Octal | 344 | 223 | 151 | 0 | 44 | 66 | 13 | 24 | 105 | 101 |
| Binary | 11100100 | 10010011 | 1101001 | 0 | 100100 | 110110 | 1011 | 10100 | 1000101 | 1000001 |
Color Harmonies of #E49369
Complementary color
Monochromatic Colors of #E49369
Black with #E49369
Text Example
Text Example
White with #E49369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49369; }
p { color: rgb(228,147,105); }
H1.HeaderClassName
{
color: #E49369;
}
.AnyTagClassName
{
color: #E49369;
}
</style>
background-color css
<style>
a { background-color: #E49369; }
a { background-color: rgb(228,147,105); }
div.DivClassName
{
background-color: #E49369;
}
.BgClassName
{
background-color: #E49369;
}
</style>
border-color css
<style>
span { border-color: #E49369; }
span { border-color: rgb(228,147,105); }
td.TdClassName
{
border-color: #E49369;
}
.TagClassName
{
border-color: #E49369;
}
</style>