Shades of Copper #E09267
Tints of Copper #E09267
RGB
CMYK
RGB Variations
Color information
#E09267 (or 0xE09267) is known color: Copper. HEX triplet: E0, 92 and 67. RGB value is (224,146,103). Sum of RGB (Red+Green+Blue) = 224+146+103=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E09267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09267 is #1F6D98. Grayscale: #A4A4A4. Windows color (decimal): -2059673 or 6787808. OLE color: 6787808.
HSL color Cylindrical-coordinate representation of color #E09267: hue angle of 21.32º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E09267 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 103 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.12 |
| HSL | 21.32º | 0.66% | 0.64% | - |
| HSV(B) | 21.32º | 0.54% | 0.88% | - |
| XYZ | 43.47 | 37.38 | 17.76 | - |
| YUV | 164.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 103 | 0 | 0.35 | 0.54 | 0.12 | 21.32 | 0.66 | 0.64 |
| Hex | E0 | 92 | 67 | 0 | 23 | 36 | C | 15 | 42 | 40 |
| Octal | 340 | 222 | 147 | 0 | 43 | 66 | 14 | 25 | 102 | 100 |
| Binary | 11100000 | 10010010 | 1100111 | 0 | 100011 | 110110 | 1100 | 10101 | 1000010 | 1000000 |
Color Harmonies of #E09267
Complementary color
Monochromatic Colors of #E09267
Black with #E09267
Text Example
Text Example
White with #E09267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09267; }
p { color: rgb(224,146,103); }
H1.HeaderClassName
{
color: #E09267;
}
.AnyTagClassName
{
color: #E09267;
}
</style>
background-color css
<style>
a { background-color: #E09267; }
a { background-color: rgb(224,146,103); }
div.DivClassName
{
background-color: #E09267;
}
.BgClassName
{
background-color: #E09267;
}
</style>
border-color css
<style>
span { border-color: #E09267; }
span { border-color: rgb(224,146,103); }
td.TdClassName
{
border-color: #E09267;
}
.TagClassName
{
border-color: #E09267;
}
</style>