Shades of Copper #E18B5F
Tints of Copper #E18B5F
RGB
CMYK
RGB Variations
Color information
#E18B5F (or 0xE18B5F) is known color: Copper. HEX triplet: E1, 8B and 5F. RGB value is (225,139,95). Sum of RGB (Red+Green+Blue) = 225+139+95=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B5F is #1E74A0. Grayscale: #9F9F9F. Windows color (decimal): -1995937 or 6261729. OLE color: 6261729.
HSL color Cylindrical-coordinate representation of color #E18B5F: hue angle of 20.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E18B5F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 95 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.12 |
| HSL | 20.31º | 0.68% | 0.63% | - |
| HSV(B) | 20.31º | 0.58% | 0.88% | - |
| XYZ | 42.35 | 35.3 | 15.41 | - |
| YUV | 159.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 95 | 0 | 0.38 | 0.58 | 0.12 | 20.31 | 0.68 | 0.63 |
| Hex | E1 | 8B | 5F | 0 | 26 | 3A | C | 14 | 44 | 3F |
| Octal | 341 | 213 | 137 | 0 | 46 | 72 | 14 | 24 | 104 | 77 |
| Binary | 11100001 | 10001011 | 1011111 | 0 | 100110 | 111010 | 1100 | 10100 | 1000100 | 111111 |
Color Harmonies of #E18B5F
Complementary color
Monochromatic Colors of #E18B5F
Black with #E18B5F
Text Example
Text Example
White with #E18B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B5F; }
p { color: rgb(225,139,95); }
H1.HeaderClassName
{
color: #E18B5F;
}
.AnyTagClassName
{
color: #E18B5F;
}
</style>
background-color css
<style>
a { background-color: #E18B5F; }
a { background-color: rgb(225,139,95); }
div.DivClassName
{
background-color: #E18B5F;
}
.BgClassName
{
background-color: #E18B5F;
}
</style>
border-color css
<style>
span { border-color: #E18B5F; }
span { border-color: rgb(225,139,95); }
td.TdClassName
{
border-color: #E18B5F;
}
.TagClassName
{
border-color: #E18B5F;
}
</style>