#e18768

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

Shades of Copper #E18768

Tints of Copper #E18768

Color information

#E18768 (or 0xE18768) is unknown color: approx Copper. HEX triplet: E1, 87 and 68. RGB value is (225,135,104). Sum of RGB (Red+Green+Blue) = 225+135+104=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E18768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18768 is #1E7897. Grayscale: #9E9E9E. Windows color (decimal): -1996952 or 6850529. OLE color: 6850529.

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

Color convert

RGB225135104-
CMYK00.40.540.12
HSL15.37º66.85%64.51%-
HSV(B)15.37º53.78%88.24%-
XYZ42.2134.3317.5-
YUV158.3897.32175.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=48.49%
G=29.09%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513510400.40.540.1215.3766.8564.51
HexE1876802836Cf4341
Octal341207150050661417103101
Binary1110000110000111110100001010001101101100111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18768; }

 p { color: rgb(225,135,104); }

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

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

 a { background-color: rgb(225,135,104); }

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

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

 span { border-color: rgb(225,135,104); }

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