#E69063

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

Shades of Copper #E69063

Tints of Copper #E69063

Color information

#E69063 (or 0xE69063) is unknown color: approx Copper. HEX triplet: E6, 90 and 63. RGB value is (230,144,99). Sum of RGB (Red+Green+Blue) = 230+144+99=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E69063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69063 is #196F9C. Grayscale: #A4A4A4. Windows color (decimal): -1666973 or 6525158. OLE color: 6525158.

HSL color Cylindrical-coordinate representation of color #E69063: hue angle of 20.61º 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 #E69063 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23014499-
CMYK00.370.570.10
HSL20.61º72.38%64.51%-
HSV(B)20.61º56.96%90.2%-
XYZ44.8637.6716.71-
YUV164.5890.99174.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.63%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=48.63%
G=30.44%
B=20.93%

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
Decimal2301449900.370.570.1020.6172.3864.51
HexE6906302539A154841
Octal346220143045711225110101
Binary11100110100100001100011010010111100110101010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69063; }

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

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

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

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

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

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

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

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