#E0895A

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

Shades of Copper #E0895A

Tints of Copper #E0895A

Color information

#E0895A (or 0xE0895A) is unknown color: approx Copper. HEX triplet: E0, 89 and 5A. RGB value is (224,137,90). Sum of RGB (Red+Green+Blue) = 224+137+90=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0895A is #1F76A5. Grayscale: #9D9D9D. Windows color (decimal): -2061990 or 5933536. OLE color: 5933536.

HSL color Cylindrical-coordinate representation of color #E0895A: hue angle of 21.04º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0895A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22413790-
CMYK00.390.600.12
HSL21.04º68.37%61.57%-
HSV(B)21.04º59.82%87.84%-
XYZ41.5334.4814.14-
YUV157.6589.82175.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=49.67%
G=30.38%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241379000.390.600.1221.0468.3761.57
HexE0895A0273CC15443e
Octal34021113204774142510476
Binary1110000010001001101101001001111111001100101011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0895A; }

 p { color: rgb(224,137,90); }

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

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

 a { background-color: rgb(224,137,90); }

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

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

 span { border-color: rgb(224,137,90); }

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