Shades of Copper #E38B6C
Tints of Copper #E38B6C
RGB
CMYK
RGB Variations
Color information
#E38B6C (or 0xE38B6C) is known color: Copper. HEX triplet: E3, 8B and 6C. RGB value is (227,139,108). Sum of RGB (Red+Green+Blue) = 227+139+108=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B6C is #1C7493. Grayscale: #A1A1A1. Windows color (decimal): -1864852 or 7113699. OLE color: 7113699.
HSL color Cylindrical-coordinate representation of color #E38B6C: hue angle of 15.63º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E38B6C is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 108 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.11 |
| HSL | 15.63º | 0.68% | 0.66% | - |
| HSV(B) | 15.63º | 0.52% | 0.89% | - |
| XYZ | 43.62 | 35.88 | 18.81 | - |
| YUV | 161.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 108 | 0 | 0.39 | 0.52 | 0.11 | 15.63 | 0.68 | 0.66 |
| Hex | E3 | 8B | 6C | 0 | 27 | 34 | B | 10 | 44 | 42 |
| Octal | 343 | 213 | 154 | 0 | 47 | 64 | 13 | 20 | 104 | 102 |
| Binary | 11100011 | 10001011 | 1101100 | 0 | 100111 | 110100 | 1011 | 10000 | 1000100 | 1000010 |
Color Harmonies of #E38B6C
Complementary color
Monochromatic Colors of #E38B6C
Black with #E38B6C
Text Example
Text Example
White with #E38B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B6C; }
p { color: rgb(227,139,108); }
H1.HeaderClassName
{
color: #E38B6C;
}
.AnyTagClassName
{
color: #E38B6C;
}
</style>
background-color css
<style>
a { background-color: #E38B6C; }
a { background-color: rgb(227,139,108); }
div.DivClassName
{
background-color: #E38B6C;
}
.BgClassName
{
background-color: #E38B6C;
}
</style>
border-color css
<style>
span { border-color: #E38B6C; }
span { border-color: rgb(227,139,108); }
td.TdClassName
{
border-color: #E38B6C;
}
.TagClassName
{
border-color: #E38B6C;
}
</style>