#E29066

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

Shades of Copper #E29066

Tints of Copper #E29066

Color information

#E29066 (or 0xE29066) is unknown color: approx Copper. HEX triplet: E2, 90 and 66. RGB value is (226,144,102). Sum of RGB (Red+Green+Blue) = 226+144+102=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E29066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29066 is #1D6F99. Grayscale: #A3A3A3. Windows color (decimal): -1929114 or 6721762. OLE color: 6721762.

HSL color Cylindrical-coordinate representation of color #E29066: hue angle of 20.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E29066 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226144102-
CMYK00.360.550.11
HSL20.32º68.13%64.31%-
HSV(B)20.32º54.87%88.63%-
XYZ43.7437.0717.42-
YUV163.7393.17172.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.88%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=47.88%
G=30.51%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614410200.360.550.1120.3268.1364.31
HexE2906602437B144440
Octal342220146044671324104100
Binary11100010100100001100110010010011011110111010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29066; }

 p { color: rgb(226,144,102); }

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

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

 a { background-color: rgb(226,144,102); }

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

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

 span { border-color: rgb(226,144,102); }

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