#E08C62

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

Shades of Copper #E08C62

Tints of Copper #E08C62

Color information

#E08C62 (or 0xE08C62) is unknown color: approx Copper. HEX triplet: E0, 8C and 62. RGB value is (224,140,98). Sum of RGB (Red+Green+Blue) = 224+140+98=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C62 is #1F739D. Grayscale: #A0A0A0. Windows color (decimal): -2061214 or 6458592. OLE color: 6458592.

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

Color convert

RGB22414098-
CMYK00.380.560.12
HSL20º67.02%63.14%-
HSV(B)20º56.25%87.84%-
XYZ42.3235.4916.17-
YUV160.3392.83173.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=48.48%
G=30.30%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241409800.380.560.122067.0263.14
HexE08C6202638C14433f
Octal34021414204670142410377
Binary1110000010001100110001001001101110001100101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C62; }

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

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

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

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

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

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

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

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