#E1B66C

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

Shades of Harvest Gold #E1B66C

Tints of Harvest Gold #E1B66C

Color information

#E1B66C (or 0xE1B66C) is unknown color: approx Harvest Gold. HEX triplet: E1, B6 and 6C. RGB value is (225,182,108). Sum of RGB (Red+Green+Blue) = 225+182+108=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B66C is #1E4993. Grayscale: #BABABA. Windows color (decimal): -1984916 or 7124705. OLE color: 7124705.

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

Color convert

RGB225182108-
CMYK00.190.520.12
HSL37.95º66.1%65.29%-
HSV(B)37.95º52%88.24%-
XYZ50.4950.5521.28-
YUV186.4283.75155.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 108 (42.58% from 255) = 20.97%
R=43.69%
G=35.34%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518210800.190.520.1237.9566.165.29
HexE1B66C01334C264241
Octal341266154023641446102101
Binary11100001101101101101100010011110100110010011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B66C; }

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

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

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

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

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

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

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

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