Shades of Copper #E28A6D
Tints of Copper #E28A6D
RGB
CMYK
RGB Variations
Color information
#E28A6D (or 0xE28A6D) is known color: Copper. HEX triplet: E2, 8A and 6D. RGB value is (226,138,109). Sum of RGB (Red+Green+Blue) = 226+138+109=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A6D is #1D7592. Grayscale: #A1A1A1. Windows color (decimal): -1930643 or 7178978. OLE color: 7178978.
HSL color Cylindrical-coordinate representation of color #E28A6D: hue angle of 14.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E28A6D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 109 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.11 |
| HSL | 14.87º | 0.67% | 0.66% | - |
| HSV(B) | 14.87º | 0.52% | 0.89% | - |
| XYZ | 43.21 | 35.45 | 19.03 | - |
| YUV | 161.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 109 | 0 | 0.39 | 0.52 | 0.11 | 14.87 | 0.67 | 0.66 |
| Hex | E2 | 8A | 6D | 0 | 27 | 34 | B | F | 43 | 42 |
| Octal | 342 | 212 | 155 | 0 | 47 | 64 | 13 | 17 | 103 | 102 |
| Binary | 11100010 | 10001010 | 1101101 | 0 | 100111 | 110100 | 1011 | 1111 | 1000011 | 1000010 |
Color Harmonies of #E28A6D
Complementary color
Monochromatic Colors of #E28A6D
Black with #E28A6D
Text Example
Text Example
White with #E28A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A6D; }
p { color: rgb(226,138,109); }
H1.HeaderClassName
{
color: #E28A6D;
}
.AnyTagClassName
{
color: #E28A6D;
}
</style>
background-color css
<style>
a { background-color: #E28A6D; }
a { background-color: rgb(226,138,109); }
div.DivClassName
{
background-color: #E28A6D;
}
.BgClassName
{
background-color: #E28A6D;
}
</style>
border-color css
<style>
span { border-color: #E28A6D; }
span { border-color: rgb(226,138,109); }
td.TdClassName
{
border-color: #E28A6D;
}
.TagClassName
{
border-color: #E28A6D;
}
</style>