#e08664

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

Shades of Copper #E08664

Tints of Copper #E08664

Color information

#E08664 (or 0xE08664) is unknown color: approx Copper. HEX triplet: E0, 86 and 64. RGB value is (224,134,100). Sum of RGB (Red+Green+Blue) = 224+134+100=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08664 is #1F799B. Grayscale: #9D9D9D. Windows color (decimal): -2062748 or 6588128. OLE color: 6588128.

HSL color Cylindrical-coordinate representation of color #E08664: hue angle of 16.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08664 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB224134100-
CMYK00.400.550.12
HSL16.45º66.67%63.53%-
HSV(B)16.45º55.36%87.84%-
XYZ41.5733.8216.39-
YUV157.0395.82175.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=48.91%
G=29.26%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413410000.400.550.1216.4566.6763.53
HexE0866402837C104340
Octal340206144050671420103100
Binary11100000100001101100100010100011011111001000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08664; }

 p { color: rgb(224,134,100); }

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

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

 a { background-color: rgb(224,134,100); }

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

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

 span { border-color: rgb(224,134,100); }

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