#E49669

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

Shades of Copper #E49669

Tints of Copper #E49669

Color information

#E49669 (or 0xE49669) is unknown color: approx Copper. HEX triplet: E4, 96 and 69. RGB value is (228,150,105). Sum of RGB (Red+Green+Blue) = 228+150+105=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E49669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49669 is #1B6996. Grayscale: #A8A8A8. Windows color (decimal): -1796503 or 6919908. OLE color: 6919908.

HSL color Cylindrical-coordinate representation of color #E49669: hue angle of 21.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E49669 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228150105-
CMYK00.340.540.11
HSL21.95º69.49%65.29%-
HSV(B)21.95º53.95%89.41%-
XYZ45.4539.3318.56-
YUV168.1992.34170.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=47.20%
G=31.06%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815010500.340.540.1121.9569.4965.29
HexE4966902236B164541
Octal344226151042661326105101
Binary11100100100101101101001010001011011010111011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49669; }

 p { color: rgb(228,150,105); }

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

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

 a { background-color: rgb(228,150,105); }

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

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

 span { border-color: rgb(228,150,105); }

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