#E7835F

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

Shades of Copper #E7835F

Tints of Copper #E7835F

Color information

#E7835F (or 0xE7835F) is unknown color: approx Copper. HEX triplet: E7, 83 and 5F. RGB value is (231,131,95). Sum of RGB (Red+Green+Blue) = 231+131+95=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7835F is #187CA0. Grayscale: #9D9D9D. Windows color (decimal): -1604769 or 6259687. OLE color: 6259687.

HSL color Cylindrical-coordinate representation of color #E7835F: hue angle of 15.88º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7835F is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23113195-
CMYK00.430.590.09
HSL15.88º73.91%63.92%-
HSV(B)15.88º58.87%90.59%-
XYZ43.1434.0515.12-
YUV156.893.13180.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=50.55%
G=28.67%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311319500.430.590.0915.8873.9163.92
HexE7835F02B3B9104a40
Octal347203137053731120112100
Binary11100111100000111011111010101111101110011000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7835F; }

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

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

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

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

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

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

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

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