#E88A67

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

Shades of Copper #E88A67

Tints of Copper #E88A67

Color information

#E88A67 (or 0xE88A67) is unknown color: approx Copper. HEX triplet: E8, 8A and 67. RGB value is (232,138,103). Sum of RGB (Red+Green+Blue) = 232+138+103=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A67 is #177598. Grayscale: #A2A2A2. Windows color (decimal): -1537433 or 6785768. OLE color: 6785768.

HSL color Cylindrical-coordinate representation of color #E88A67: hue angle of 16.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E88A67 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB232138103-
CMYK00.410.560.09
HSL16.28º73.71%65.69%-
HSV(B)16.28º55.6%90.98%-
XYZ44.8236.3117.48-
YUV162.1294.64177.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=49.05%
G=29.18%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213810300.410.560.0916.2873.7165.69
HexE88A67029389104a42
Octal350212147051701120112102
Binary11101000100010101100111010100111100010011000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88A67; }

 p { color: rgb(232,138,103); }

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

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

 a { background-color: rgb(232,138,103); }

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

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

 span { border-color: rgb(232,138,103); }

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