#E69064

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

Shades of Copper #E69064

Tints of Copper #E69064

Color information

#E69064 (or 0xE69064) is unknown color: approx Copper. HEX triplet: E6, 90 and 64. RGB value is (230,144,100). Sum of RGB (Red+Green+Blue) = 230+144+100=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E69064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69064 is #196F9B. Grayscale: #A4A4A4. Windows color (decimal): -1666972 or 6590694. OLE color: 6590694.

HSL color Cylindrical-coordinate representation of color #E69064: hue angle of 20.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E69064 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB230144100-
CMYK00.370.570.10
HSL20.31º72.22%64.71%-
HSV(B)20.31º56.52%90.2%-
XYZ44.9137.6916.96-
YUV164.791.49174.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=48.52%
G=30.38%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014410000.370.570.1020.3172.2264.71
HexE6906402539A144841
Octal346220144045711224110101
Binary11100110100100001100100010010111100110101010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69064; }

 p { color: rgb(230,144,100); }

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

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

 a { background-color: rgb(230,144,100); }

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

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

 span { border-color: rgb(230,144,100); }

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