Shades of Copper #EA886A
Tints of Copper #EA886A
RGB
CMYK
RGB Variations
Color information
#EA886A (or 0xEA886A) is known color: Copper. HEX triplet: EA, 88 and 6A. RGB value is (234,136,106). Sum of RGB (Red+Green+Blue) = 234+136+106=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA886A is #157795. Grayscale: #A2A2A2. Windows color (decimal): -1406870 or 6981866. OLE color: 6981866.
HSL color Cylindrical-coordinate representation of color #EA886A: hue angle of 14.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA886A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 106 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.08 |
| HSL | 14.06º | 0.75% | 0.67% | - |
| HSV(B) | 14.06º | 0.55% | 0.92% | - |
| XYZ | 45.34 | 36.14 | 18.22 | - |
| YUV | 161.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 106 | 0 | 0.42 | 0.55 | 0.08 | 14.06 | 0.75 | 0.67 |
| Hex | EA | 88 | 6A | 0 | 2A | 37 | 8 | E | 4B | 43 |
| Octal | 352 | 210 | 152 | 0 | 52 | 67 | 10 | 16 | 113 | 103 |
| Binary | 11101010 | 10001000 | 1101010 | 0 | 101010 | 110111 | 1000 | 1110 | 1001011 | 1000011 |
Color Harmonies of #EA886A
Complementary color
Monochromatic Colors of #EA886A
Black with #EA886A
Text Example
Text Example
White with #EA886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA886A; }
p { color: rgb(234,136,106); }
H1.HeaderClassName
{
color: #EA886A;
}
.AnyTagClassName
{
color: #EA886A;
}
</style>
background-color css
<style>
a { background-color: #EA886A; }
a { background-color: rgb(234,136,106); }
div.DivClassName
{
background-color: #EA886A;
}
.BgClassName
{
background-color: #EA886A;
}
</style>
border-color css
<style>
span { border-color: #EA886A; }
span { border-color: rgb(234,136,106); }
td.TdClassName
{
border-color: #EA886A;
}
.TagClassName
{
border-color: #EA886A;
}
</style>