Shades of Copper #E59369
Tints of Copper #E59369
RGB
CMYK
RGB Variations
Color information
#E59369 (or 0xE59369) is known color: Copper. HEX triplet: E5, 93 and 69. RGB value is (229,147,105). Sum of RGB (Red+Green+Blue) = 229+147+105=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E59369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59369 is #1A6C96. Grayscale: #A6A6A6. Windows color (decimal): -1731735 or 6919141. OLE color: 6919141.
HSL color Cylindrical-coordinate representation of color #E59369: hue angle of 20.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E59369 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 105 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.10 |
| HSL | 20.32º | 0.7% | 0.65% | - |
| HSV(B) | 20.32º | 0.54% | 0.9% | - |
| XYZ | 45.3 | 38.55 | 18.42 | - |
| YUV | 166.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 105 | 0 | 0.36 | 0.54 | 0.10 | 20.32 | 0.7 | 0.65 |
| Hex | E5 | 93 | 69 | 0 | 24 | 36 | A | 14 | 46 | 41 |
| Octal | 345 | 223 | 151 | 0 | 44 | 66 | 12 | 24 | 106 | 101 |
| Binary | 11100101 | 10010011 | 1101001 | 0 | 100100 | 110110 | 1010 | 10100 | 1000110 | 1000001 |
Color Harmonies of #E59369
Complementary color
Monochromatic Colors of #E59369
Black with #E59369
Text Example
Text Example
White with #E59369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59369; }
p { color: rgb(229,147,105); }
H1.HeaderClassName
{
color: #E59369;
}
.AnyTagClassName
{
color: #E59369;
}
</style>
background-color css
<style>
a { background-color: #E59369; }
a { background-color: rgb(229,147,105); }
div.DivClassName
{
background-color: #E59369;
}
.BgClassName
{
background-color: #E59369;
}
</style>
border-color css
<style>
span { border-color: #E59369; }
span { border-color: rgb(229,147,105); }
td.TdClassName
{
border-color: #E59369;
}
.TagClassName
{
border-color: #E59369;
}
</style>