Shades of Copper #E88A6C
Tints of Copper #E88A6C
RGB
CMYK
RGB Variations
Color information
#E88A6C (or 0xE88A6C) is known color: Copper. HEX triplet: E8, 8A and 6C. RGB value is (232,138,108). Sum of RGB (Red+Green+Blue) = 232+138+108=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A6C is #177593. Grayscale: #A2A2A2. Windows color (decimal): -1537428 or 7113448. OLE color: 7113448.
HSL color Cylindrical-coordinate representation of color #E88A6C: hue angle of 14.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E88A6C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 108 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.09 |
| HSL | 14.52º | 0.73% | 0.67% | - |
| HSV(B) | 14.52º | 0.53% | 0.91% | - |
| XYZ | 45.07 | 36.42 | 18.84 | - |
| YUV | 162.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 108 | 0 | 0.41 | 0.53 | 0.09 | 14.52 | 0.73 | 0.67 |
| Hex | E8 | 8A | 6C | 0 | 29 | 35 | 9 | F | 49 | 43 |
| Octal | 350 | 212 | 154 | 0 | 51 | 65 | 11 | 17 | 111 | 103 |
| Binary | 11101000 | 10001010 | 1101100 | 0 | 101001 | 110101 | 1001 | 1111 | 1001001 | 1000011 |
Color Harmonies of #E88A6C
Complementary color
Monochromatic Colors of #E88A6C
Black with #E88A6C
Text Example
Text Example
White with #E88A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A6C; }
p { color: rgb(232,138,108); }
H1.HeaderClassName
{
color: #E88A6C;
}
.AnyTagClassName
{
color: #E88A6C;
}
</style>
background-color css
<style>
a { background-color: #E88A6C; }
a { background-color: rgb(232,138,108); }
div.DivClassName
{
background-color: #E88A6C;
}
.BgClassName
{
background-color: #E88A6C;
}
</style>
border-color css
<style>
span { border-color: #E88A6C; }
span { border-color: rgb(232,138,108); }
td.TdClassName
{
border-color: #E88A6C;
}
.TagClassName
{
border-color: #E88A6C;
}
</style>