#e08a63

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

Shades of Copper #E08A63

Tints of Copper #E08A63

Color information

#E08A63 (or 0xE08A63) is unknown color: approx Copper. HEX triplet: E0, 8A and 63. RGB value is (224,138,99). Sum of RGB (Red+Green+Blue) = 224+138+99=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A63 is #1F759C. Grayscale: #9F9F9F. Windows color (decimal): -2061725 or 6523616. OLE color: 6523616.

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

Color convert

RGB22413899-
CMYK00.380.560.12
HSL18.72º66.84%63.33%-
HSV(B)18.72º55.8%87.84%-
XYZ42.0834.9316.33-
YUV159.2793.99174.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=48.59%
G=29.93%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241389900.380.560.1218.7266.8463.33
HexE08A6302638C13433f
Octal34021214304670142310377
Binary1110000010001010110001101001101110001100100111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08a63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08a63; }

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

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

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

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

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

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

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

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