Shades of Copper #E08A62
Tints of Copper #E08A62
RGB
CMYK
RGB Variations
Color information
#E08A62 (or 0xE08A62) is known color: Copper. HEX triplet: E0, 8A and 62. RGB value is (224,138,98). Sum of RGB (Red+Green+Blue) = 224+138+98=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A62 is #1F759D. Grayscale: #9F9F9F. Windows color (decimal): -2061726 or 6458080. OLE color: 6458080.
HSL color Cylindrical-coordinate representation of color #E08A62: hue angle of 19.05º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E08A62 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 98 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.12 |
| HSL | 19.05º | 0.67% | 0.63% | - |
| HSV(B) | 19.05º | 0.56% | 0.88% | - |
| XYZ | 42.03 | 34.91 | 16.08 | - |
| YUV | 159.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 98 | 0 | 0.38 | 0.56 | 0.12 | 19.05 | 0.67 | 0.63 |
| Hex | E0 | 8A | 62 | 0 | 26 | 38 | C | 13 | 43 | 3F |
| Octal | 340 | 212 | 142 | 0 | 46 | 70 | 14 | 23 | 103 | 77 |
| Binary | 11100000 | 10001010 | 1100010 | 0 | 100110 | 111000 | 1100 | 10011 | 1000011 | 111111 |
Color Harmonies of #E08A62
Complementary color
Monochromatic Colors of #E08A62
Black with #E08A62
Text Example
Text Example
White with #E08A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A62; }
p { color: rgb(224,138,98); }
H1.HeaderClassName
{
color: #E08A62;
}
.AnyTagClassName
{
color: #E08A62;
}
</style>
background-color css
<style>
a { background-color: #E08A62; }
a { background-color: rgb(224,138,98); }
div.DivClassName
{
background-color: #E08A62;
}
.BgClassName
{
background-color: #E08A62;
}
</style>
border-color css
<style>
span { border-color: #E08A62; }
span { border-color: rgb(224,138,98); }
td.TdClassName
{
border-color: #E08A62;
}
.TagClassName
{
border-color: #E08A62;
}
</style>