Shades of Copper #E38B5E
Tints of Copper #E38B5E
RGB
CMYK
RGB Variations
Color information
#E38B5E (or 0xE38B5E) is known color: Copper. HEX triplet: E3, 8B and 5E. RGB value is (227,139,94). Sum of RGB (Red+Green+Blue) = 227+139+94=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B5E is #1C74A1. Grayscale: #A0A0A0. Windows color (decimal): -1864866 or 6196195. OLE color: 6196195.
HSL color Cylindrical-coordinate representation of color #E38B5E: hue angle of 20.3º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E38B5E is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 94 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.11 |
| HSL | 20.3º | 0.7% | 0.63% | - |
| HSV(B) | 20.3º | 0.59% | 0.89% | - |
| XYZ | 42.93 | 35.6 | 15.2 | - |
| YUV | 160.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 94 | 0 | 0.39 | 0.59 | 0.11 | 20.3 | 0.7 | 0.63 |
| Hex | E3 | 8B | 5E | 0 | 27 | 3B | B | 14 | 46 | 3F |
| Octal | 343 | 213 | 136 | 0 | 47 | 73 | 13 | 24 | 106 | 77 |
| Binary | 11100011 | 10001011 | 1011110 | 0 | 100111 | 111011 | 1011 | 10100 | 1000110 | 111111 |
Color Harmonies of #E38B5E
Complementary color
Monochromatic Colors of #E38B5E
Black with #E38B5E
Text Example
Text Example
White with #E38B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B5E; }
p { color: rgb(227,139,94); }
H1.HeaderClassName
{
color: #E38B5E;
}
.AnyTagClassName
{
color: #E38B5E;
}
</style>
background-color css
<style>
a { background-color: #E38B5E; }
a { background-color: rgb(227,139,94); }
div.DivClassName
{
background-color: #E38B5E;
}
.BgClassName
{
background-color: #E38B5E;
}
</style>
border-color css
<style>
span { border-color: #E38B5E; }
span { border-color: rgb(227,139,94); }
td.TdClassName
{
border-color: #E38B5E;
}
.TagClassName
{
border-color: #E38B5E;
}
</style>