#E99267

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

Shades of Copper #E99267

Tints of Copper #E99267

Color information

#E99267 (or 0xE99267) is unknown color: approx Copper. HEX triplet: E9, 92 and 67. RGB value is (233,146,103). Sum of RGB (Red+Green+Blue) = 233+146+103=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E99267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99267 is #166D98. Grayscale: #A7A7A7. Windows color (decimal): -1469849 or 6787817. OLE color: 6787817.

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

Color convert

RGB233146103-
CMYK00.370.560.09
HSL19.85º74.71%65.88%-
HSV(B)19.85º55.79%91.37%-
XYZ46.3338.8617.89-
YUV167.1191.82175-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=48.34%
G=30.29%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314610300.370.560.0919.8574.7165.88
HexE99267025389144b42
Octal351222147045701124113102
Binary11101001100100101100111010010111100010011010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99267; }

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

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

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

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

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

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

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

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