Shades of Copper #EE8966
Tints of Copper #EE8966
RGB
CMYK
RGB Variations
Color information
#EE8966 (or 0xEE8966) is known color: Copper. HEX triplet: EE, 89 and 66. RGB value is (238,137,102). Sum of RGB (Red+Green+Blue) = 238+137+102=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8966 is #117699. Grayscale: #A3A3A3. Windows color (decimal): -1144474 or 6719982. OLE color: 6719982.
HSL color Cylindrical-coordinate representation of color #EE8966: hue angle of 15.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE8966 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 102 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.07 |
| HSL | 15.44º | 0.8% | 0.67% | - |
| HSV(B) | 15.44º | 0.57% | 0.93% | - |
| XYZ | 46.6 | 37.03 | 17.26 | - |
| YUV | 163.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 102 | 0 | 0.42 | 0.57 | 0.07 | 15.44 | 0.8 | 0.67 |
| Hex | EE | 89 | 66 | 0 | 2A | 39 | 7 | F | 50 | 43 |
| Octal | 356 | 211 | 146 | 0 | 52 | 71 | 7 | 17 | 120 | 103 |
| Binary | 11101110 | 10001001 | 1100110 | 0 | 101010 | 111001 | 111 | 1111 | 1010000 | 1000011 |
Color Harmonies of #EE8966
Complementary color
Monochromatic Colors of #EE8966
Black with #EE8966
Text Example
Text Example
White with #EE8966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8966; }
p { color: rgb(238,137,102); }
H1.HeaderClassName
{
color: #EE8966;
}
.AnyTagClassName
{
color: #EE8966;
}
</style>
background-color css
<style>
a { background-color: #EE8966; }
a { background-color: rgb(238,137,102); }
div.DivClassName
{
background-color: #EE8966;
}
.BgClassName
{
background-color: #EE8966;
}
</style>
border-color css
<style>
span { border-color: #EE8966; }
span { border-color: rgb(238,137,102); }
td.TdClassName
{
border-color: #EE8966;
}
.TagClassName
{
border-color: #EE8966;
}
</style>