#E19266

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

Shades of Copper #E19266

Tints of Copper #E19266

Color information

#E19266 (or 0xE19266) is unknown color: approx Copper. HEX triplet: E1, 92 and 66. RGB value is (225,146,102). Sum of RGB (Red+Green+Blue) = 225+146+102=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E19266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19266 is #1E6D99. Grayscale: #A4A4A4. Windows color (decimal): -1994138 or 6722273. OLE color: 6722273.

HSL color Cylindrical-coordinate representation of color #E19266: hue angle of 21.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E19266 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225146102-
CMYK00.350.550.12
HSL21.46º67.21%64.12%-
HSV(B)21.46º54.67%88.24%-
XYZ43.7337.5217.51-
YUV164.692.67171.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=47.57%
G=30.87%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514610200.350.550.1221.4667.2164.12
HexE1926602337C154340
Octal341222146043671425103100
Binary11100001100100101100110010001111011111001010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19266; }

 p { color: rgb(225,146,102); }

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

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

 a { background-color: rgb(225,146,102); }

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

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

 span { border-color: rgb(225,146,102); }

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