Shades of Copper #E28A5C
Tints of Copper #E28A5C
RGB
CMYK
RGB Variations
Color information
#E28A5C (or 0xE28A5C) is known color: Copper. HEX triplet: E2, 8A and 5C. RGB value is (226,138,92). Sum of RGB (Red+Green+Blue) = 226+138+92=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A5C is #1D75A3. Grayscale: #9F9F9F. Windows color (decimal): -1930660 or 6064866. OLE color: 6064866.
HSL color Cylindrical-coordinate representation of color #E28A5C: hue angle of 20.6º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E28A5C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 92 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.11 |
| HSL | 20.6º | 0.7% | 0.62% | - |
| HSV(B) | 20.6º | 0.59% | 0.89% | - |
| XYZ | 42.38 | 35.12 | 14.67 | - |
| YUV | 159.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 92 | 0 | 0.39 | 0.59 | 0.11 | 20.6 | 0.7 | 0.62 |
| Hex | E2 | 8A | 5C | 0 | 27 | 3B | B | 15 | 46 | 3E |
| Octal | 342 | 212 | 134 | 0 | 47 | 73 | 13 | 25 | 106 | 76 |
| Binary | 11100010 | 10001010 | 1011100 | 0 | 100111 | 111011 | 1011 | 10101 | 1000110 | 111110 |
Color Harmonies of #E28A5C
Complementary color
Monochromatic Colors of #E28A5C
Black with #E28A5C
Text Example
Text Example
White with #E28A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A5C; }
p { color: rgb(226,138,92); }
H1.HeaderClassName
{
color: #E28A5C;
}
.AnyTagClassName
{
color: #E28A5C;
}
</style>
background-color css
<style>
a { background-color: #E28A5C; }
a { background-color: rgb(226,138,92); }
div.DivClassName
{
background-color: #E28A5C;
}
.BgClassName
{
background-color: #E28A5C;
}
</style>
border-color css
<style>
span { border-color: #E28A5C; }
span { border-color: rgb(226,138,92); }
td.TdClassName
{
border-color: #E28A5C;
}
.TagClassName
{
border-color: #E28A5C;
}
</style>