#E08568

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

Shades of Copper #E08568

Tints of Copper #E08568

Color information

#E08568 (or 0xE08568) is unknown color: approx Copper. HEX triplet: E0, 85 and 68. RGB value is (224,133,104). Sum of RGB (Red+Green+Blue) = 224+133+104=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08568 is #1F7A97. Grayscale: #9D9D9D. Windows color (decimal): -2063000 or 6850016. OLE color: 6850016.

HSL color Cylindrical-coordinate representation of color #E08568: hue angle of 14.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 #E08568 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224133104-
CMYK00.410.540.12
HSL14.5º65.93%64.31%-
HSV(B)14.5º53.57%87.84%-
XYZ41.6333.6217.39-
YUV156.998.15175.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=48.59%
G=28.85%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413310400.410.540.1214.565.9364.31
HexE0856802936Cf4240
Octal340205150051661417102100
Binary1110000010000101110100001010011101101100111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08568; }

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

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

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

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

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

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

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

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