#E08863

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

Shades of Copper #E08863

Tints of Copper #E08863

Color information

#E08863 (or 0xE08863) is unknown color: approx Copper. HEX triplet: E0, 88 and 63. RGB value is (224,136,99). Sum of RGB (Red+Green+Blue) = 224+136+99=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08863 is #1F779C. Grayscale: #9E9E9E. Windows color (decimal): -2062237 or 6523104. OLE color: 6523104.

HSL color Cylindrical-coordinate representation of color #E08863: hue angle of 17.76º 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 #E08863 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22413699-
CMYK00.390.560.12
HSL17.76º66.84%63.33%-
HSV(B)17.76º55.8%87.84%-
XYZ41.834.3616.23-
YUV158.0994.65175.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.80%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=48.80%
G=29.63%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241369900.390.560.1217.7666.8463.33
HexE0886302738C12433f
Octal34021014304770142210377
Binary1110000010001000110001101001111110001100100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08863; }

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

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

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

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

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

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

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

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