Shades of Copper #E08364
Tints of Copper #E08364
RGB
CMYK
RGB Variations
Color information
#E08364 (or 0xE08364) is known color: Copper. HEX triplet: E0, 83 and 64. RGB value is (224,131,100). Sum of RGB (Red+Green+Blue) = 224+131+100=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E08364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08364 is #1F7C9B. Grayscale: #9B9B9B. Windows color (decimal): -2063516 or 6587360. OLE color: 6587360.
HSL color Cylindrical-coordinate representation of color #E08364: hue angle of 15º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08364 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 100 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.12 |
| HSL | 15º | 0.67% | 0.64% | - |
| HSV(B) | 15º | 0.55% | 0.88% | - |
| XYZ | 41.16 | 33 | 16.26 | - |
| YUV | 155.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 100 | 0 | 0.42 | 0.55 | 0.12 | 15 | 0.67 | 0.64 |
| Hex | E0 | 83 | 64 | 0 | 2A | 37 | C | F | 43 | 40 |
| Octal | 340 | 203 | 144 | 0 | 52 | 67 | 14 | 17 | 103 | 100 |
| Binary | 11100000 | 10000011 | 1100100 | 0 | 101010 | 110111 | 1100 | 1111 | 1000011 | 1000000 |
Color Harmonies of #E08364
Complementary color
Monochromatic Colors of #E08364
Black with #E08364
Text Example
Text Example
White with #E08364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08364; }
p { color: rgb(224,131,100); }
H1.HeaderClassName
{
color: #E08364;
}
.AnyTagClassName
{
color: #E08364;
}
</style>
background-color css
<style>
a { background-color: #E08364; }
a { background-color: rgb(224,131,100); }
div.DivClassName
{
background-color: #E08364;
}
.BgClassName
{
background-color: #E08364;
}
</style>
border-color css
<style>
span { border-color: #E08364; }
span { border-color: rgb(224,131,100); }
td.TdClassName
{
border-color: #E08364;
}
.TagClassName
{
border-color: #E08364;
}
</style>