Shades of Copper #EB8A68
Tints of Copper #EB8A68
RGB
CMYK
RGB Variations
Color information
#EB8A68 (or 0xEB8A68) is known color: Copper. HEX triplet: EB, 8A and 68. RGB value is (235,138,104). Sum of RGB (Red+Green+Blue) = 235+138+104=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A68 is #147597. Grayscale: #A3A3A3. Windows color (decimal): -1340824 or 6851307. OLE color: 6851307.
HSL color Cylindrical-coordinate representation of color #EB8A68: hue angle of 15.57º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB8A68 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 104 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.08 |
| HSL | 15.57º | 0.77% | 0.66% | - |
| HSV(B) | 15.57º | 0.56% | 0.92% | - |
| XYZ | 45.85 | 36.84 | 17.79 | - |
| YUV | 163.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 104 | 0 | 0.41 | 0.56 | 0.08 | 15.57 | 0.77 | 0.66 |
| Hex | EB | 8A | 68 | 0 | 29 | 38 | 8 | 10 | 4D | 42 |
| Octal | 353 | 212 | 150 | 0 | 51 | 70 | 10 | 20 | 115 | 102 |
| Binary | 11101011 | 10001010 | 1101000 | 0 | 101001 | 111000 | 1000 | 10000 | 1001101 | 1000010 |
Color Harmonies of #EB8A68
Complementary color
Monochromatic Colors of #EB8A68
Black with #EB8A68
Text Example
Text Example
White with #EB8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A68; }
p { color: rgb(235,138,104); }
H1.HeaderClassName
{
color: #EB8A68;
}
.AnyTagClassName
{
color: #EB8A68;
}
</style>
background-color css
<style>
a { background-color: #EB8A68; }
a { background-color: rgb(235,138,104); }
div.DivClassName
{
background-color: #EB8A68;
}
.BgClassName
{
background-color: #EB8A68;
}
</style>
border-color css
<style>
span { border-color: #EB8A68; }
span { border-color: rgb(235,138,104); }
td.TdClassName
{
border-color: #EB8A68;
}
.TagClassName
{
border-color: #EB8A68;
}
</style>