#E18D5F

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

Shades of Copper #E18D5F

Tints of Copper #E18D5F

Color information

#E18D5F (or 0xE18D5F) is unknown color: approx Copper. HEX triplet: E1, 8D and 5F. RGB value is (225,141,95). Sum of RGB (Red+Green+Blue) = 225+141+95=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D5F is #1E72A0. Grayscale: #A1A1A1. Windows color (decimal): -1995425 or 6262241. OLE color: 6262241.

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

Color convert

RGB22514195-
CMYK00.370.580.12
HSL21.23º68.42%62.75%-
HSV(B)21.23º57.78%88.24%-
XYZ42.6435.8815.51-
YUV160.8790.83173.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=48.81%
G=30.59%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251419500.370.580.1221.2368.4262.75
HexE18D5F0253AC15443f
Octal34121513704572142510477
Binary1110000110001101101111101001011110101100101011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D5F; }

 p { color: rgb(225,141,95); }

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

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

 a { background-color: rgb(225,141,95); }

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

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

 span { border-color: rgb(225,141,95); }

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