#E08D63

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

Shades of Copper #E08D63

Tints of Copper #E08D63

Color information

#E08D63 (or 0xE08D63) is unknown color: approx Copper. HEX triplet: E0, 8D and 63. RGB value is (224,141,99). Sum of RGB (Red+Green+Blue) = 224+141+99=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D63 is #1F729C. Grayscale: #A1A1A1. Windows color (decimal): -2060957 or 6524384. OLE color: 6524384.

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

Color convert

RGB22414199-
CMYK00.370.560.12
HSL20.16º66.84%63.33%-
HSV(B)20.16º55.8%87.84%-
XYZ42.5235.816.47-
YUV161.0393172.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.28%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=48.28%
G=30.39%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241419900.370.560.1220.1666.8463.33
HexE08D6302538C14433f
Octal34021514304570142410377
Binary1110000010001101110001101001011110001100101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D63; }

 p { color: rgb(224,141,99); }

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

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

 a { background-color: rgb(224,141,99); }

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

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

 span { border-color: rgb(224,141,99); }

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