Shades of Copper #E09566
Tints of Copper #E09566
RGB
CMYK
RGB Variations
Color information
#E09566 (or 0xE09566) is known color: Copper. HEX triplet: E0, 95 and 66. RGB value is (224,149,102). Sum of RGB (Red+Green+Blue) = 224+149+102=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E09566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09566 is #1F6A99. Grayscale: #A6A6A6. Windows color (decimal): -2058906 or 6723040. OLE color: 6723040.
HSL color Cylindrical-coordinate representation of color #E09566: hue angle of 23.11º 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 #E09566 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 102 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.12 |
| HSL | 23.11º | 0.66% | 0.64% | - |
| HSV(B) | 23.11º | 0.54% | 0.88% | - |
| XYZ | 43.89 | 38.3 | 17.65 | - |
| YUV | 166.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 102 | 0 | 0.33 | 0.54 | 0.12 | 23.11 | 0.66 | 0.64 |
| Hex | E0 | 95 | 66 | 0 | 21 | 36 | C | 17 | 42 | 40 |
| Octal | 340 | 225 | 146 | 0 | 41 | 66 | 14 | 27 | 102 | 100 |
| Binary | 11100000 | 10010101 | 1100110 | 0 | 100001 | 110110 | 1100 | 10111 | 1000010 | 1000000 |
Color Harmonies of #E09566
Complementary color
Monochromatic Colors of #E09566
Black with #E09566
Text Example
Text Example
White with #E09566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09566; }
p { color: rgb(224,149,102); }
H1.HeaderClassName
{
color: #E09566;
}
.AnyTagClassName
{
color: #E09566;
}
</style>
background-color css
<style>
a { background-color: #E09566; }
a { background-color: rgb(224,149,102); }
div.DivClassName
{
background-color: #E09566;
}
.BgClassName
{
background-color: #E09566;
}
</style>
border-color css
<style>
span { border-color: #E09566; }
span { border-color: rgb(224,149,102); }
td.TdClassName
{
border-color: #E09566;
}
.TagClassName
{
border-color: #E09566;
}
</style>