#E49469

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

Shades of Copper #E49469

Tints of Copper #E49469

Color information

#E49469 (or 0xE49469) is unknown color: approx Copper. HEX triplet: E4, 94 and 69. RGB value is (228,148,105). Sum of RGB (Red+Green+Blue) = 228+148+105=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E49469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49469 is #1B6B96. Grayscale: #A7A7A7. Windows color (decimal): -1797015 or 6919396. OLE color: 6919396.

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

Color convert

RGB228148105-
CMYK00.350.540.11
HSL20.98º69.49%65.29%-
HSV(B)20.98º53.95%89.41%-
XYZ45.1338.6918.45-
YUV167.0293171.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.40%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=47.40%
G=30.77%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814810500.350.540.1120.9869.4965.29
HexE4946902336B154541
Octal344224151043661325105101
Binary11100100100101001101001010001111011010111010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49469; }

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

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

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

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

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

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

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

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