Shades of Copper #E5946B
Tints of Copper #E5946B
RGB
CMYK
RGB Variations
Color information
#E5946B (or 0xE5946B) is known color: Copper. HEX triplet: E5, 94 and 6B. RGB value is (229,148,107). Sum of RGB (Red+Green+Blue) = 229+148+107=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5946B is #1A6B94. Grayscale: #A7A7A7. Windows color (decimal): -1731477 or 7050469. OLE color: 7050469.
HSL color Cylindrical-coordinate representation of color #E5946B: hue angle of 20.16º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5946B is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 107 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.10 |
| HSL | 20.16º | 0.7% | 0.66% | - |
| HSV(B) | 20.16º | 0.53% | 0.9% | - |
| XYZ | 45.56 | 38.9 | 19.02 | - |
| YUV | 167.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 107 | 0 | 0.35 | 0.53 | 0.10 | 20.16 | 0.7 | 0.66 |
| Hex | E5 | 94 | 6B | 0 | 23 | 35 | A | 14 | 46 | 42 |
| Octal | 345 | 224 | 153 | 0 | 43 | 65 | 12 | 24 | 106 | 102 |
| Binary | 11100101 | 10010100 | 1101011 | 0 | 100011 | 110101 | 1010 | 10100 | 1000110 | 1000010 |
Color Harmonies of #E5946B
Complementary color
Monochromatic Colors of #E5946B
Black with #E5946B
Text Example
Text Example
White with #E5946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5946B; }
p { color: rgb(229,148,107); }
H1.HeaderClassName
{
color: #E5946B;
}
.AnyTagClassName
{
color: #E5946B;
}
</style>
background-color css
<style>
a { background-color: #E5946B; }
a { background-color: rgb(229,148,107); }
div.DivClassName
{
background-color: #E5946B;
}
.BgClassName
{
background-color: #E5946B;
}
</style>
border-color css
<style>
span { border-color: #E5946B; }
span { border-color: rgb(229,148,107); }
td.TdClassName
{
border-color: #E5946B;
}
.TagClassName
{
border-color: #E5946B;
}
</style>