#E18961

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

Shades of Copper #E18961

Tints of Copper #E18961

Color information

#E18961 (or 0xE18961) is unknown color: approx Copper. HEX triplet: E1, 89 and 61. RGB value is (225,137,97). Sum of RGB (Red+Green+Blue) = 225+137+97=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18961 is #1E769E. Grayscale: #9E9E9E. Windows color (decimal): -1996447 or 6392289. OLE color: 6392289.

HSL color Cylindrical-coordinate representation of color #E18961: hue angle of 18.75º degrees, saturation: 0.68, 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 #E18961 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22513797-
CMYK00.390.570.12
HSL18.75º68.09%63.14%-
HSV(B)18.75º56.89%88.24%-
XYZ42.1534.7615.8-
YUV158.7593.15175.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=49.02%
G=29.85%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251379700.390.570.1218.7568.0963.14
HexE1896102739C13443f
Octal34121114104771142310477
Binary1110000110001001110000101001111110011100100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18961; }

 p { color: rgb(225,137,97); }

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

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

 a { background-color: rgb(225,137,97); }

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

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

 span { border-color: rgb(225,137,97); }

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