Shades of Copper #E48B5B
Tints of Copper #E48B5B
RGB
CMYK
RGB Variations
Color information
#E48B5B (or 0xE48B5B) is known color: Copper. HEX triplet: E4, 8B and 5B. RGB value is (228,139,91). Sum of RGB (Red+Green+Blue) = 228+139+91=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B5B is #1B74A4. Grayscale: #A0A0A0. Windows color (decimal): -1799333 or 5999588. OLE color: 5999588.
HSL color Cylindrical-coordinate representation of color #E48B5B: hue angle of 21.02º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E48B5B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 91 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.11 |
| HSL | 21.02º | 0.72% | 0.63% | - |
| HSV(B) | 21.02º | 0.6% | 0.89% | - |
| XYZ | 43.12 | 35.71 | 14.52 | - |
| YUV | 160.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 91 | 0 | 0.39 | 0.60 | 0.11 | 21.02 | 0.72 | 0.63 |
| Hex | E4 | 8B | 5B | 0 | 27 | 3C | B | 15 | 48 | 3F |
| Octal | 344 | 213 | 133 | 0 | 47 | 74 | 13 | 25 | 110 | 77 |
| Binary | 11100100 | 10001011 | 1011011 | 0 | 100111 | 111100 | 1011 | 10101 | 1001000 | 111111 |
Color Harmonies of #E48B5B
Complementary color
Monochromatic Colors of #E48B5B
Black with #E48B5B
Text Example
Text Example
White with #E48B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B5B; }
p { color: rgb(228,139,91); }
H1.HeaderClassName
{
color: #E48B5B;
}
.AnyTagClassName
{
color: #E48B5B;
}
</style>
background-color css
<style>
a { background-color: #E48B5B; }
a { background-color: rgb(228,139,91); }
div.DivClassName
{
background-color: #E48B5B;
}
.BgClassName
{
background-color: #E48B5B;
}
</style>
border-color css
<style>
span { border-color: #E48B5B; }
span { border-color: rgb(228,139,91); }
td.TdClassName
{
border-color: #E48B5B;
}
.TagClassName
{
border-color: #E48B5B;
}
</style>