Shades of Copper #E09370
Tints of Copper #E09370
RGB
CMYK
RGB Variations
Color information
#E09370 (or 0xE09370) is known color: Copper. HEX triplet: E0, 93 and 70. RGB value is (224,147,112). Sum of RGB (Red+Green+Blue) = 224+147+112=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E09370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09370 is #1F6C8F. Grayscale: #A6A6A6. Windows color (decimal): -2059408 or 7377888. OLE color: 7377888.
HSL color Cylindrical-coordinate representation of color #E09370: hue angle of 18.75º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09370 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 112 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.12 |
| HSL | 18.75º | 0.64% | 0.66% | - |
| HSV(B) | 18.75º | 0.5% | 0.88% | - |
| XYZ | 44.1 | 37.88 | 20.32 | - |
| YUV | 166.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 112 | 0 | 0.34 | 0.50 | 0.12 | 18.75 | 0.64 | 0.66 |
| Hex | E0 | 93 | 70 | 0 | 22 | 32 | C | 13 | 40 | 42 |
| Octal | 340 | 223 | 160 | 0 | 42 | 62 | 14 | 23 | 100 | 102 |
| Binary | 11100000 | 10010011 | 1110000 | 0 | 100010 | 110010 | 1100 | 10011 | 1000000 | 1000010 |
Color Harmonies of #E09370
Complementary color
Monochromatic Colors of #E09370
Black with #E09370
Text Example
Text Example
White with #E09370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09370; }
p { color: rgb(224,147,112); }
H1.HeaderClassName
{
color: #E09370;
}
.AnyTagClassName
{
color: #E09370;
}
</style>
background-color css
<style>
a { background-color: #E09370; }
a { background-color: rgb(224,147,112); }
div.DivClassName
{
background-color: #E09370;
}
.BgClassName
{
background-color: #E09370;
}
</style>
border-color css
<style>
span { border-color: #E09370; }
span { border-color: rgb(224,147,112); }
td.TdClassName
{
border-color: #E09370;
}
.TagClassName
{
border-color: #E09370;
}
</style>