#E08B62

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

Shades of Copper #E08B62

Tints of Copper #E08B62

Color information

#E08B62 (or 0xE08B62) is unknown color: approx Copper. HEX triplet: E0, 8B and 62. RGB value is (224,139,98). Sum of RGB (Red+Green+Blue) = 224+139+98=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B62 is #1F749D. Grayscale: #9F9F9F. Windows color (decimal): -2061470 or 6458336. OLE color: 6458336.

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

Color convert

RGB22413998-
CMYK00.380.560.12
HSL19.52º67.02%63.14%-
HSV(B)19.52º56.25%87.84%-
XYZ42.1835.1916.13-
YUV159.7493.16173.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=48.59%
G=30.15%
B=21.26%

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
Decimal2241399800.380.560.1219.5267.0263.14
HexE08B6202638C14433f
Octal34021314204670142410377
Binary1110000010001011110001001001101110001100101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B62; }

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

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

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

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

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

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

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

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