Shades of Copper #E38263
Tints of Copper #E38263
RGB
CMYK
RGB Variations
Color information
#E38263 (or 0xE38263) is known color: Copper. HEX triplet: E3, 82 and 63. RGB value is (227,130,99). Sum of RGB (Red+Green+Blue) = 227+130+99=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E38263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38263 is #1C7D9C. Grayscale: #9B9B9B. Windows color (decimal): -1867165 or 6521571. OLE color: 6521571.
HSL color Cylindrical-coordinate representation of color #E38263: hue angle of 14.53º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E38263 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 99 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.11 |
| HSL | 14.53º | 0.7% | 0.64% | - |
| HSV(B) | 14.53º | 0.56% | 0.89% | - |
| XYZ | 41.91 | 33.2 | 16 | - |
| YUV | 155.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 99 | 0 | 0.43 | 0.56 | 0.11 | 14.53 | 0.7 | 0.64 |
| Hex | E3 | 82 | 63 | 0 | 2B | 38 | B | F | 46 | 40 |
| Octal | 343 | 202 | 143 | 0 | 53 | 70 | 13 | 17 | 106 | 100 |
| Binary | 11100011 | 10000010 | 1100011 | 0 | 101011 | 111000 | 1011 | 1111 | 1000110 | 1000000 |
Color Harmonies of #E38263
Complementary color
Monochromatic Colors of #E38263
Black with #E38263
Text Example
Text Example
White with #E38263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38263; }
p { color: rgb(227,130,99); }
H1.HeaderClassName
{
color: #E38263;
}
.AnyTagClassName
{
color: #E38263;
}
</style>
background-color css
<style>
a { background-color: #E38263; }
a { background-color: rgb(227,130,99); }
div.DivClassName
{
background-color: #E38263;
}
.BgClassName
{
background-color: #E38263;
}
</style>
border-color css
<style>
span { border-color: #E38263; }
span { border-color: rgb(227,130,99); }
td.TdClassName
{
border-color: #E38263;
}
.TagClassName
{
border-color: #E38263;
}
</style>