#E58F5D

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

Shades of Copper #E58F5D

Tints of Copper #E58F5D

Color information

#E58F5D (or 0xE58F5D) is unknown color: approx Copper. HEX triplet: E5, 8F and 5D. RGB value is (229,143,93). Sum of RGB (Red+Green+Blue) = 229+143+93=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58F5D is #1A70A2. Grayscale: #A3A3A3. Windows color (decimal): -1732771 or 6131685. OLE color: 6131685.

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

Color convert

RGB22914393-
CMYK00.380.590.10
HSL22.06º72.34%63.14%-
HSV(B)22.06º59.39%89.8%-
XYZ44.1137.0915.19-
YUV163.0188.49175.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 93 (36.72% from 255) = 20%
R=49.25%
G=30.75%
B=20%

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
Decimal2291439300.380.590.1022.0672.3463.14
HexE58F5D0263BA16483f
Octal34521713504673122611077
Binary1110010110001111101110101001101110111010101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58F5D; }

 p { color: rgb(229,143,93); }

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

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

 a { background-color: rgb(229,143,93); }

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

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

 span { border-color: rgb(229,143,93); }

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