#e09470

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

Shades of Copper #E09470

Tints of Copper #E09470

Color information

#E09470 (or 0xE09470) is unknown color: approx Copper. HEX triplet: E0, 94 and 70. RGB value is (224,148,112). Sum of RGB (Red+Green+Blue) = 224+148+112=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E09470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09470 is #1F6B8F. Grayscale: #A6A6A6. Windows color (decimal): -2059152 or 7378144. OLE color: 7378144.

HSL color Cylindrical-coordinate representation of color #E09470: hue angle of 19.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09470 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224148112-
CMYK00.340.500.12
HSL19.29º64.37%65.88%-
HSV(B)19.29º50%87.84%-
XYZ44.2638.220.37-
YUV166.6297.18168.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=46.28%
G=30.58%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414811200.340.500.1219.2964.3765.88
HexE0947002232C134042
Octal340224160042621423100102
Binary11100000100101001110000010001011001011001001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e09470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e09470; }

 p { color: rgb(224,148,112); }

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

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

 a { background-color: rgb(224,148,112); }

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

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

 span { border-color: rgb(224,148,112); }

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