Shades of Copper #E08357
Tints of Copper #E08357
RGB
CMYK
RGB Variations
Color information
#E08357 (or 0xE08357) is known color: Copper. HEX triplet: E0, 83 and 57. RGB value is (224,131,87). Sum of RGB (Red+Green+Blue) = 224+131+87=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E08357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08357 is #1F7CA8. Grayscale: #9A9A9A. Windows color (decimal): -2063529 or 5735392. OLE color: 5735392.
HSL color Cylindrical-coordinate representation of color #E08357: hue angle of 19.27º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E08357 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 87 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.12 |
| HSL | 19.27º | 0.69% | 0.61% | - |
| HSV(B) | 19.27º | 0.61% | 0.88% | - |
| XYZ | 40.58 | 32.77 | 13.2 | - |
| YUV | 153.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 87 | 0 | 0.42 | 0.61 | 0.12 | 19.27 | 0.69 | 0.61 |
| Hex | E0 | 83 | 57 | 0 | 2A | 3D | C | 13 | 45 | 3D |
| Octal | 340 | 203 | 127 | 0 | 52 | 75 | 14 | 23 | 105 | 75 |
| Binary | 11100000 | 10000011 | 1010111 | 0 | 101010 | 111101 | 1100 | 10011 | 1000101 | 111101 |
Color Harmonies of #E08357
Complementary color
Monochromatic Colors of #E08357
Black with #E08357
Text Example
Text Example
White with #E08357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08357; }
p { color: rgb(224,131,87); }
H1.HeaderClassName
{
color: #E08357;
}
.AnyTagClassName
{
color: #E08357;
}
</style>
background-color css
<style>
a { background-color: #E08357; }
a { background-color: rgb(224,131,87); }
div.DivClassName
{
background-color: #E08357;
}
.BgClassName
{
background-color: #E08357;
}
</style>
border-color css
<style>
span { border-color: #E08357; }
span { border-color: rgb(224,131,87); }
td.TdClassName
{
border-color: #E08357;
}
.TagClassName
{
border-color: #E08357;
}
</style>