#e69066

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

Shades of Copper #E69066

Tints of Copper #E69066

Color information

#E69066 (or 0xE69066) is unknown color: approx Copper. HEX triplet: E6, 90 and 66. RGB value is (230,144,102). Sum of RGB (Red+Green+Blue) = 230+144+102=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E69066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69066 is #196F99. Grayscale: #A5A5A5. Windows color (decimal): -1666970 or 6721766. OLE color: 6721766.

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

Color convert

RGB230144102-
CMYK00.370.560.10
HSL19.69º71.91%65.1%-
HSV(B)19.69º55.65%90.2%-
XYZ4537.7317.48-
YUV164.9392.49174.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=48.32%
G=30.25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014410200.370.560.1019.6971.9165.1
HexE6906602538A144841
Octal346220146045701224110101
Binary11100110100100001100110010010111100010101010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69066; }

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

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

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

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

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

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

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

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