Shades of Copper #E9916A
Tints of Copper #E9916A
RGB
CMYK
RGB Variations
Color information
#E9916A (or 0xE9916A) is known color: Copper. HEX triplet: E9, 91 and 6A. RGB value is (233,145,106). Sum of RGB (Red+Green+Blue) = 233+145+106=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9916A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9916A is #166E95. Grayscale: #A7A7A7. Windows color (decimal): -1470102 or 6984169. OLE color: 6984169.
HSL color Cylindrical-coordinate representation of color #E9916A: hue angle of 18.43º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9916A is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 106 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.09 |
| HSL | 18.43º | 0.74% | 0.66% | - |
| HSV(B) | 18.43º | 0.55% | 0.91% | - |
| XYZ | 46.33 | 38.62 | 18.65 | - |
| YUV | 166.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 106 | 0 | 0.38 | 0.55 | 0.09 | 18.43 | 0.74 | 0.66 |
| Hex | E9 | 91 | 6A | 0 | 26 | 37 | 9 | 12 | 4A | 42 |
| Octal | 351 | 221 | 152 | 0 | 46 | 67 | 11 | 22 | 112 | 102 |
| Binary | 11101001 | 10010001 | 1101010 | 0 | 100110 | 110111 | 1001 | 10010 | 1001010 | 1000010 |
Color Harmonies of #E9916A
Complementary color
Monochromatic Colors of #E9916A
Black with #E9916A
Text Example
Text Example
White with #E9916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9916A; }
p { color: rgb(233,145,106); }
H1.HeaderClassName
{
color: #E9916A;
}
.AnyTagClassName
{
color: #E9916A;
}
</style>
background-color css
<style>
a { background-color: #E9916A; }
a { background-color: rgb(233,145,106); }
div.DivClassName
{
background-color: #E9916A;
}
.BgClassName
{
background-color: #E9916A;
}
</style>
border-color css
<style>
span { border-color: #E9916A; }
span { border-color: rgb(233,145,106); }
td.TdClassName
{
border-color: #E9916A;
}
.TagClassName
{
border-color: #E9916A;
}
</style>