#E5825F

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

Shades of Copper #E5825F

Tints of Copper #E5825F

Color information

#E5825F (or 0xE5825F) is unknown color: approx Copper. HEX triplet: E5, 82 and 5F. RGB value is (229,130,95). Sum of RGB (Red+Green+Blue) = 229+130+95=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5825F is #1A7DA0. Grayscale: #9B9B9B. Windows color (decimal): -1736097 or 6259429. OLE color: 6259429.

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

Color convert

RGB22913095-
CMYK00.430.590.10
HSL15.67º72.04%63.53%-
HSV(B)15.67º58.52%89.8%-
XYZ42.3633.4515.05-
YUV155.6193.8180.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 95 (37.5% from 255) = 20.93%
R=50.44%
G=28.63%
B=20.93%

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
Decimal2291309500.430.590.1015.6772.0463.53
HexE5825F02B3BA104840
Octal345202137053731220110100
Binary11100101100000101011111010101111101110101000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5825F; }

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

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

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

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

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

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

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

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