Shades of Copper #E5926C
Tints of Copper #E5926C
RGB
CMYK
RGB Variations
Color information
#E5926C (or 0xE5926C) is known color: Copper. HEX triplet: E5, 92 and 6C. RGB value is (229,146,108). Sum of RGB (Red+Green+Blue) = 229+146+108=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5926C is #1A6D93. Grayscale: #A6A6A6. Windows color (decimal): -1731988 or 7115493. OLE color: 7115493.
HSL color Cylindrical-coordinate representation of color #E5926C: hue angle of 18.84º 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 #E5926C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 108 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.10 |
| HSL | 18.84º | 0.7% | 0.66% | - |
| HSV(B) | 18.84º | 0.53% | 0.9% | - |
| XYZ | 45.3 | 38.3 | 19.19 | - |
| YUV | 166.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 108 | 0 | 0.36 | 0.53 | 0.10 | 18.84 | 0.7 | 0.66 |
| Hex | E5 | 92 | 6C | 0 | 24 | 35 | A | 13 | 46 | 42 |
| Octal | 345 | 222 | 154 | 0 | 44 | 65 | 12 | 23 | 106 | 102 |
| Binary | 11100101 | 10010010 | 1101100 | 0 | 100100 | 110101 | 1010 | 10011 | 1000110 | 1000010 |
Color Harmonies of #E5926C
Complementary color
Monochromatic Colors of #E5926C
Black with #E5926C
Text Example
Text Example
White with #E5926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5926C; }
p { color: rgb(229,146,108); }
H1.HeaderClassName
{
color: #E5926C;
}
.AnyTagClassName
{
color: #E5926C;
}
</style>
background-color css
<style>
a { background-color: #E5926C; }
a { background-color: rgb(229,146,108); }
div.DivClassName
{
background-color: #E5926C;
}
.BgClassName
{
background-color: #E5926C;
}
</style>
border-color css
<style>
span { border-color: #E5926C; }
span { border-color: rgb(229,146,108); }
td.TdClassName
{
border-color: #E5926C;
}
.TagClassName
{
border-color: #E5926C;
}
</style>