#E08C6E

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

Shades of Copper #E08C6E

Tints of Copper #E08C6E

Color information

#E08C6E (or 0xE08C6E) is unknown color: approx Copper. HEX triplet: E0, 8C and 6E. RGB value is (224,140,110). Sum of RGB (Red+Green+Blue) = 224+140+110=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C6E is #1F7391. Grayscale: #A1A1A1. Windows color (decimal): -2061202 or 7245024. OLE color: 7245024.

HSL color Cylindrical-coordinate representation of color #E08C6E: hue angle of 15.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E08C6E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224140110-
CMYK00.380.510.12
HSL15.79º64.77%65.49%-
HSV(B)15.79º50.89%87.84%-
XYZ42.9335.7319.39-
YUV161.798.83172.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=47.26%
G=29.54%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414011000.380.510.1215.7964.7765.49
HexE08C6E02633C104141
Octal340214156046631420101101
Binary11100000100011001101110010011011001111001000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C6E; }

 p { color: rgb(224,140,110); }

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

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

 a { background-color: rgb(224,140,110); }

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

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

 span { border-color: rgb(224,140,110); }

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