#E1B96F

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

Shades of Harvest Gold #E1B96F

Tints of Harvest Gold #E1B96F

Color information

#E1B96F (or 0xE1B96F) is unknown color: approx Harvest Gold. HEX triplet: E1, B9 and 6F. RGB value is (225,185,111). Sum of RGB (Red+Green+Blue) = 225+185+111=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B96F is #1E4690. Grayscale: #BCBCBC. Windows color (decimal): -1984145 or 7322081. OLE color: 7322081.

HSL color Cylindrical-coordinate representation of color #E1B96F: hue angle of 38.95º 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 #E1B96F is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225185111-
CMYK00.180.510.12
HSL38.95º65.52%65.88%-
HSV(B)38.95º50.67%88.24%-
XYZ51.2751.8522.35-
YUV188.5284.25154.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 111 (43.75% from 255) = 21.31%
R=43.19%
G=35.51%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518511100.180.510.1238.9565.5265.88
HexE1B96F01233C274242
Octal341271157022631447102102
Binary11100001101110011101111010010110011110010011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B96F; }

 p { color: rgb(225,185,111); }

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

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

 a { background-color: rgb(225,185,111); }

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

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

 span { border-color: rgb(225,185,111); }

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