#E3825C

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

Shades of Copper #E3825C

Tints of Copper #E3825C

Color information

#E3825C (or 0xE3825C) is unknown color: approx Copper. HEX triplet: E3, 82 and 5C. RGB value is (227,130,92). Sum of RGB (Red+Green+Blue) = 227+130+92=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E3825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3825C is #1C7DA3. Grayscale: #9A9A9A. Windows color (decimal): -1867172 or 6062819. OLE color: 6062819.

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

Color convert

RGB22713092-
CMYK00.430.590.11
HSL16.89º70.68%62.55%-
HSV(B)16.89º59.47%89.02%-
XYZ41.5933.0714.32-
YUV154.6792.64179.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.56%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=50.56%
G=28.95%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271309200.430.590.1116.8970.6862.55
HexE3825C02B3BB11473f
Octal34320213405373132110777
Binary1110001110000010101110001010111110111011100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3825C; }

 p { color: rgb(227,130,92); }

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

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

 a { background-color: rgb(227,130,92); }

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

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

 span { border-color: rgb(227,130,92); }

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