Shades of Copper #E58B65
Tints of Copper #E58B65
RGB
CMYK
RGB Variations
Color information
#E58B65 (or 0xE58B65) is known color: Copper. HEX triplet: E5, 8B and 65. RGB value is (229,139,101). Sum of RGB (Red+Green+Blue) = 229+139+101=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B65 is #1A749A. Grayscale: #A1A1A1. Windows color (decimal): -1733787 or 6654949. OLE color: 6654949.
HSL color Cylindrical-coordinate representation of color #E58B65: hue angle of 17.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E58B65 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 101 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.10 |
| HSL | 17.81º | 0.71% | 0.65% | - |
| HSV(B) | 17.81º | 0.56% | 0.9% | - |
| XYZ | 43.89 | 36.06 | 16.96 | - |
| YUV | 161.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 101 | 0 | 0.39 | 0.56 | 0.10 | 17.81 | 0.71 | 0.65 |
| Hex | E5 | 8B | 65 | 0 | 27 | 38 | A | 12 | 47 | 41 |
| Octal | 345 | 213 | 145 | 0 | 47 | 70 | 12 | 22 | 107 | 101 |
| Binary | 11100101 | 10001011 | 1100101 | 0 | 100111 | 111000 | 1010 | 10010 | 1000111 | 1000001 |
Color Harmonies of #E58B65
Complementary color
Monochromatic Colors of #E58B65
Black with #E58B65
Text Example
Text Example
White with #E58B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B65; }
p { color: rgb(229,139,101); }
H1.HeaderClassName
{
color: #E58B65;
}
.AnyTagClassName
{
color: #E58B65;
}
</style>
background-color css
<style>
a { background-color: #E58B65; }
a { background-color: rgb(229,139,101); }
div.DivClassName
{
background-color: #E58B65;
}
.BgClassName
{
background-color: #E58B65;
}
</style>
border-color css
<style>
span { border-color: #E58B65; }
span { border-color: rgb(229,139,101); }
td.TdClassName
{
border-color: #E58B65;
}
.TagClassName
{
border-color: #E58B65;
}
</style>