#E0906A

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

Shades of Copper #E0906A

Tints of Copper #E0906A

Color information

#E0906A (or 0xE0906A) is unknown color: approx Copper. HEX triplet: E0, 90 and 6A. RGB value is (224,144,106). Sum of RGB (Red+Green+Blue) = 224+144+106=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0906A is #1F6F95. Grayscale: #A3A3A3. Windows color (decimal): -2060182 or 6983904. OLE color: 6983904.

HSL color Cylindrical-coordinate representation of color #E0906A: hue angle of 19.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0906A is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224144106-
CMYK00.360.530.12
HSL19.32º65.56%64.71%-
HSV(B)19.32º52.68%87.84%-
XYZ43.3236.8318.46-
YUV163.5995.5171.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=47.26%
G=30.38%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414410600.360.530.1219.3265.5664.71
HexE0906A02435C134241
Octal340220152044651423102101
Binary11100000100100001101010010010011010111001001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0906A; }

 p { color: rgb(224,144,106); }

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

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

 a { background-color: rgb(224,144,106); }

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

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

 span { border-color: rgb(224,144,106); }

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