Shades of Copper #E4835F
Tints of Copper #E4835F
RGB
CMYK
RGB Variations
Color information
#E4835F (or 0xE4835F) is known color: Copper. HEX triplet: E4, 83 and 5F. RGB value is (228,131,95). Sum of RGB (Red+Green+Blue) = 228+131+95=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E4835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4835F is #1B7CA0. Grayscale: #9C9C9C. Windows color (decimal): -1801377 or 6259684. OLE color: 6259684.
HSL color Cylindrical-coordinate representation of color #E4835F: hue angle of 16.24º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4835F is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 95 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.11 |
| HSL | 16.24º | 0.71% | 0.63% | - |
| HSV(B) | 16.24º | 0.58% | 0.89% | - |
| XYZ | 42.18 | 33.55 | 15.08 | - |
| YUV | 155.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 95 | 0 | 0.43 | 0.58 | 0.11 | 16.24 | 0.71 | 0.63 |
| Hex | E4 | 83 | 5F | 0 | 2B | 3A | B | 10 | 47 | 3F |
| Octal | 344 | 203 | 137 | 0 | 53 | 72 | 13 | 20 | 107 | 77 |
| Binary | 11100100 | 10000011 | 1011111 | 0 | 101011 | 111010 | 1011 | 10000 | 1000111 | 111111 |
Color Harmonies of #E4835F
Complementary color
Monochromatic Colors of #E4835F
Black with #E4835F
Text Example
Text Example
White with #E4835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4835F; }
p { color: rgb(228,131,95); }
H1.HeaderClassName
{
color: #E4835F;
}
.AnyTagClassName
{
color: #E4835F;
}
</style>
background-color css
<style>
a { background-color: #E4835F; }
a { background-color: rgb(228,131,95); }
div.DivClassName
{
background-color: #E4835F;
}
.BgClassName
{
background-color: #E4835F;
}
</style>
border-color css
<style>
span { border-color: #E4835F; }
span { border-color: rgb(228,131,95); }
td.TdClassName
{
border-color: #E4835F;
}
.TagClassName
{
border-color: #E4835F;
}
</style>