Shades of Copper #E38B5A
Tints of Copper #E38B5A
RGB
CMYK
RGB Variations
Color information
#E38B5A (or 0xE38B5A) is known color: Copper. HEX triplet: E3, 8B and 5A. RGB value is (227,139,90). Sum of RGB (Red+Green+Blue) = 227+139+90=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B5A is #1C74A5. Grayscale: #A0A0A0. Windows color (decimal): -1864870 or 5934051. OLE color: 5934051.
HSL color Cylindrical-coordinate representation of color #E38B5A: hue angle of 21.46º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E38B5A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 90 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.11 |
| HSL | 21.46º | 0.71% | 0.62% | - |
| HSV(B) | 21.46º | 0.6% | 0.89% | - |
| XYZ | 42.76 | 35.53 | 14.28 | - |
| YUV | 159.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 90 | 0 | 0.39 | 0.60 | 0.11 | 21.46 | 0.71 | 0.62 |
| Hex | E3 | 8B | 5A | 0 | 27 | 3C | B | 15 | 47 | 3E |
| Octal | 343 | 213 | 132 | 0 | 47 | 74 | 13 | 25 | 107 | 76 |
| Binary | 11100011 | 10001011 | 1011010 | 0 | 100111 | 111100 | 1011 | 10101 | 1000111 | 111110 |
Color Harmonies of #E38B5A
Complementary color
Monochromatic Colors of #E38B5A
Black with #E38B5A
Text Example
Text Example
White with #E38B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B5A; }
p { color: rgb(227,139,90); }
H1.HeaderClassName
{
color: #E38B5A;
}
.AnyTagClassName
{
color: #E38B5A;
}
</style>
background-color css
<style>
a { background-color: #E38B5A; }
a { background-color: rgb(227,139,90); }
div.DivClassName
{
background-color: #E38B5A;
}
.BgClassName
{
background-color: #E38B5A;
}
</style>
border-color css
<style>
span { border-color: #E38B5A; }
span { border-color: rgb(227,139,90); }
td.TdClassName
{
border-color: #E38B5A;
}
.TagClassName
{
border-color: #E38B5A;
}
</style>