Shades of Copper #E0825B
Tints of Copper #E0825B
RGB
CMYK
RGB Variations
Color information
#E0825B (or 0xE0825B) is known color: Copper. HEX triplet: E0, 82 and 5B. RGB value is (224,130,91). Sum of RGB (Red+Green+Blue) = 224+130+91=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0825B is #1F7DA4. Grayscale: #999999. Windows color (decimal): -2063781 or 5997280. OLE color: 5997280.
HSL color Cylindrical-coordinate representation of color #E0825B: hue angle of 17.59º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0825B is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 91 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.12 |
| HSL | 17.59º | 0.68% | 0.62% | - |
| HSV(B) | 17.59º | 0.59% | 0.88% | - |
| XYZ | 40.61 | 32.57 | 14.04 | - |
| YUV | 153.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 91 | 0 | 0.42 | 0.59 | 0.12 | 17.59 | 0.68 | 0.62 |
| Hex | E0 | 82 | 5B | 0 | 2A | 3B | C | 12 | 44 | 3E |
| Octal | 340 | 202 | 133 | 0 | 52 | 73 | 14 | 22 | 104 | 76 |
| Binary | 11100000 | 10000010 | 1011011 | 0 | 101010 | 111011 | 1100 | 10010 | 1000100 | 111110 |
Color Harmonies of #E0825B
Complementary color
Monochromatic Colors of #E0825B
Black with #E0825B
Text Example
Text Example
White with #E0825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0825B; }
p { color: rgb(224,130,91); }
H1.HeaderClassName
{
color: #E0825B;
}
.AnyTagClassName
{
color: #E0825B;
}
</style>
background-color css
<style>
a { background-color: #E0825B; }
a { background-color: rgb(224,130,91); }
div.DivClassName
{
background-color: #E0825B;
}
.BgClassName
{
background-color: #E0825B;
}
</style>
border-color css
<style>
span { border-color: #E0825B; }
span { border-color: rgb(224,130,91); }
td.TdClassName
{
border-color: #E0825B;
}
.TagClassName
{
border-color: #E0825B;
}
</style>