#E49769

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

Shades of Copper #E49769

Tints of Copper #E49769

Color information

#E49769 (or 0xE49769) is unknown color: approx Copper. HEX triplet: E4, 97 and 69. RGB value is (228,151,105). Sum of RGB (Red+Green+Blue) = 228+151+105=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E49769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49769 is #1B6896. Grayscale: #A9A9A9. Windows color (decimal): -1796247 or 6920164. OLE color: 6920164.

HSL color Cylindrical-coordinate representation of color #E49769: hue angle of 22.44º 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 #E49769 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228151105-
CMYK00.340.540.11
HSL22.44º69.49%65.29%-
HSV(B)22.44º53.95%89.41%-
XYZ45.6139.6518.61-
YUV168.7892.01170.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.11%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=47.11%
G=31.20%
B=21.69%

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
Decimal22815110500.340.540.1122.4469.4965.29
HexE4976902236B164541
Octal344227151042661326105101
Binary11100100100101111101001010001011011010111011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49769; }

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

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

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

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

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

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

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

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