#E29269

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

Shades of Copper #E29269

Tints of Copper #E29269

Color information

#E29269 (or 0xE29269) is unknown color: approx Copper. HEX triplet: E2, 92 and 69. RGB value is (226,146,105). Sum of RGB (Red+Green+Blue) = 226+146+105=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E29269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29269 is #1D6D96. Grayscale: #A5A5A5. Windows color (decimal): -1928599 or 6918882. OLE color: 6918882.

HSL color Cylindrical-coordinate representation of color #E29269: hue angle of 20.33º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E29269 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB226146105-
CMYK00.350.540.11
HSL20.33º67.6%64.9%-
HSV(B)20.33º53.54%88.63%-
XYZ44.1937.7518.32-
YUV165.2594171.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.38%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=47.38%
G=30.61%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614610500.350.540.1120.3367.664.9
HexE2926902336B144441
Octal342222151043661324104101
Binary11100010100100101101001010001111011010111010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29269; }

 p { color: rgb(226,146,105); }

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

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

 a { background-color: rgb(226,146,105); }

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

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

 span { border-color: rgb(226,146,105); }

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