Shades of Copper #E08A69
Tints of Copper #E08A69
RGB
CMYK
RGB Variations
Color information
#E08A69 (or 0xE08A69) is known color: Copper. HEX triplet: E0, 8A and 69. RGB value is (224,138,105). Sum of RGB (Red+Green+Blue) = 224+138+105=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A69 is #1F7596. Grayscale: #A0A0A0. Windows color (decimal): -2061719 or 6916832. OLE color: 6916832.
HSL color Cylindrical-coordinate representation of color #E08A69: hue angle of 16.64º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E08A69 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 105 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.12 |
| HSL | 16.64º | 0.66% | 0.65% | - |
| HSV(B) | 16.64º | 0.53% | 0.88% | - |
| XYZ | 42.38 | 35.04 | 17.9 | - |
| YUV | 159.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 105 | 0 | 0.38 | 0.53 | 0.12 | 16.64 | 0.66 | 0.65 |
| Hex | E0 | 8A | 69 | 0 | 26 | 35 | C | 11 | 42 | 41 |
| Octal | 340 | 212 | 151 | 0 | 46 | 65 | 14 | 21 | 102 | 101 |
| Binary | 11100000 | 10001010 | 1101001 | 0 | 100110 | 110101 | 1100 | 10001 | 1000010 | 1000001 |
Color Harmonies of #E08A69
Complementary color
Monochromatic Colors of #E08A69
Black with #E08A69
Text Example
Text Example
White with #E08A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A69; }
p { color: rgb(224,138,105); }
H1.HeaderClassName
{
color: #E08A69;
}
.AnyTagClassName
{
color: #E08A69;
}
</style>
background-color css
<style>
a { background-color: #E08A69; }
a { background-color: rgb(224,138,105); }
div.DivClassName
{
background-color: #E08A69;
}
.BgClassName
{
background-color: #E08A69;
}
</style>
border-color css
<style>
span { border-color: #E08A69; }
span { border-color: rgb(224,138,105); }
td.TdClassName
{
border-color: #E08A69;
}
.TagClassName
{
border-color: #E08A69;
}
</style>