#E08469

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

Shades of Copper #E08469

Tints of Copper #E08469

Color information

#E08469 (or 0xE08469) is unknown color: approx Copper. HEX triplet: E0, 84 and 69. RGB value is (224,132,105). Sum of RGB (Red+Green+Blue) = 224+132+105=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08469 is #1F7B96. Grayscale: #9C9C9C. Windows color (decimal): -2063255 or 6915296. OLE color: 6915296.

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

Color convert

RGB224132105-
CMYK00.410.530.12
HSL13.61º65.75%64.51%-
HSV(B)13.61º53.12%87.84%-
XYZ41.5433.3717.62-
YUV156.4398.98176.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=48.59%
G=28.63%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413210500.410.530.1213.6165.7564.51
HexE0846902935Ce4241
Octal340204151051651416102101
Binary1110000010000100110100101010011101011100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08469; }

 p { color: rgb(224,132,105); }

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

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

 a { background-color: rgb(224,132,105); }

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

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

 span { border-color: rgb(224,132,105); }

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