#E19269

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

Shades of Copper #E19269

Tints of Copper #E19269

Color information

#E19269 (or 0xE19269) is unknown color: approx Copper. HEX triplet: E1, 92 and 69. RGB value is (225,146,105). Sum of RGB (Red+Green+Blue) = 225+146+105=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E19269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19269 is #1E6D96. Grayscale: #A5A5A5. Windows color (decimal): -1994135 or 6918881. OLE color: 6918881.

HSL color Cylindrical-coordinate representation of color #E19269: hue angle of 20.5º degrees, saturation: 0.67, 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 #E19269 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225146105-
CMYK00.350.530.12
HSL20.5º66.67%64.71%-
HSV(B)20.5º53.33%88.24%-
XYZ43.8837.5918.31-
YUV164.9594.17170.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=47.27%
G=30.67%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514610500.350.530.1220.566.6764.71
HexE1926902335C154341
Octal341222151043651425103101
Binary11100001100100101101001010001111010111001010110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19269; }

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

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

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

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

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

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

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

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