Shades of Copper #E38E69
Tints of Copper #E38E69
RGB
CMYK
RGB Variations
Color information
#E38E69 (or 0xE38E69) is known color: Copper. HEX triplet: E3, 8E and 69. RGB value is (227,142,105). Sum of RGB (Red+Green+Blue) = 227+142+105=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E69 is #1C7196. Grayscale: #A3A3A3. Windows color (decimal): -1864087 or 6917859. OLE color: 6917859.
HSL color Cylindrical-coordinate representation of color #E38E69: hue angle of 18.2º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E38E69 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 105 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.11 |
| HSL | 18.2º | 0.69% | 0.65% | - |
| HSV(B) | 18.2º | 0.54% | 0.89% | - |
| XYZ | 43.9 | 36.7 | 18.13 | - |
| YUV | 163.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 105 | 0 | 0.37 | 0.54 | 0.11 | 18.2 | 0.69 | 0.65 |
| Hex | E3 | 8E | 69 | 0 | 25 | 36 | B | 12 | 45 | 41 |
| Octal | 343 | 216 | 151 | 0 | 45 | 66 | 13 | 22 | 105 | 101 |
| Binary | 11100011 | 10001110 | 1101001 | 0 | 100101 | 110110 | 1011 | 10010 | 1000101 | 1000001 |
Color Harmonies of #E38E69
Complementary color
Monochromatic Colors of #E38E69
Black with #E38E69
Text Example
Text Example
White with #E38E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E69; }
p { color: rgb(227,142,105); }
H1.HeaderClassName
{
color: #E38E69;
}
.AnyTagClassName
{
color: #E38E69;
}
</style>
background-color css
<style>
a { background-color: #E38E69; }
a { background-color: rgb(227,142,105); }
div.DivClassName
{
background-color: #E38E69;
}
.BgClassName
{
background-color: #E38E69;
}
</style>
border-color css
<style>
span { border-color: #E38E69; }
span { border-color: rgb(227,142,105); }
td.TdClassName
{
border-color: #E38E69;
}
.TagClassName
{
border-color: #E38E69;
}
</style>