#E08565

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

Shades of Copper #E08565

Tints of Copper #E08565

Color information

#E08565 (or 0xE08565) is unknown color: approx Copper. HEX triplet: E0, 85 and 65. RGB value is (224,133,101). Sum of RGB (Red+Green+Blue) = 224+133+101=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08565 is #1F7A9A. Grayscale: #9C9C9C. Windows color (decimal): -2063003 or 6653408. OLE color: 6653408.

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

Color convert

RGB224133101-
CMYK00.410.550.12
HSL15.61º66.49%63.73%-
HSV(B)15.61º54.91%87.84%-
XYZ41.4833.5616.6-
YUV156.5696.65176.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=48.91%
G=29.04%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413310100.410.550.1215.6166.4963.73
HexE0856502937C104240
Octal340205145051671420102100
Binary11100000100001011100101010100111011111001000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08565; }

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

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

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

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

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

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

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

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