#E58D5F

Color #E58D5F Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #E58D5F

Tints of Copper #E58D5F

Color information

#E58D5F (or 0xE58D5F) is unknown color: approx Copper. HEX triplet: E5, 8D and 5F. RGB value is (229,141,95). Sum of RGB (Red+Green+Blue) = 229+141+95=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D5F is #1A72A0. Grayscale: #A2A2A2. Windows color (decimal): -1733281 or 6262245. OLE color: 6262245.

HSL color Cylindrical-coordinate representation of color #E58D5F: hue angle of 20.6º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E58D5F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22914195-
CMYK00.380.590.10
HSL20.6º72.04%63.53%-
HSV(B)20.6º58.52%89.8%-
XYZ43.936.5315.56-
YUV162.0790.15175.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=49.25%
G=30.32%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291419500.380.590.1020.672.0463.53
HexE58D5F0263BA154840
Octal345215137046731225110100
Binary11100101100011011011111010011011101110101010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D5F; }

 p { color: rgb(229,141,95); }

 H1.HeaderClassName
 {
   color: #E58D5F;
 }
 .AnyTagClassName
 {
   color: #E58D5F;
 }
</style>
background-color css

<style>
 a { background-color: #E58D5F; }

 a { background-color: rgb(229,141,95); }

 div.DivClassName
 {
   background-color: #E58D5F;
 }
 .BgClassName
 {
   background-color: #E58D5F;
 }
</style>
border-color css

<style>
 span { border-color: #E58D5F; }

 span { border-color: rgb(229,141,95); }

 td.TdClassName
 {
   border-color: #E58D5F;
 }
 .TagClassName
 {
   border-color: #E58D5F;
 }
</style>