Shades of Copper #E99066
Tints of Copper #E99066
RGB
CMYK
RGB Variations
Color information
#E99066 (or 0xE99066) is known color: Copper. HEX triplet: E9, 90 and 66. RGB value is (233,144,102). Sum of RGB (Red+Green+Blue) = 233+144+102=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E99066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99066 is #166F99. Grayscale: #A6A6A6. Windows color (decimal): -1470362 or 6721769. OLE color: 6721769.
HSL color Cylindrical-coordinate representation of color #E99066: hue angle of 19.24º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E99066 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 102 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.09 |
| HSL | 19.24º | 0.75% | 0.66% | - |
| HSV(B) | 19.24º | 0.56% | 0.91% | - |
| XYZ | 45.98 | 38.23 | 17.53 | - |
| YUV | 165.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 102 | 0 | 0.38 | 0.56 | 0.09 | 19.24 | 0.75 | 0.66 |
| Hex | E9 | 90 | 66 | 0 | 26 | 38 | 9 | 13 | 4B | 42 |
| Octal | 351 | 220 | 146 | 0 | 46 | 70 | 11 | 23 | 113 | 102 |
| Binary | 11101001 | 10010000 | 1100110 | 0 | 100110 | 111000 | 1001 | 10011 | 1001011 | 1000010 |
Color Harmonies of #E99066
Complementary color
Monochromatic Colors of #E99066
Black with #E99066
Text Example
Text Example
White with #E99066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99066; }
p { color: rgb(233,144,102); }
H1.HeaderClassName
{
color: #E99066;
}
.AnyTagClassName
{
color: #E99066;
}
</style>
background-color css
<style>
a { background-color: #E99066; }
a { background-color: rgb(233,144,102); }
div.DivClassName
{
background-color: #E99066;
}
.BgClassName
{
background-color: #E99066;
}
</style>
border-color css
<style>
span { border-color: #E99066; }
span { border-color: rgb(233,144,102); }
td.TdClassName
{
border-color: #E99066;
}
.TagClassName
{
border-color: #E99066;
}
</style>