#E08A66

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

Shades of Copper #E08A66

Tints of Copper #E08A66

Color information

#E08A66 (or 0xE08A66) is unknown color: approx Copper. HEX triplet: E0, 8A and 66. RGB value is (224,138,102). Sum of RGB (Red+Green+Blue) = 224+138+102=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A66 is #1F7599. Grayscale: #9F9F9F. Windows color (decimal): -2061722 or 6720224. OLE color: 6720224.

HSL color Cylindrical-coordinate representation of color #E08A66: hue angle of 17.7º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08A66 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224138102-
CMYK00.380.540.12
HSL17.7º66.3%63.92%-
HSV(B)17.7º54.46%87.84%-
XYZ42.2334.9817.1-
YUV159.6195.49173.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.28%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=48.28%
G=29.74%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413810200.380.540.1217.766.363.92
HexE08A6602636C124240
Octal340212146046661422102100
Binary11100000100010101100110010011011011011001001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A66; }

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

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

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

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

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

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

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

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