#E48B5F

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

Shades of Copper #E48B5F

Tints of Copper #E48B5F

Color information

#E48B5F (or 0xE48B5F) is unknown color: approx Copper. HEX triplet: E4, 8B and 5F. RGB value is (228,139,95). Sum of RGB (Red+Green+Blue) = 228+139+95=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B5F is #1B74A0. Grayscale: #A0A0A0. Windows color (decimal): -1799329 or 6261732. OLE color: 6261732.

HSL color Cylindrical-coordinate representation of color #E48B5F: hue angle of 19.85º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E48B5F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22813995-
CMYK00.390.580.11
HSL19.85º71.12%63.33%-
HSV(B)19.85º58.33%89.41%-
XYZ43.2935.7915.45-
YUV160.690.99176.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 95 (37.5% from 255) = 20.56%
R=49.35%
G=30.09%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281399500.390.580.1119.8571.1263.33
HexE48B5F0273AB14473f
Octal34421313704772132410777
Binary1110010010001011101111101001111110101011101001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48B5F; }

 p { color: rgb(228,139,95); }

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

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

 a { background-color: rgb(228,139,95); }

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

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

 span { border-color: rgb(228,139,95); }

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