Shades of Copper #E68A5F
Tints of Copper #E68A5F
RGB
CMYK
RGB Variations
Color information
#E68A5F (or 0xE68A5F) is known color: Copper. HEX triplet: E6, 8A and 5F. RGB value is (230,138,95). Sum of RGB (Red+Green+Blue) = 230+138+95=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A5F is #1975A0. Grayscale: #A0A0A0. Windows color (decimal): -1668513 or 6261478. OLE color: 6261478.
HSL color Cylindrical-coordinate representation of color #E68A5F: hue angle of 19.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E68A5F is Cyan = 0, Magento = 0.4, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 95 | - |
| CMYK | 0 | 0.4 | 0.59 | 0.10 |
| HSL | 19.11º | 0.73% | 0.64% | - |
| HSV(B) | 19.11º | 0.59% | 0.9% | - |
| XYZ | 43.79 | 35.83 | 15.43 | - |
| YUV | 160.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 95 | 0 | 0.4 | 0.59 | 0.10 | 19.11 | 0.73 | 0.64 |
| Hex | E6 | 8A | 5F | 0 | 28 | 3B | A | 13 | 49 | 40 |
| Octal | 346 | 212 | 137 | 0 | 50 | 73 | 12 | 23 | 111 | 100 |
| Binary | 11100110 | 10001010 | 1011111 | 0 | 101000 | 111011 | 1010 | 10011 | 1001001 | 1000000 |
Color Harmonies of #E68A5F
Complementary color
Monochromatic Colors of #E68A5F
Black with #E68A5F
Text Example
Text Example
White with #E68A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A5F; }
p { color: rgb(230,138,95); }
H1.HeaderClassName
{
color: #E68A5F;
}
.AnyTagClassName
{
color: #E68A5F;
}
</style>
background-color css
<style>
a { background-color: #E68A5F; }
a { background-color: rgb(230,138,95); }
div.DivClassName
{
background-color: #E68A5F;
}
.BgClassName
{
background-color: #E68A5F;
}
</style>
border-color css
<style>
span { border-color: #E68A5F; }
span { border-color: rgb(230,138,95); }
td.TdClassName
{
border-color: #E68A5F;
}
.TagClassName
{
border-color: #E68A5F;
}
</style>