#E99069

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

Shades of Copper #E99069

Tints of Copper #E99069

Color information

#E99069 (or 0xE99069) is unknown color: approx Copper. HEX triplet: E9, 90 and 69. RGB value is (233,144,105). Sum of RGB (Red+Green+Blue) = 233+144+105=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E99069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99069 is #166F96. Grayscale: #A6A6A6. Windows color (decimal): -1470359 or 6918377. OLE color: 6918377.

HSL color Cylindrical-coordinate representation of color #E99069: hue angle of 18.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E99069 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233144105-
CMYK00.380.550.09
HSL18.28º74.42%66.27%-
HSV(B)18.28º54.94%91.37%-
XYZ46.1338.2918.32-
YUV166.1693.49175.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=48.34%
G=29.88%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314410500.380.550.0918.2874.4266.27
HexE99069026379124a42
Octal351220151046671122112102
Binary11101001100100001101001010011011011110011001010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99069; }

 p { color: rgb(233,144,105); }

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

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

 a { background-color: rgb(233,144,105); }

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

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

 span { border-color: rgb(233,144,105); }

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