Shades of Copper #E69067
Tints of Copper #E69067
RGB
CMYK
RGB Variations
Color information
#E69067 (or 0xE69067) is known color: Copper. HEX triplet: E6, 90 and 67. RGB value is (230,144,103). Sum of RGB (Red+Green+Blue) = 230+144+103=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E69067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69067 is #196F98. Grayscale: #A5A5A5. Windows color (decimal): -1666969 or 6787302. OLE color: 6787302.
HSL color Cylindrical-coordinate representation of color #E69067: hue angle of 19.37º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E69067 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 103 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.10 |
| HSL | 19.37º | 0.72% | 0.65% | - |
| HSV(B) | 19.37º | 0.55% | 0.9% | - |
| XYZ | 45.05 | 37.75 | 17.74 | - |
| YUV | 165.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 103 | 0 | 0.37 | 0.55 | 0.10 | 19.37 | 0.72 | 0.65 |
| Hex | E6 | 90 | 67 | 0 | 25 | 37 | A | 13 | 48 | 41 |
| Octal | 346 | 220 | 147 | 0 | 45 | 67 | 12 | 23 | 110 | 101 |
| Binary | 11100110 | 10010000 | 1100111 | 0 | 100101 | 110111 | 1010 | 10011 | 1001000 | 1000001 |
Color Harmonies of #E69067
Complementary color
Monochromatic Colors of #E69067
Black with #E69067
Text Example
Text Example
White with #E69067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69067; }
p { color: rgb(230,144,103); }
H1.HeaderClassName
{
color: #E69067;
}
.AnyTagClassName
{
color: #E69067;
}
</style>
background-color css
<style>
a { background-color: #E69067; }
a { background-color: rgb(230,144,103); }
div.DivClassName
{
background-color: #E69067;
}
.BgClassName
{
background-color: #E69067;
}
</style>
border-color css
<style>
span { border-color: #E69067; }
span { border-color: rgb(230,144,103); }
td.TdClassName
{
border-color: #E69067;
}
.TagClassName
{
border-color: #E69067;
}
</style>