Shades of Copper #E08F72
Tints of Copper #E08F72
RGB
CMYK
RGB Variations
Color information
#E08F72 (or 0xE08F72) is known color: Copper. HEX triplet: E0, 8F and 72. RGB value is (224,143,114). Sum of RGB (Red+Green+Blue) = 224+143+114=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F72 is #1F708D. Grayscale: #A4A4A4. Windows color (decimal): -2060430 or 7507936. OLE color: 7507936.
HSL color Cylindrical-coordinate representation of color #E08F72: hue angle of 15.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E08F72 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 114 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.12 |
| HSL | 15.82º | 0.64% | 0.66% | - |
| HSV(B) | 15.82º | 0.49% | 0.88% | - |
| XYZ | 43.6 | 36.71 | 20.71 | - |
| YUV | 163.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 114 | 0 | 0.36 | 0.49 | 0.12 | 15.82 | 0.64 | 0.66 |
| Hex | E0 | 8F | 72 | 0 | 24 | 31 | C | 10 | 40 | 42 |
| Octal | 340 | 217 | 162 | 0 | 44 | 61 | 14 | 20 | 100 | 102 |
| Binary | 11100000 | 10001111 | 1110010 | 0 | 100100 | 110001 | 1100 | 10000 | 1000000 | 1000010 |
Color Harmonies of #E08F72
Complementary color
Monochromatic Colors of #E08F72
Black with #E08F72
Text Example
Text Example
White with #E08F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F72; }
p { color: rgb(224,143,114); }
H1.HeaderClassName
{
color: #E08F72;
}
.AnyTagClassName
{
color: #E08F72;
}
</style>
background-color css
<style>
a { background-color: #E08F72; }
a { background-color: rgb(224,143,114); }
div.DivClassName
{
background-color: #E08F72;
}
.BgClassName
{
background-color: #E08F72;
}
</style>
border-color css
<style>
span { border-color: #E08F72; }
span { border-color: rgb(224,143,114); }
td.TdClassName
{
border-color: #E08F72;
}
.TagClassName
{
border-color: #E08F72;
}
</style>