Shades of Copper #E4845B
Tints of Copper #E4845B
RGB
CMYK
RGB Variations
Color information
#E4845B (or 0xE4845B) is known color: Copper. HEX triplet: E4, 84 and 5B. RGB value is (228,132,91). Sum of RGB (Red+Green+Blue) = 228+132+91=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E4845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4845B is #1B7BA4. Grayscale: #9C9C9C. Windows color (decimal): -1801125 or 5997796. OLE color: 5997796.
HSL color Cylindrical-coordinate representation of color #E4845B: hue angle of 17.96º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4845B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 91 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.11 |
| HSL | 17.96º | 0.72% | 0.63% | - |
| HSV(B) | 17.96º | 0.6% | 0.89% | - |
| XYZ | 42.13 | 33.75 | 14.19 | - |
| YUV | 156.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 91 | 0 | 0.42 | 0.60 | 0.11 | 17.96 | 0.72 | 0.63 |
| Hex | E4 | 84 | 5B | 0 | 2A | 3C | B | 12 | 48 | 3F |
| Octal | 344 | 204 | 133 | 0 | 52 | 74 | 13 | 22 | 110 | 77 |
| Binary | 11100100 | 10000100 | 1011011 | 0 | 101010 | 111100 | 1011 | 10010 | 1001000 | 111111 |
Color Harmonies of #E4845B
Complementary color
Monochromatic Colors of #E4845B
Black with #E4845B
Text Example
Text Example
White with #E4845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4845B; }
p { color: rgb(228,132,91); }
H1.HeaderClassName
{
color: #E4845B;
}
.AnyTagClassName
{
color: #E4845B;
}
</style>
background-color css
<style>
a { background-color: #E4845B; }
a { background-color: rgb(228,132,91); }
div.DivClassName
{
background-color: #E4845B;
}
.BgClassName
{
background-color: #E4845B;
}
</style>
border-color css
<style>
span { border-color: #E4845B; }
span { border-color: rgb(228,132,91); }
td.TdClassName
{
border-color: #E4845B;
}
.TagClassName
{
border-color: #E4845B;
}
</style>