Shades of Copper #E0956B
Tints of Copper #E0956B
RGB
CMYK
RGB Variations
Color information
#E0956B (or 0xE0956B) is known color: Copper. HEX triplet: E0, 95 and 6B. RGB value is (224,149,107). Sum of RGB (Red+Green+Blue) = 224+149+107=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0956B is #1F6A94. Grayscale: #A6A6A6. Windows color (decimal): -2058901 or 7050720. OLE color: 7050720.
HSL color Cylindrical-coordinate representation of color #E0956B: hue angle of 21.54º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0956B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 107 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.12 |
| HSL | 21.54º | 0.65% | 0.65% | - |
| HSV(B) | 21.54º | 0.52% | 0.88% | - |
| XYZ | 44.14 | 38.4 | 19 | - |
| YUV | 166.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 107 | 0 | 0.33 | 0.52 | 0.12 | 21.54 | 0.65 | 0.65 |
| Hex | E0 | 95 | 6B | 0 | 21 | 34 | C | 16 | 41 | 41 |
| Octal | 340 | 225 | 153 | 0 | 41 | 64 | 14 | 26 | 101 | 101 |
| Binary | 11100000 | 10010101 | 1101011 | 0 | 100001 | 110100 | 1100 | 10110 | 1000001 | 1000001 |
Color Harmonies of #E0956B
Complementary color
Monochromatic Colors of #E0956B
Black with #E0956B
Text Example
Text Example
White with #E0956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0956B; }
p { color: rgb(224,149,107); }
H1.HeaderClassName
{
color: #E0956B;
}
.AnyTagClassName
{
color: #E0956B;
}
</style>
background-color css
<style>
a { background-color: #E0956B; }
a { background-color: rgb(224,149,107); }
div.DivClassName
{
background-color: #E0956B;
}
.BgClassName
{
background-color: #E0956B;
}
</style>
border-color css
<style>
span { border-color: #E0956B; }
span { border-color: rgb(224,149,107); }
td.TdClassName
{
border-color: #E0956B;
}
.TagClassName
{
border-color: #E0956B;
}
</style>