Shades of Copper #E4956C
Tints of Copper #E4956C
RGB
CMYK
RGB Variations
Color information
#E4956C (or 0xE4956C) is known color: Copper. HEX triplet: E4, 95 and 6C. RGB value is (228,149,108). Sum of RGB (Red+Green+Blue) = 228+149+108=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E4956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4956C is #1B6A93. Grayscale: #A8A8A8. Windows color (decimal): -1796756 or 7116260. OLE color: 7116260.
HSL color Cylindrical-coordinate representation of color #E4956C: hue angle of 20.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4956C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 108 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.11 |
| HSL | 20.5º | 0.69% | 0.66% | - |
| HSV(B) | 20.5º | 0.53% | 0.89% | - |
| XYZ | 45.45 | 39.07 | 19.33 | - |
| YUV | 167.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 108 | 0 | 0.35 | 0.53 | 0.11 | 20.5 | 0.69 | 0.66 |
| Hex | E4 | 95 | 6C | 0 | 23 | 35 | B | 14 | 45 | 42 |
| Octal | 344 | 225 | 154 | 0 | 43 | 65 | 13 | 24 | 105 | 102 |
| Binary | 11100100 | 10010101 | 1101100 | 0 | 100011 | 110101 | 1011 | 10100 | 1000101 | 1000010 |
Color Harmonies of #E4956C
Complementary color
Monochromatic Colors of #E4956C
Black with #E4956C
Text Example
Text Example
White with #E4956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4956C; }
p { color: rgb(228,149,108); }
H1.HeaderClassName
{
color: #E4956C;
}
.AnyTagClassName
{
color: #E4956C;
}
</style>
background-color css
<style>
a { background-color: #E4956C; }
a { background-color: rgb(228,149,108); }
div.DivClassName
{
background-color: #E4956C;
}
.BgClassName
{
background-color: #E4956C;
}
</style>
border-color css
<style>
span { border-color: #E4956C; }
span { border-color: rgb(228,149,108); }
td.TdClassName
{
border-color: #E4956C;
}
.TagClassName
{
border-color: #E4956C;
}
</style>