Shades of Copper #E3996B
Tints of Copper #E3996B
RGB
CMYK
RGB Variations
Color information
#E3996B (or 0xE3996B) is known color: Copper. HEX triplet: E3, 99 and 6B. RGB value is (227,153,107). Sum of RGB (Red+Green+Blue) = 227+153+107=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E3996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3996B is #1C6694. Grayscale: #AAAAAA. Windows color (decimal): -1861269 or 7051747. OLE color: 7051747.
HSL color Cylindrical-coordinate representation of color #E3996B: hue angle of 23º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3996B is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 107 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.11 |
| HSL | 23º | 0.68% | 0.65% | - |
| HSV(B) | 23º | 0.53% | 0.89% | - |
| XYZ | 45.72 | 40.17 | 19.25 | - |
| YUV | 169.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 107 | 0 | 0.33 | 0.53 | 0.11 | 23 | 0.68 | 0.65 |
| Hex | E3 | 99 | 6B | 0 | 21 | 35 | B | 17 | 44 | 41 |
| Octal | 343 | 231 | 153 | 0 | 41 | 65 | 13 | 27 | 104 | 101 |
| Binary | 11100011 | 10011001 | 1101011 | 0 | 100001 | 110101 | 1011 | 10111 | 1000100 | 1000001 |
Color Harmonies of #E3996B
Complementary color
Monochromatic Colors of #E3996B
Black with #E3996B
Text Example
Text Example
White with #E3996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3996B; }
p { color: rgb(227,153,107); }
H1.HeaderClassName
{
color: #E3996B;
}
.AnyTagClassName
{
color: #E3996B;
}
</style>
background-color css
<style>
a { background-color: #E3996B; }
a { background-color: rgb(227,153,107); }
div.DivClassName
{
background-color: #E3996B;
}
.BgClassName
{
background-color: #E3996B;
}
</style>
border-color css
<style>
span { border-color: #E3996B; }
span { border-color: rgb(227,153,107); }
td.TdClassName
{
border-color: #E3996B;
}
.TagClassName
{
border-color: #E3996B;
}
</style>