#E98467

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

Shades of Copper #E98467

Tints of Copper #E98467

Color information

#E98467 (or 0xE98467) is unknown color: approx Copper. HEX triplet: E9, 84 and 67. RGB value is (233,132,103). Sum of RGB (Red+Green+Blue) = 233+132+103=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E98467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98467 is #167B98. Grayscale: #9F9F9F. Windows color (decimal): -1473433 or 6784233. OLE color: 6784233.

HSL color Cylindrical-coordinate representation of color #E98467: hue angle of 13.38º degrees, saturation: 0.75, 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 #E98467 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB233132103-
CMYK00.430.560.09
HSL13.38º74.71%65.88%-
HSV(B)13.38º55.79%91.37%-
XYZ44.334.8117.22-
YUV158.8996.46180.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=49.79%
G=28.21%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313210300.430.560.0913.3874.7165.88
HexE9846702B389d4b42
Octal351204147053701115113102
Binary1110100110000100110011101010111110001001110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98467; }

 p { color: rgb(233,132,103); }

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

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

 a { background-color: rgb(233,132,103); }

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

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

 span { border-color: rgb(233,132,103); }

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