Shades of Copper #E0906B
Tints of Copper #E0906B
RGB
CMYK
RGB Variations
Color information
#E0906B (or 0xE0906B) is known color: Copper. HEX triplet: E0, 90 and 6B. RGB value is (224,144,107). Sum of RGB (Red+Green+Blue) = 224+144+107=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0906B is #1F6F94. Grayscale: #A3A3A3. Windows color (decimal): -2060181 or 7049440. OLE color: 7049440.
HSL color Cylindrical-coordinate representation of color #E0906B: hue angle of 18.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0906B is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 107 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.12 |
| HSL | 18.97º | 0.65% | 0.65% | - |
| HSV(B) | 18.97º | 0.52% | 0.88% | - |
| XYZ | 43.37 | 36.86 | 18.74 | - |
| YUV | 163.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 107 | 0 | 0.36 | 0.52 | 0.12 | 18.97 | 0.65 | 0.65 |
| Hex | E0 | 90 | 6B | 0 | 24 | 34 | C | 13 | 41 | 41 |
| Octal | 340 | 220 | 153 | 0 | 44 | 64 | 14 | 23 | 101 | 101 |
| Binary | 11100000 | 10010000 | 1101011 | 0 | 100100 | 110100 | 1100 | 10011 | 1000001 | 1000001 |
Color Harmonies of #E0906B
Complementary color
Monochromatic Colors of #E0906B
Black with #E0906B
Text Example
Text Example
White with #E0906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0906B; }
p { color: rgb(224,144,107); }
H1.HeaderClassName
{
color: #E0906B;
}
.AnyTagClassName
{
color: #E0906B;
}
</style>
background-color css
<style>
a { background-color: #E0906B; }
a { background-color: rgb(224,144,107); }
div.DivClassName
{
background-color: #E0906B;
}
.BgClassName
{
background-color: #E0906B;
}
</style>
border-color css
<style>
span { border-color: #E0906B; }
span { border-color: rgb(224,144,107); }
td.TdClassName
{
border-color: #E0906B;
}
.TagClassName
{
border-color: #E0906B;
}
</style>