Shades of Copper #E18B5B
Tints of Copper #E18B5B
RGB
CMYK
RGB Variations
Color information
#E18B5B (or 0xE18B5B) is known color: Copper. HEX triplet: E1, 8B and 5B. RGB value is (225,139,91). Sum of RGB (Red+Green+Blue) = 225+139+91=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B5B is #1E74A4. Grayscale: #9F9F9F. Windows color (decimal): -1995941 or 5999585. OLE color: 5999585.
HSL color Cylindrical-coordinate representation of color #E18B5B: hue angle of 21.49º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E18B5B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 91 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.12 |
| HSL | 21.49º | 0.69% | 0.62% | - |
| HSV(B) | 21.49º | 0.6% | 0.88% | - |
| XYZ | 42.17 | 35.23 | 14.47 | - |
| YUV | 159.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 91 | 0 | 0.38 | 0.60 | 0.12 | 21.49 | 0.69 | 0.62 |
| Hex | E1 | 8B | 5B | 0 | 26 | 3C | C | 15 | 45 | 3E |
| Octal | 341 | 213 | 133 | 0 | 46 | 74 | 14 | 25 | 105 | 76 |
| Binary | 11100001 | 10001011 | 1011011 | 0 | 100110 | 111100 | 1100 | 10101 | 1000101 | 111110 |
Color Harmonies of #E18B5B
Complementary color
Monochromatic Colors of #E18B5B
Black with #E18B5B
Text Example
Text Example
White with #E18B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B5B; }
p { color: rgb(225,139,91); }
H1.HeaderClassName
{
color: #E18B5B;
}
.AnyTagClassName
{
color: #E18B5B;
}
</style>
background-color css
<style>
a { background-color: #E18B5B; }
a { background-color: rgb(225,139,91); }
div.DivClassName
{
background-color: #E18B5B;
}
.BgClassName
{
background-color: #E18B5B;
}
</style>
border-color css
<style>
span { border-color: #E18B5B; }
span { border-color: rgb(225,139,91); }
td.TdClassName
{
border-color: #E18B5B;
}
.TagClassName
{
border-color: #E18B5B;
}
</style>