#E1B76E

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

Shades of Harvest Gold #E1B76E

Tints of Harvest Gold #E1B76E

Color information

#E1B76E (or 0xE1B76E) is unknown color: approx Harvest Gold. HEX triplet: E1, B7 and 6E. RGB value is (225,183,110). Sum of RGB (Red+Green+Blue) = 225+183+110=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B76E is #1E4891. Grayscale: #BBBBBB. Windows color (decimal): -1984658 or 7256033. OLE color: 7256033.

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

Color convert

RGB225183110-
CMYK00.190.510.12
HSL38.09º65.71%65.69%-
HSV(B)38.09º51.11%88.24%-
XYZ50.85121.92-
YUV187.2484.41154.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 21.24%
R=43.44%
G=35.33%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518311000.190.510.1238.0965.7165.69
HexE1B76E01333C264242
Octal341267156023631446102102
Binary11100001101101111101110010011110011110010011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B76E; }

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

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

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

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

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

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

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

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