Shades of Copper #E38A5A
Tints of Copper #E38A5A
RGB
CMYK
RGB Variations
Color information
#E38A5A (or 0xE38A5A) is known color: Copper. HEX triplet: E3, 8A and 5A. RGB value is (227,138,90). Sum of RGB (Red+Green+Blue) = 227+138+90=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A5A is #1C75A5. Grayscale: #9F9F9F. Windows color (decimal): -1865126 or 5933795. OLE color: 5933795.
HSL color Cylindrical-coordinate representation of color #E38A5A: hue angle of 21.02º 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 #E38A5A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 90 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.11 |
| HSL | 21.02º | 0.71% | 0.62% | - |
| HSV(B) | 21.02º | 0.6% | 0.89% | - |
| XYZ | 42.61 | 35.25 | 14.23 | - |
| YUV | 159.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 90 | 0 | 0.39 | 0.60 | 0.11 | 21.02 | 0.71 | 0.62 |
| Hex | E3 | 8A | 5A | 0 | 27 | 3C | B | 15 | 47 | 3E |
| Octal | 343 | 212 | 132 | 0 | 47 | 74 | 13 | 25 | 107 | 76 |
| Binary | 11100011 | 10001010 | 1011010 | 0 | 100111 | 111100 | 1011 | 10101 | 1000111 | 111110 |
Color Harmonies of #E38A5A
Complementary color
Monochromatic Colors of #E38A5A
Black with #E38A5A
Text Example
Text Example
White with #E38A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A5A; }
p { color: rgb(227,138,90); }
H1.HeaderClassName
{
color: #E38A5A;
}
.AnyTagClassName
{
color: #E38A5A;
}
</style>
background-color css
<style>
a { background-color: #E38A5A; }
a { background-color: rgb(227,138,90); }
div.DivClassName
{
background-color: #E38A5A;
}
.BgClassName
{
background-color: #E38A5A;
}
</style>
border-color css
<style>
span { border-color: #E38A5A; }
span { border-color: rgb(227,138,90); }
td.TdClassName
{
border-color: #E38A5A;
}
.TagClassName
{
border-color: #E38A5A;
}
</style>