Shades of Copper #E38A5C
Tints of Copper #E38A5C
RGB
CMYK
RGB Variations
Color information
#E38A5C (or 0xE38A5C) is known color: Copper. HEX triplet: E3, 8A and 5C. RGB value is (227,138,92). Sum of RGB (Red+Green+Blue) = 227+138+92=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A5C is #1C75A3. Grayscale: #9F9F9F. Windows color (decimal): -1865124 or 6064867. OLE color: 6064867.
HSL color Cylindrical-coordinate representation of color #E38A5C: hue angle of 20.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E38A5C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 92 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.11 |
| HSL | 20.44º | 0.71% | 0.63% | - |
| HSV(B) | 20.44º | 0.59% | 0.89% | - |
| XYZ | 42.7 | 35.28 | 14.68 | - |
| YUV | 159.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 92 | 0 | 0.39 | 0.59 | 0.11 | 20.44 | 0.71 | 0.63 |
| Hex | E3 | 8A | 5C | 0 | 27 | 3B | B | 14 | 47 | 3F |
| Octal | 343 | 212 | 134 | 0 | 47 | 73 | 13 | 24 | 107 | 77 |
| Binary | 11100011 | 10001010 | 1011100 | 0 | 100111 | 111011 | 1011 | 10100 | 1000111 | 111111 |
Color Harmonies of #E38A5C
Complementary color
Monochromatic Colors of #E38A5C
Black with #E38A5C
Text Example
Text Example
White with #E38A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A5C; }
p { color: rgb(227,138,92); }
H1.HeaderClassName
{
color: #E38A5C;
}
.AnyTagClassName
{
color: #E38A5C;
}
</style>
background-color css
<style>
a { background-color: #E38A5C; }
a { background-color: rgb(227,138,92); }
div.DivClassName
{
background-color: #E38A5C;
}
.BgClassName
{
background-color: #E38A5C;
}
</style>
border-color css
<style>
span { border-color: #E38A5C; }
span { border-color: rgb(227,138,92); }
td.TdClassName
{
border-color: #E38A5C;
}
.TagClassName
{
border-color: #E38A5C;
}
</style>