Shades of Copper #E08B5B
Tints of Copper #E08B5B
RGB
CMYK
RGB Variations
Color information
#E08B5B (or 0xE08B5B) is known color: Copper. HEX triplet: E0, 8B and 5B. RGB value is (224,139,91). Sum of RGB (Red+Green+Blue) = 224+139+91=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B5B is #1F74A4. Grayscale: #9F9F9F. Windows color (decimal): -2061477 or 5999584. OLE color: 5999584.
HSL color Cylindrical-coordinate representation of color #E08B5B: hue angle of 21.65º 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 #E08B5B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 91 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.12 |
| HSL | 21.65º | 0.68% | 0.62% | - |
| HSV(B) | 21.65º | 0.59% | 0.88% | - |
| XYZ | 41.86 | 35.07 | 14.46 | - |
| YUV | 158.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 91 | 0 | 0.38 | 0.59 | 0.12 | 21.65 | 0.68 | 0.62 |
| Hex | E0 | 8B | 5B | 0 | 26 | 3B | C | 16 | 44 | 3E |
| Octal | 340 | 213 | 133 | 0 | 46 | 73 | 14 | 26 | 104 | 76 |
| Binary | 11100000 | 10001011 | 1011011 | 0 | 100110 | 111011 | 1100 | 10110 | 1000100 | 111110 |
Color Harmonies of #E08B5B
Complementary color
Monochromatic Colors of #E08B5B
Black with #E08B5B
Text Example
Text Example
White with #E08B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B5B; }
p { color: rgb(224,139,91); }
H1.HeaderClassName
{
color: #E08B5B;
}
.AnyTagClassName
{
color: #E08B5B;
}
</style>
background-color css
<style>
a { background-color: #E08B5B; }
a { background-color: rgb(224,139,91); }
div.DivClassName
{
background-color: #E08B5B;
}
.BgClassName
{
background-color: #E08B5B;
}
</style>
border-color css
<style>
span { border-color: #E08B5B; }
span { border-color: rgb(224,139,91); }
td.TdClassName
{
border-color: #E08B5B;
}
.TagClassName
{
border-color: #E08B5B;
}
</style>