Shades of Copper #E58B5C
Tints of Copper #E58B5C
RGB
CMYK
RGB Variations
Color information
#E58B5C (or 0xE58B5C) is known color: Copper. HEX triplet: E5, 8B and 5C. RGB value is (229,139,92). Sum of RGB (Red+Green+Blue) = 229+139+92=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B5C is #1A74A3. Grayscale: #A0A0A0. Windows color (decimal): -1733796 or 6065125. OLE color: 6065125.
HSL color Cylindrical-coordinate representation of color #E58B5C: hue angle of 20.58º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E58B5C is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 92 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.10 |
| HSL | 20.58º | 0.72% | 0.63% | - |
| HSV(B) | 20.58º | 0.6% | 0.9% | - |
| XYZ | 43.48 | 35.9 | 14.76 | - |
| YUV | 160.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 92 | 0 | 0.39 | 0.60 | 0.10 | 20.58 | 0.72 | 0.63 |
| Hex | E5 | 8B | 5C | 0 | 27 | 3C | A | 15 | 48 | 3F |
| Octal | 345 | 213 | 134 | 0 | 47 | 74 | 12 | 25 | 110 | 77 |
| Binary | 11100101 | 10001011 | 1011100 | 0 | 100111 | 111100 | 1010 | 10101 | 1001000 | 111111 |
Color Harmonies of #E58B5C
Complementary color
Monochromatic Colors of #E58B5C
Black with #E58B5C
Text Example
Text Example
White with #E58B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B5C; }
p { color: rgb(229,139,92); }
H1.HeaderClassName
{
color: #E58B5C;
}
.AnyTagClassName
{
color: #E58B5C;
}
</style>
background-color css
<style>
a { background-color: #E58B5C; }
a { background-color: rgb(229,139,92); }
div.DivClassName
{
background-color: #E58B5C;
}
.BgClassName
{
background-color: #E58B5C;
}
</style>
border-color css
<style>
span { border-color: #E58B5C; }
span { border-color: rgb(229,139,92); }
td.TdClassName
{
border-color: #E58B5C;
}
.TagClassName
{
border-color: #E58B5C;
}
</style>