Shades of Copper #E5825E
Tints of Copper #E5825E
RGB
CMYK
RGB Variations
Color information
#E5825E (or 0xE5825E) is known color: Copper. HEX triplet: E5, 82 and 5E. RGB value is (229,130,94). Sum of RGB (Red+Green+Blue) = 229+130+94=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5825E is #1A7DA1. Grayscale: #9B9B9B. Windows color (decimal): -1736098 or 6193893. OLE color: 6193893.
HSL color Cylindrical-coordinate representation of color #E5825E: hue angle of 16º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5825E is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 94 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.10 |
| HSL | 16º | 0.72% | 0.63% | - |
| HSV(B) | 16º | 0.59% | 0.9% | - |
| XYZ | 42.32 | 33.43 | 14.81 | - |
| YUV | 155.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 94 | 0 | 0.43 | 0.59 | 0.10 | 16 | 0.72 | 0.63 |
| Hex | E5 | 82 | 5E | 0 | 2B | 3B | A | 10 | 48 | 3F |
| Octal | 345 | 202 | 136 | 0 | 53 | 73 | 12 | 20 | 110 | 77 |
| Binary | 11100101 | 10000010 | 1011110 | 0 | 101011 | 111011 | 1010 | 10000 | 1001000 | 111111 |
Color Harmonies of #E5825E
Complementary color
Monochromatic Colors of #E5825E
Black with #E5825E
Text Example
Text Example
White with #E5825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5825E; }
p { color: rgb(229,130,94); }
H1.HeaderClassName
{
color: #E5825E;
}
.AnyTagClassName
{
color: #E5825E;
}
</style>
background-color css
<style>
a { background-color: #E5825E; }
a { background-color: rgb(229,130,94); }
div.DivClassName
{
background-color: #E5825E;
}
.BgClassName
{
background-color: #E5825E;
}
</style>
border-color css
<style>
span { border-color: #E5825E; }
span { border-color: rgb(229,130,94); }
td.TdClassName
{
border-color: #E5825E;
}
.TagClassName
{
border-color: #E5825E;
}
</style>