#E1B768

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

Shades of Harvest Gold #E1B768

Tints of Harvest Gold #E1B768

Color information

#E1B768 (or 0xE1B768) is unknown color: approx Harvest Gold. HEX triplet: E1, B7 and 68. RGB value is (225,183,104). Sum of RGB (Red+Green+Blue) = 225+183+104=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B768 is #1E4897. Grayscale: #BABABA. Windows color (decimal): -1984664 or 6862817. OLE color: 6862817.

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

Color convert

RGB225183104-
CMYK00.190.540.12
HSL39.17º66.85%64.51%-
HSV(B)39.17º53.78%88.24%-
XYZ50.4850.8720.26-
YUV186.5581.41155.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=43.95%
G=35.74%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518310400.190.540.1239.1766.8564.51
HexE1B76801336C274341
Octal341267150023661447103101
Binary11100001101101111101000010011110110110010011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B768; }

 p { color: rgb(225,183,104); }

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

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

 a { background-color: rgb(225,183,104); }

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

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

 span { border-color: rgb(225,183,104); }

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