#E0926B

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

Shades of Copper #E0926B

Tints of Copper #E0926B

Color information

#E0926B (or 0xE0926B) is unknown color: approx Copper. HEX triplet: E0, 92 and 6B. RGB value is (224,146,107). Sum of RGB (Red+Green+Blue) = 224+146+107=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0926B is #1F6D94. Grayscale: #A5A5A5. Windows color (decimal): -2059669 or 7049952. OLE color: 7049952.

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

Color convert

RGB224146107-
CMYK00.350.520.12
HSL20º65.36%64.9%-
HSV(B)20º52.23%87.84%-
XYZ43.6737.4718.84-
YUV164.8895.34170.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=46.96%
G=30.61%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414610700.350.520.122065.3664.9
HexE0926B02334C144141
Octal340222153043641424101101
Binary11100000100100101101011010001111010011001010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0926B; }

 p { color: rgb(224,146,107); }

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

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

 a { background-color: rgb(224,146,107); }

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

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

 span { border-color: rgb(224,146,107); }

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