Shades of Copper #E08B6B
Tints of Copper #E08B6B
RGB
CMYK
RGB Variations
Color information
#E08B6B (or 0xE08B6B) is known color: Copper. HEX triplet: E0, 8B and 6B. RGB value is (224,139,107). Sum of RGB (Red+Green+Blue) = 224+139+107=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B6B is #1F7494. Grayscale: #A0A0A0. Windows color (decimal): -2061461 or 7048160. OLE color: 7048160.
HSL color Cylindrical-coordinate representation of color #E08B6B: hue angle of 16.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E08B6B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 107 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.12 |
| HSL | 16.41º | 0.65% | 0.65% | - |
| HSV(B) | 16.41º | 0.52% | 0.88% | - |
| XYZ | 42.63 | 35.37 | 18.49 | - |
| YUV | 160.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 107 | 0 | 0.38 | 0.52 | 0.12 | 16.41 | 0.65 | 0.65 |
| Hex | E0 | 8B | 6B | 0 | 26 | 34 | C | 10 | 41 | 41 |
| Octal | 340 | 213 | 153 | 0 | 46 | 64 | 14 | 20 | 101 | 101 |
| Binary | 11100000 | 10001011 | 1101011 | 0 | 100110 | 110100 | 1100 | 10000 | 1000001 | 1000001 |
Color Harmonies of #E08B6B
Complementary color
Monochromatic Colors of #E08B6B
Black with #E08B6B
Text Example
Text Example
White with #E08B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B6B; }
p { color: rgb(224,139,107); }
H1.HeaderClassName
{
color: #E08B6B;
}
.AnyTagClassName
{
color: #E08B6B;
}
</style>
background-color css
<style>
a { background-color: #E08B6B; }
a { background-color: rgb(224,139,107); }
div.DivClassName
{
background-color: #E08B6B;
}
.BgClassName
{
background-color: #E08B6B;
}
</style>
border-color css
<style>
span { border-color: #E08B6B; }
span { border-color: rgb(224,139,107); }
td.TdClassName
{
border-color: #E08B6B;
}
.TagClassName
{
border-color: #E08B6B;
}
</style>