#E1B96C

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

Shades of Harvest Gold #E1B96C

Tints of Harvest Gold #E1B96C

Color information

#E1B96C (or 0xE1B96C) is unknown color: approx Harvest Gold. HEX triplet: E1, B9 and 6C. RGB value is (225,185,108). Sum of RGB (Red+Green+Blue) = 225+185+108=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B96C is #1E4693. Grayscale: #BCBCBC. Windows color (decimal): -1984148 or 7125473. OLE color: 7125473.

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

Color convert

RGB225185108-
CMYK00.180.520.12
HSL39.49º66.1%65.29%-
HSV(B)39.49º52%88.24%-
XYZ51.1151.7921.49-
YUV188.1882.75154.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=43.44%
G=35.71%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518510800.180.520.1239.4966.165.29
HexE1B96C01234C274241
Octal341271154022641447102101
Binary11100001101110011101100010010110100110010011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B96C; }

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

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

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

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

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

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

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

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