#E3825D

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

Shades of Copper #E3825D

Tints of Copper #E3825D

Color information

#E3825D (or 0xE3825D) is unknown color: approx Copper. HEX triplet: E3, 82 and 5D. RGB value is (227,130,93). Sum of RGB (Red+Green+Blue) = 227+130+93=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3825D is #1C7DA2. Grayscale: #9B9B9B. Windows color (decimal): -1867171 or 6128355. OLE color: 6128355.

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

Color convert

RGB22713093-
CMYK00.430.590.11
HSL16.57º70.53%62.75%-
HSV(B)16.57º59.03%89.02%-
XYZ41.6433.0914.55-
YUV154.7893.14179.51-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.44%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=50.44%
G=28.89%
B=20.67%

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
Decimal2271309300.430.590.1116.5770.5362.75
HexE3825D02B3BB11473f
Octal34320213505373132110777
Binary1110001110000010101110101010111110111011100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3825D; }

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

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

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

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

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

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

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

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