Shades of Copper #E58B5B
Tints of Copper #E58B5B
RGB
CMYK
RGB Variations
Color information
#E58B5B (or 0xE58B5B) is known color: Copper. HEX triplet: E5, 8B and 5B. RGB value is (229,139,91). Sum of RGB (Red+Green+Blue) = 229+139+91=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B5B is #1A74A4. Grayscale: #A0A0A0. Windows color (decimal): -1733797 or 5999589. OLE color: 5999589.
HSL color Cylindrical-coordinate representation of color #E58B5B: hue angle of 20.87º degrees, saturation: 0.73, 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 #E58B5B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 91 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.10 |
| HSL | 20.87º | 0.73% | 0.63% | - |
| HSV(B) | 20.87º | 0.6% | 0.9% | - |
| XYZ | 43.43 | 35.88 | 14.53 | - |
| YUV | 160.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 91 | 0 | 0.39 | 0.60 | 0.10 | 20.87 | 0.73 | 0.63 |
| Hex | E5 | 8B | 5B | 0 | 27 | 3C | A | 15 | 49 | 3F |
| Octal | 345 | 213 | 133 | 0 | 47 | 74 | 12 | 25 | 111 | 77 |
| Binary | 11100101 | 10001011 | 1011011 | 0 | 100111 | 111100 | 1010 | 10101 | 1001001 | 111111 |
Color Harmonies of #E58B5B
Complementary color
Monochromatic Colors of #E58B5B
Black with #E58B5B
Text Example
Text Example
White with #E58B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B5B; }
p { color: rgb(229,139,91); }
H1.HeaderClassName
{
color: #E58B5B;
}
.AnyTagClassName
{
color: #E58B5B;
}
</style>
background-color css
<style>
a { background-color: #E58B5B; }
a { background-color: rgb(229,139,91); }
div.DivClassName
{
background-color: #E58B5B;
}
.BgClassName
{
background-color: #E58B5B;
}
</style>
border-color css
<style>
span { border-color: #E58B5B; }
span { border-color: rgb(229,139,91); }
td.TdClassName
{
border-color: #E58B5B;
}
.TagClassName
{
border-color: #E58B5B;
}
</style>