#E49869

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

Shades of Copper #E49869

Tints of Copper #E49869

Color information

#E49869 (or 0xE49869) is unknown color: approx Copper. HEX triplet: E4, 98 and 69. RGB value is (228,152,105). Sum of RGB (Red+Green+Blue) = 228+152+105=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E49869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49869 is #1B6796. Grayscale: #A9A9A9. Windows color (decimal): -1795991 or 6920420. OLE color: 6920420.

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

Color convert

RGB228152105-
CMYK00.330.540.11
HSL22.93º69.49%65.29%-
HSV(B)22.93º53.95%89.41%-
XYZ45.7739.9718.67-
YUV169.3791.68169.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.01%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=47.01%
G=31.34%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815210500.330.540.1122.9369.4965.29
HexE4986902136B174541
Octal344230151041661327105101
Binary11100100100110001101001010000111011010111011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49869; }

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

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

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

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

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

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

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

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