#E5835D

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

Shades of Copper #E5835D

Tints of Copper #E5835D

Color information

#E5835D (or 0xE5835D) is unknown color: approx Copper. HEX triplet: E5, 83 and 5D. RGB value is (229,131,93). Sum of RGB (Red+Green+Blue) = 229+131+93=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5835D is #1A7CA2. Grayscale: #9C9C9C. Windows color (decimal): -1735843 or 6128613. OLE color: 6128613.

HSL color Cylindrical-coordinate representation of color #E5835D: hue angle of 16.76º 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 #E5835D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22913193-
CMYK00.430.590.10
HSL16.76º72.34%63.14%-
HSV(B)16.76º59.39%89.8%-
XYZ42.4133.6814.62-
YUV155.9792.47180.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.55%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=50.55%
G=28.92%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291319300.430.590.1016.7672.3463.14
HexE5835D02B3BA11483f
Octal34520313505373122111077
Binary1110010110000011101110101010111110111010100011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5835D; }

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

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

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

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

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

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

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

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