Shades of Copper #E5946C
Tints of Copper #E5946C
RGB
CMYK
RGB Variations
Color information
#E5946C (or 0xE5946C) is known color: Copper. HEX triplet: E5, 94 and 6C. RGB value is (229,148,108). Sum of RGB (Red+Green+Blue) = 229+148+108=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5946C is #1A6B93. Grayscale: #A7A7A7. Windows color (decimal): -1731476 or 7116005. OLE color: 7116005.
HSL color Cylindrical-coordinate representation of color #E5946C: hue angle of 19.83º 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 #E5946C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 108 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.10 |
| HSL | 19.83º | 0.7% | 0.66% | - |
| HSV(B) | 19.83º | 0.53% | 0.9% | - |
| XYZ | 45.61 | 38.92 | 19.3 | - |
| YUV | 167.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 108 | 0 | 0.35 | 0.53 | 0.10 | 19.83 | 0.7 | 0.66 |
| Hex | E5 | 94 | 6C | 0 | 23 | 35 | A | 14 | 46 | 42 |
| Octal | 345 | 224 | 154 | 0 | 43 | 65 | 12 | 24 | 106 | 102 |
| Binary | 11100101 | 10010100 | 1101100 | 0 | 100011 | 110101 | 1010 | 10100 | 1000110 | 1000010 |
Color Harmonies of #E5946C
Complementary color
Monochromatic Colors of #E5946C
Black with #E5946C
Text Example
Text Example
White with #E5946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5946C; }
p { color: rgb(229,148,108); }
H1.HeaderClassName
{
color: #E5946C;
}
.AnyTagClassName
{
color: #E5946C;
}
</style>
background-color css
<style>
a { background-color: #E5946C; }
a { background-color: rgb(229,148,108); }
div.DivClassName
{
background-color: #E5946C;
}
.BgClassName
{
background-color: #E5946C;
}
</style>
border-color css
<style>
span { border-color: #E5946C; }
span { border-color: rgb(229,148,108); }
td.TdClassName
{
border-color: #E5946C;
}
.TagClassName
{
border-color: #E5946C;
}
</style>