#E08761

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

Shades of Copper #E08761

Tints of Copper #E08761

Color information

#E08761 (or 0xE08761) is unknown color: approx Copper. HEX triplet: E0, 87 and 61. RGB value is (224,135,97). Sum of RGB (Red+Green+Blue) = 224+135+97=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E08761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08761 is #1F789E. Grayscale: #9D9D9D. Windows color (decimal): -2062495 or 6391776. OLE color: 6391776.

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

Color convert

RGB22413597-
CMYK00.400.570.12
HSL17.95º67.2%62.94%-
HSV(B)17.95º56.7%87.84%-
XYZ41.5634.0415.69-
YUV157.2893.99175.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=49.12%
G=29.61%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241359700.400.570.1217.9567.262.94
HexE0876102839C12433f
Octal34020714105071142210377
Binary1110000010000111110000101010001110011100100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08761; }

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

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

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

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

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

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

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

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