Shades of Copper #E4915E
Tints of Copper #E4915E
RGB
CMYK
RGB Variations
Color information
#E4915E (or 0xE4915E) is known color: Copper. HEX triplet: E4, 91 and 5E. RGB value is (228,145,94). Sum of RGB (Red+Green+Blue) = 228+145+94=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E4915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4915E is #1B6EA1. Grayscale: #A4A4A4. Windows color (decimal): -1797794 or 6197732. OLE color: 6197732.
HSL color Cylindrical-coordinate representation of color #E4915E: hue angle of 22.84º 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 #E4915E is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 94 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.11 |
| HSL | 22.84º | 0.71% | 0.63% | - |
| HSV(B) | 22.84º | 0.59% | 0.89% | - |
| XYZ | 44.14 | 37.55 | 15.51 | - |
| YUV | 164 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 94 | 0 | 0.36 | 0.59 | 0.11 | 22.84 | 0.71 | 0.63 |
| Hex | E4 | 91 | 5E | 0 | 24 | 3B | B | 17 | 47 | 3F |
| Octal | 344 | 221 | 136 | 0 | 44 | 73 | 13 | 27 | 107 | 77 |
| Binary | 11100100 | 10010001 | 1011110 | 0 | 100100 | 111011 | 1011 | 10111 | 1000111 | 111111 |
Color Harmonies of #E4915E
Complementary color
Monochromatic Colors of #E4915E
Black with #E4915E
Text Example
Text Example
White with #E4915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4915E; }
p { color: rgb(228,145,94); }
H1.HeaderClassName
{
color: #E4915E;
}
.AnyTagClassName
{
color: #E4915E;
}
</style>
background-color css
<style>
a { background-color: #E4915E; }
a { background-color: rgb(228,145,94); }
div.DivClassName
{
background-color: #E4915E;
}
.BgClassName
{
background-color: #E4915E;
}
</style>
border-color css
<style>
span { border-color: #E4915E; }
span { border-color: rgb(228,145,94); }
td.TdClassName
{
border-color: #E4915E;
}
.TagClassName
{
border-color: #E4915E;
}
</style>