Shades of Copper #E7905D
Tints of Copper #E7905D
RGB
CMYK
RGB Variations
Color information
#E7905D (or 0xE7905D) is known color: Copper. HEX triplet: E7, 90 and 5D. RGB value is (231,144,93). Sum of RGB (Red+Green+Blue) = 231+144+93=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7905D is #186FA2. Grayscale: #A4A4A4. Windows color (decimal): -1601443 or 6131943. OLE color: 6131943.
HSL color Cylindrical-coordinate representation of color #E7905D: hue angle of 22.17º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7905D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 93 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.09 |
| HSL | 22.17º | 0.74% | 0.64% | - |
| HSV(B) | 22.17º | 0.6% | 0.91% | - |
| XYZ | 44.9 | 37.73 | 15.27 | - |
| YUV | 164.2 | 87.82 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 93 | 0 | 0.38 | 0.60 | 0.09 | 22.17 | 0.74 | 0.64 |
| Hex | E7 | 90 | 5D | 0 | 26 | 3C | 9 | 16 | 4A | 40 |
| Octal | 347 | 220 | 135 | 0 | 46 | 74 | 11 | 26 | 112 | 100 |
| Binary | 11100111 | 10010000 | 1011101 | 0 | 100110 | 111100 | 1001 | 10110 | 1001010 | 1000000 |
Color Harmonies of #E7905D
Complementary color
Monochromatic Colors of #E7905D
Black with #E7905D
Text Example
Text Example
White with #E7905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7905D; }
p { color: rgb(231,144,93); }
H1.HeaderClassName
{
color: #E7905D;
}
.AnyTagClassName
{
color: #E7905D;
}
</style>
background-color css
<style>
a { background-color: #E7905D; }
a { background-color: rgb(231,144,93); }
div.DivClassName
{
background-color: #E7905D;
}
.BgClassName
{
background-color: #E7905D;
}
</style>
border-color css
<style>
span { border-color: #E7905D; }
span { border-color: rgb(231,144,93); }
td.TdClassName
{
border-color: #E7905D;
}
.TagClassName
{
border-color: #E7905D;
}
</style>