Shades of Copper #E4825E
Tints of Copper #E4825E
RGB
CMYK
RGB Variations
Color information
#E4825E (or 0xE4825E) is known color: Copper. HEX triplet: E4, 82 and 5E. RGB value is (228,130,94). Sum of RGB (Red+Green+Blue) = 228+130+94=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E4825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4825E is #1B7DA1. Grayscale: #9B9B9B. Windows color (decimal): -1801634 or 6193892. OLE color: 6193892.
HSL color Cylindrical-coordinate representation of color #E4825E: hue angle of 16.12º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4825E is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 94 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.11 |
| HSL | 16.12º | 0.71% | 0.63% | - |
| HSV(B) | 16.12º | 0.59% | 0.89% | - |
| XYZ | 42 | 33.27 | 14.8 | - |
| YUV | 155.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 94 | 0 | 0.43 | 0.59 | 0.11 | 16.12 | 0.71 | 0.63 |
| Hex | E4 | 82 | 5E | 0 | 2B | 3B | B | 10 | 47 | 3F |
| Octal | 344 | 202 | 136 | 0 | 53 | 73 | 13 | 20 | 107 | 77 |
| Binary | 11100100 | 10000010 | 1011110 | 0 | 101011 | 111011 | 1011 | 10000 | 1000111 | 111111 |
Color Harmonies of #E4825E
Complementary color
Monochromatic Colors of #E4825E
Black with #E4825E
Text Example
Text Example
White with #E4825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4825E; }
p { color: rgb(228,130,94); }
H1.HeaderClassName
{
color: #E4825E;
}
.AnyTagClassName
{
color: #E4825E;
}
</style>
background-color css
<style>
a { background-color: #E4825E; }
a { background-color: rgb(228,130,94); }
div.DivClassName
{
background-color: #E4825E;
}
.BgClassName
{
background-color: #E4825E;
}
</style>
border-color css
<style>
span { border-color: #E4825E; }
span { border-color: rgb(228,130,94); }
td.TdClassName
{
border-color: #E4825E;
}
.TagClassName
{
border-color: #E4825E;
}
</style>