Shades of Copper #E08A67
Tints of Copper #E08A67
RGB
CMYK
RGB Variations
Color information
#E08A67 (or 0xE08A67) is known color: Copper. HEX triplet: E0, 8A and 67. RGB value is (224,138,103). Sum of RGB (Red+Green+Blue) = 224+138+103=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A67 is #1F7598. Grayscale: #9F9F9F. Windows color (decimal): -2061721 or 6785760. OLE color: 6785760.
HSL color Cylindrical-coordinate representation of color #E08A67: hue angle of 17.36º 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 #E08A67 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 103 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.12 |
| HSL | 17.36º | 0.66% | 0.64% | - |
| HSV(B) | 17.36º | 0.54% | 0.88% | - |
| XYZ | 42.28 | 35 | 17.36 | - |
| YUV | 159.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 103 | 0 | 0.38 | 0.54 | 0.12 | 17.36 | 0.66 | 0.64 |
| Hex | E0 | 8A | 67 | 0 | 26 | 36 | C | 11 | 42 | 40 |
| Octal | 340 | 212 | 147 | 0 | 46 | 66 | 14 | 21 | 102 | 100 |
| Binary | 11100000 | 10001010 | 1100111 | 0 | 100110 | 110110 | 1100 | 10001 | 1000010 | 1000000 |
Color Harmonies of #E08A67
Complementary color
Monochromatic Colors of #E08A67
Black with #E08A67
Text Example
Text Example
White with #E08A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A67; }
p { color: rgb(224,138,103); }
H1.HeaderClassName
{
color: #E08A67;
}
.AnyTagClassName
{
color: #E08A67;
}
</style>
background-color css
<style>
a { background-color: #E08A67; }
a { background-color: rgb(224,138,103); }
div.DivClassName
{
background-color: #E08A67;
}
.BgClassName
{
background-color: #E08A67;
}
</style>
border-color css
<style>
span { border-color: #E08A67; }
span { border-color: rgb(224,138,103); }
td.TdClassName
{
border-color: #E08A67;
}
.TagClassName
{
border-color: #E08A67;
}
</style>