Shades of Copper #EE8967
Tints of Copper #EE8967
RGB
CMYK
RGB Variations
Color information
#EE8967 (or 0xEE8967) is known color: Copper. HEX triplet: EE, 89 and 67. RGB value is (238,137,103). Sum of RGB (Red+Green+Blue) = 238+137+103=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8967 is #117698. Grayscale: #A3A3A3. Windows color (decimal): -1144473 or 6785518. OLE color: 6785518.
HSL color Cylindrical-coordinate representation of color #EE8967: hue angle of 15.11º 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 #EE8967 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 103 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.07 |
| HSL | 15.11º | 0.8% | 0.67% | - |
| HSV(B) | 15.11º | 0.57% | 0.93% | - |
| XYZ | 46.65 | 37.05 | 17.52 | - |
| YUV | 163.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 103 | 0 | 0.42 | 0.57 | 0.07 | 15.11 | 0.8 | 0.67 |
| Hex | EE | 89 | 67 | 0 | 2A | 39 | 7 | F | 50 | 43 |
| Octal | 356 | 211 | 147 | 0 | 52 | 71 | 7 | 17 | 120 | 103 |
| Binary | 11101110 | 10001001 | 1100111 | 0 | 101010 | 111001 | 111 | 1111 | 1010000 | 1000011 |
Color Harmonies of #EE8967
Complementary color
Monochromatic Colors of #EE8967
Black with #EE8967
Text Example
Text Example
White with #EE8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8967; }
p { color: rgb(238,137,103); }
H1.HeaderClassName
{
color: #EE8967;
}
.AnyTagClassName
{
color: #EE8967;
}
</style>
background-color css
<style>
a { background-color: #EE8967; }
a { background-color: rgb(238,137,103); }
div.DivClassName
{
background-color: #EE8967;
}
.BgClassName
{
background-color: #EE8967;
}
</style>
border-color css
<style>
span { border-color: #EE8967; }
span { border-color: rgb(238,137,103); }
td.TdClassName
{
border-color: #EE8967;
}
.TagClassName
{
border-color: #EE8967;
}
</style>