Shades of Copper #E6825E
Tints of Copper #E6825E
RGB
CMYK
RGB Variations
Color information
#E6825E (or 0xE6825E) is known color: Copper. HEX triplet: E6, 82 and 5E. RGB value is (230,130,94). Sum of RGB (Red+Green+Blue) = 230+130+94=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6825E is #197DA1. Grayscale: #9C9C9C. Windows color (decimal): -1670562 or 6193894. OLE color: 6193894.
HSL color Cylindrical-coordinate representation of color #E6825E: hue angle of 15.88º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6825E is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 94 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.10 |
| HSL | 15.88º | 0.73% | 0.64% | - |
| HSV(B) | 15.88º | 0.59% | 0.9% | - |
| XYZ | 42.64 | 33.6 | 14.83 | - |
| YUV | 155.8 | 93.13 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 94 | 0 | 0.43 | 0.59 | 0.10 | 15.88 | 0.73 | 0.64 |
| Hex | E6 | 82 | 5E | 0 | 2B | 3B | A | 10 | 49 | 40 |
| Octal | 346 | 202 | 136 | 0 | 53 | 73 | 12 | 20 | 111 | 100 |
| Binary | 11100110 | 10000010 | 1011110 | 0 | 101011 | 111011 | 1010 | 10000 | 1001001 | 1000000 |
Color Harmonies of #E6825E
Complementary color
Monochromatic Colors of #E6825E
Black with #E6825E
Text Example
Text Example
White with #E6825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6825E; }
p { color: rgb(230,130,94); }
H1.HeaderClassName
{
color: #E6825E;
}
.AnyTagClassName
{
color: #E6825E;
}
</style>
background-color css
<style>
a { background-color: #E6825E; }
a { background-color: rgb(230,130,94); }
div.DivClassName
{
background-color: #E6825E;
}
.BgClassName
{
background-color: #E6825E;
}
</style>
border-color css
<style>
span { border-color: #E6825E; }
span { border-color: rgb(230,130,94); }
td.TdClassName
{
border-color: #E6825E;
}
.TagClassName
{
border-color: #E6825E;
}
</style>