Shades of Copper #E38B5F
Tints of Copper #E38B5F
RGB
CMYK
RGB Variations
Color information
#E38B5F (or 0xE38B5F) is known color: Copper. HEX triplet: E3, 8B and 5F. RGB value is (227,139,95). Sum of RGB (Red+Green+Blue) = 227+139+95=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B5F is #1C74A0. Grayscale: #A0A0A0. Windows color (decimal): -1864865 or 6261731. OLE color: 6261731.
HSL color Cylindrical-coordinate representation of color #E38B5F: hue angle of 20º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E38B5F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 95 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.11 |
| HSL | 20º | 0.7% | 0.63% | - |
| HSV(B) | 20º | 0.58% | 0.89% | - |
| XYZ | 42.98 | 35.62 | 15.44 | - |
| YUV | 160.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 95 | 0 | 0.39 | 0.58 | 0.11 | 20 | 0.7 | 0.63 |
| Hex | E3 | 8B | 5F | 0 | 27 | 3A | B | 14 | 46 | 3F |
| Octal | 343 | 213 | 137 | 0 | 47 | 72 | 13 | 24 | 106 | 77 |
| Binary | 11100011 | 10001011 | 1011111 | 0 | 100111 | 111010 | 1011 | 10100 | 1000110 | 111111 |
Color Harmonies of #E38B5F
Complementary color
Monochromatic Colors of #E38B5F
Black with #E38B5F
Text Example
Text Example
White with #E38B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B5F; }
p { color: rgb(227,139,95); }
H1.HeaderClassName
{
color: #E38B5F;
}
.AnyTagClassName
{
color: #E38B5F;
}
</style>
background-color css
<style>
a { background-color: #E38B5F; }
a { background-color: rgb(227,139,95); }
div.DivClassName
{
background-color: #E38B5F;
}
.BgClassName
{
background-color: #E38B5F;
}
</style>
border-color css
<style>
span { border-color: #E38B5F; }
span { border-color: rgb(227,139,95); }
td.TdClassName
{
border-color: #E38B5F;
}
.TagClassName
{
border-color: #E38B5F;
}
</style>