Shades of Copper #E08C5C
Tints of Copper #E08C5C
RGB
CMYK
RGB Variations
Color information
#E08C5C (or 0xE08C5C) is known color: Copper. HEX triplet: E0, 8C and 5C. RGB value is (224,140,92). Sum of RGB (Red+Green+Blue) = 224+140+92=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C5C is #1F73A3. Grayscale: #9F9F9F. Windows color (decimal): -2061220 or 6065376. OLE color: 6065376.
HSL color Cylindrical-coordinate representation of color #E08C5C: hue angle of 21.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E08C5C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 92 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.12 |
| HSL | 21.82º | 0.68% | 0.62% | - |
| HSV(B) | 21.82º | 0.59% | 0.88% | - |
| XYZ | 42.05 | 35.38 | 14.74 | - |
| YUV | 159.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 92 | 0 | 0.38 | 0.59 | 0.12 | 21.82 | 0.68 | 0.62 |
| Hex | E0 | 8C | 5C | 0 | 26 | 3B | C | 16 | 44 | 3E |
| Octal | 340 | 214 | 134 | 0 | 46 | 73 | 14 | 26 | 104 | 76 |
| Binary | 11100000 | 10001100 | 1011100 | 0 | 100110 | 111011 | 1100 | 10110 | 1000100 | 111110 |
Color Harmonies of #E08C5C
Complementary color
Monochromatic Colors of #E08C5C
Black with #E08C5C
Text Example
Text Example
White with #E08C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C5C; }
p { color: rgb(224,140,92); }
H1.HeaderClassName
{
color: #E08C5C;
}
.AnyTagClassName
{
color: #E08C5C;
}
</style>
background-color css
<style>
a { background-color: #E08C5C; }
a { background-color: rgb(224,140,92); }
div.DivClassName
{
background-color: #E08C5C;
}
.BgClassName
{
background-color: #E08C5C;
}
</style>
border-color css
<style>
span { border-color: #E08C5C; }
span { border-color: rgb(224,140,92); }
td.TdClassName
{
border-color: #E08C5C;
}
.TagClassName
{
border-color: #E08C5C;
}
</style>