#E9915F

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

Shades of Copper #E9915F

Tints of Copper #E9915F

Color information

#E9915F (or 0xE9915F) is unknown color: approx Copper. HEX triplet: E9, 91 and 5F. RGB value is (233,145,95). Sum of RGB (Red+Green+Blue) = 233+145+95=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9915F is #166EA0. Grayscale: #A5A5A5. Windows color (decimal): -1470113 or 6263273. OLE color: 6263273.

HSL color Cylindrical-coordinate representation of color #E9915F: hue angle of 21.74º degrees, saturation: 0.76, 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 #E9915F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23314595-
CMYK00.380.590.09
HSL21.74º75.82%64.31%-
HSV(B)21.74º59.23%91.37%-
XYZ45.838.415.82-
YUV165.6188.15176.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=49.26%
G=30.66%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331459500.380.590.0921.7475.8264.31
HexE9915F0263B9164c40
Octal351221137046731126114100
Binary11101001100100011011111010011011101110011011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9915F; }

 p { color: rgb(233,145,95); }

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

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

 a { background-color: rgb(233,145,95); }

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

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

 span { border-color: rgb(233,145,95); }

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