#E88C5F

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

Shades of Copper #E88C5F

Tints of Copper #E88C5F

Color information

#E88C5F (or 0xE88C5F) is unknown color: approx Copper. HEX triplet: E8, 8C and 5F. RGB value is (232,140,95). Sum of RGB (Red+Green+Blue) = 232+140+95=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C5F is #1773A0. Grayscale: #A2A2A2. Windows color (decimal): -1536929 or 6261992. OLE color: 6261992.

HSL color Cylindrical-coordinate representation of color #E88C5F: hue angle of 19.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E88C5F is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23214095-
CMYK00.400.590.09
HSL19.71º74.86%64.12%-
HSV(B)19.71º59.05%90.98%-
XYZ44.7236.7415.56-
YUV162.3889.98177.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.68%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=49.68%
G=29.98%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321409500.400.590.0919.7174.8664.12
HexE88C5F0283B9144b40
Octal350214137050731124113100
Binary11101000100011001011111010100011101110011010010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C5F; }

 p { color: rgb(232,140,95); }

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

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

 a { background-color: rgb(232,140,95); }

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

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

 span { border-color: rgb(232,140,95); }

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