Shades of Copper #E48B5C
Tints of Copper #E48B5C
RGB
CMYK
RGB Variations
Color information
#E48B5C (or 0xE48B5C) is known color: Copper. HEX triplet: E4, 8B and 5C. RGB value is (228,139,92). Sum of RGB (Red+Green+Blue) = 228+139+92=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B5C is #1B74A3. Grayscale: #A0A0A0. Windows color (decimal): -1799332 or 6065124. OLE color: 6065124.
HSL color Cylindrical-coordinate representation of color #E48B5C: hue angle of 20.74º 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 #E48B5C is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 92 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.11 |
| HSL | 20.74º | 0.72% | 0.63% | - |
| HSV(B) | 20.74º | 0.6% | 0.89% | - |
| XYZ | 43.16 | 35.73 | 14.75 | - |
| YUV | 160.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 92 | 0 | 0.39 | 0.60 | 0.11 | 20.74 | 0.72 | 0.63 |
| Hex | E4 | 8B | 5C | 0 | 27 | 3C | B | 15 | 48 | 3F |
| Octal | 344 | 213 | 134 | 0 | 47 | 74 | 13 | 25 | 110 | 77 |
| Binary | 11100100 | 10001011 | 1011100 | 0 | 100111 | 111100 | 1011 | 10101 | 1001000 | 111111 |
Color Harmonies of #E48B5C
Complementary color
Monochromatic Colors of #E48B5C
Black with #E48B5C
Text Example
Text Example
White with #E48B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B5C; }
p { color: rgb(228,139,92); }
H1.HeaderClassName
{
color: #E48B5C;
}
.AnyTagClassName
{
color: #E48B5C;
}
</style>
background-color css
<style>
a { background-color: #E48B5C; }
a { background-color: rgb(228,139,92); }
div.DivClassName
{
background-color: #E48B5C;
}
.BgClassName
{
background-color: #E48B5C;
}
</style>
border-color css
<style>
span { border-color: #E48B5C; }
span { border-color: rgb(228,139,92); }
td.TdClassName
{
border-color: #E48B5C;
}
.TagClassName
{
border-color: #E48B5C;
}
</style>