#E0835F

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

Shades of Copper #E0835F

Tints of Copper #E0835F

Color information

#E0835F (or 0xE0835F) is unknown color: approx Copper. HEX triplet: E0, 83 and 5F. RGB value is (224,131,95). Sum of RGB (Red+Green+Blue) = 224+131+95=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0835F is #1F7CA0. Grayscale: #9A9A9A. Windows color (decimal): -2063521 or 6259680. OLE color: 6259680.

HSL color Cylindrical-coordinate representation of color #E0835F: hue angle of 16.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0835F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22413195-
CMYK00.420.580.12
HSL16.74º67.54%62.55%-
HSV(B)16.74º57.59%87.84%-
XYZ40.9232.9115.02-
YUV154.794.31177.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=49.78%
G=29.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241319500.420.580.1216.7467.5462.55
HexE0835F02A3AC11443f
Octal34020313705272142110477
Binary1110000010000011101111101010101110101100100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0835F; }

 p { color: rgb(224,131,95); }

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

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

 a { background-color: rgb(224,131,95); }

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

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

 span { border-color: rgb(224,131,95); }

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