#E08768

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

Shades of Copper #E08768

Tints of Copper #E08768

Color information

#E08768 (or 0xE08768) is unknown color: approx Copper. HEX triplet: E0, 87 and 68. RGB value is (224,135,104). Sum of RGB (Red+Green+Blue) = 224+135+104=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E08768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08768 is #1F7897. Grayscale: #9E9E9E. Windows color (decimal): -2062488 or 6850528. OLE color: 6850528.

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

Color convert

RGB224135104-
CMYK00.400.540.12
HSL15.5º65.93%64.31%-
HSV(B)15.5º53.57%87.84%-
XYZ41.934.1717.48-
YUV158.0897.49175.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=48.38%
G=29.16%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413510400.400.540.1215.565.9364.31
HexE0876802836C104240
Octal340207150050661420102100
Binary11100000100001111101000010100011011011001000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08768; }

 p { color: rgb(224,135,104); }

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

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

 a { background-color: rgb(224,135,104); }

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

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

 span { border-color: rgb(224,135,104); }

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