#E09269

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

Shades of Copper #E09269

Tints of Copper #E09269

Color information

#E09269 (or 0xE09269) is unknown color: approx Copper. HEX triplet: E0, 92 and 69. RGB value is (224,146,105). Sum of RGB (Red+Green+Blue) = 224+146+105=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E09269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09269 is #1F6D96. Grayscale: #A4A4A4. Windows color (decimal): -2059671 or 6918880. OLE color: 6918880.

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

Color convert

RGB224146105-
CMYK00.350.530.12
HSL20.67º65.75%64.51%-
HSV(B)20.67º53.12%87.84%-
XYZ43.5737.4218.29-
YUV164.6594.34170.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=47.16%
G=30.74%
B=22.11%

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
Decimal22414610500.350.530.1220.6765.7564.51
HexE0926902335C154241
Octal340222151043651425102101
Binary11100000100100101101001010001111010111001010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09269; }

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

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

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

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

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

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

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

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