#E1B16E

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

Shades of Harvest Gold #E1B16E

Tints of Harvest Gold #E1B16E

Color information

#E1B16E (or 0xE1B16E) is unknown color: approx Harvest Gold. HEX triplet: E1, B1 and 6E. RGB value is (225,177,110). Sum of RGB (Red+Green+Blue) = 225+177+110=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B16E is #1E4E91. Grayscale: #B8B8B8. Windows color (decimal): -1986194 or 7254497. OLE color: 7254497.

HSL color Cylindrical-coordinate representation of color #E1B16E: hue angle of 34.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1B16E is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225177110-
CMYK00.210.510.12
HSL34.96º65.71%65.69%-
HSV(B)34.96º51.11%88.24%-
XYZ49.5948.5821.51-
YUV183.7186.4157.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 110 (43.36% from 255) = 21.48%
R=43.95%
G=34.57%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517711000.210.510.1234.9665.7165.69
HexE1B16E01533C234242
Octal341261156025631443102102
Binary11100001101100011101110010101110011110010001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B16E; }

 p { color: rgb(225,177,110); }

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

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

 a { background-color: rgb(225,177,110); }

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

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

 span { border-color: rgb(225,177,110); }

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