Shades of Copper #E09369
Tints of Copper #E09369
RGB
CMYK
RGB Variations
Color information
#E09369 (or 0xE09369) is known color: Copper. HEX triplet: E0, 93 and 69. RGB value is (224,147,105). Sum of RGB (Red+Green+Blue) = 224+147+105=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E09369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09369 is #1F6C96. Grayscale: #A5A5A5. Windows color (decimal): -2059415 or 6919136. OLE color: 6919136.
HSL color Cylindrical-coordinate representation of color #E09369: hue angle of 21.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E09369 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 105 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.12 |
| HSL | 21.18º | 0.66% | 0.65% | - |
| HSV(B) | 21.18º | 0.53% | 0.88% | - |
| XYZ | 43.72 | 37.73 | 18.34 | - |
| YUV | 165.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 105 | 0 | 0.34 | 0.53 | 0.12 | 21.18 | 0.66 | 0.65 |
| Hex | E0 | 93 | 69 | 0 | 22 | 35 | C | 15 | 42 | 41 |
| Octal | 340 | 223 | 151 | 0 | 42 | 65 | 14 | 25 | 102 | 101 |
| Binary | 11100000 | 10010011 | 1101001 | 0 | 100010 | 110101 | 1100 | 10101 | 1000010 | 1000001 |
Color Harmonies of #E09369
Complementary color
Monochromatic Colors of #E09369
Black with #E09369
Text Example
Text Example
White with #E09369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09369; }
p { color: rgb(224,147,105); }
H1.HeaderClassName
{
color: #E09369;
}
.AnyTagClassName
{
color: #E09369;
}
</style>
background-color css
<style>
a { background-color: #E09369; }
a { background-color: rgb(224,147,105); }
div.DivClassName
{
background-color: #E09369;
}
.BgClassName
{
background-color: #E09369;
}
</style>
border-color css
<style>
span { border-color: #E09369; }
span { border-color: rgb(224,147,105); }
td.TdClassName
{
border-color: #E09369;
}
.TagClassName
{
border-color: #E09369;
}
</style>