Shades of Copper #EE8868
Tints of Copper #EE8868
RGB
CMYK
RGB Variations
Color information
#EE8868 (or 0xEE8868) is known color: Copper. HEX triplet: EE, 88 and 68. RGB value is (238,136,104). Sum of RGB (Red+Green+Blue) = 238+136+104=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8868 is #117797. Grayscale: #A3A3A3. Windows color (decimal): -1144728 or 6850798. OLE color: 6850798.
HSL color Cylindrical-coordinate representation of color #EE8868: hue angle of 14.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE8868 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 104 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.07 |
| HSL | 14.33º | 0.8% | 0.67% | - |
| HSV(B) | 14.33º | 0.56% | 0.93% | - |
| XYZ | 46.56 | 36.78 | 17.74 | - |
| YUV | 162.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 104 | 0 | 0.43 | 0.56 | 0.07 | 14.33 | 0.8 | 0.67 |
| Hex | EE | 88 | 68 | 0 | 2B | 38 | 7 | E | 50 | 43 |
| Octal | 356 | 210 | 150 | 0 | 53 | 70 | 7 | 16 | 120 | 103 |
| Binary | 11101110 | 10001000 | 1101000 | 0 | 101011 | 111000 | 111 | 1110 | 1010000 | 1000011 |
Color Harmonies of #EE8868
Complementary color
Monochromatic Colors of #EE8868
Black with #EE8868
Text Example
Text Example
White with #EE8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8868; }
p { color: rgb(238,136,104); }
H1.HeaderClassName
{
color: #EE8868;
}
.AnyTagClassName
{
color: #EE8868;
}
</style>
background-color css
<style>
a { background-color: #EE8868; }
a { background-color: rgb(238,136,104); }
div.DivClassName
{
background-color: #EE8868;
}
.BgClassName
{
background-color: #EE8868;
}
</style>
border-color css
<style>
span { border-color: #EE8868; }
span { border-color: rgb(238,136,104); }
td.TdClassName
{
border-color: #EE8868;
}
.TagClassName
{
border-color: #EE8868;
}
</style>