Shades of Copper #E58A68
Tints of Copper #E58A68
RGB
CMYK
RGB Variations
Color information
#E58A68 (or 0xE58A68) is known color: Copper. HEX triplet: E5, 8A and 68. RGB value is (229,138,104). Sum of RGB (Red+Green+Blue) = 229+138+104=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A68 is #1A7597. Grayscale: #A1A1A1. Windows color (decimal): -1734040 or 6851301. OLE color: 6851301.
HSL color Cylindrical-coordinate representation of color #E58A68: hue angle of 16.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E58A68 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 104 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.10 |
| HSL | 16.32º | 0.71% | 0.65% | - |
| HSV(B) | 16.32º | 0.55% | 0.9% | - |
| XYZ | 43.9 | 35.83 | 17.7 | - |
| YUV | 161.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 104 | 0 | 0.40 | 0.55 | 0.10 | 16.32 | 0.71 | 0.65 |
| Hex | E5 | 8A | 68 | 0 | 28 | 37 | A | 10 | 47 | 41 |
| Octal | 345 | 212 | 150 | 0 | 50 | 67 | 12 | 20 | 107 | 101 |
| Binary | 11100101 | 10001010 | 1101000 | 0 | 101000 | 110111 | 1010 | 10000 | 1000111 | 1000001 |
Color Harmonies of #E58A68
Complementary color
Monochromatic Colors of #E58A68
Black with #E58A68
Text Example
Text Example
White with #E58A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A68; }
p { color: rgb(229,138,104); }
H1.HeaderClassName
{
color: #E58A68;
}
.AnyTagClassName
{
color: #E58A68;
}
</style>
background-color css
<style>
a { background-color: #E58A68; }
a { background-color: rgb(229,138,104); }
div.DivClassName
{
background-color: #E58A68;
}
.BgClassName
{
background-color: #E58A68;
}
</style>
border-color css
<style>
span { border-color: #E58A68; }
span { border-color: rgb(229,138,104); }
td.TdClassName
{
border-color: #E58A68;
}
.TagClassName
{
border-color: #E58A68;
}
</style>