Shades of Copper #E08367
Tints of Copper #E08367
RGB
CMYK
RGB Variations
Color information
#E08367 (or 0xE08367) is known color: Copper. HEX triplet: E0, 83 and 67. RGB value is (224,131,103). Sum of RGB (Red+Green+Blue) = 224+131+103=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08367 is #1F7C98. Grayscale: #9B9B9B. Windows color (decimal): -2063513 or 6783968. OLE color: 6783968.
HSL color Cylindrical-coordinate representation of color #E08367: hue angle of 13.88º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08367 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 103 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.12 |
| HSL | 13.88º | 0.66% | 0.64% | - |
| HSV(B) | 13.88º | 0.54% | 0.88% | - |
| XYZ | 41.3 | 33.06 | 17.04 | - |
| YUV | 155.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 103 | 0 | 0.42 | 0.54 | 0.12 | 13.88 | 0.66 | 0.64 |
| Hex | E0 | 83 | 67 | 0 | 2A | 36 | C | E | 42 | 40 |
| Octal | 340 | 203 | 147 | 0 | 52 | 66 | 14 | 16 | 102 | 100 |
| Binary | 11100000 | 10000011 | 1100111 | 0 | 101010 | 110110 | 1100 | 1110 | 1000010 | 1000000 |
Color Harmonies of #E08367
Complementary color
Monochromatic Colors of #E08367
Black with #E08367
Text Example
Text Example
White with #E08367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08367; }
p { color: rgb(224,131,103); }
H1.HeaderClassName
{
color: #E08367;
}
.AnyTagClassName
{
color: #E08367;
}
</style>
background-color css
<style>
a { background-color: #E08367; }
a { background-color: rgb(224,131,103); }
div.DivClassName
{
background-color: #E08367;
}
.BgClassName
{
background-color: #E08367;
}
</style>
border-color css
<style>
span { border-color: #E08367; }
span { border-color: rgb(224,131,103); }
td.TdClassName
{
border-color: #E08367;
}
.TagClassName
{
border-color: #E08367;
}
</style>