#E1B86F

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

Shades of Harvest Gold #E1B86F

Tints of Harvest Gold #E1B86F

Color information

#E1B86F (or 0xE1B86F) is unknown color: approx Harvest Gold. HEX triplet: E1, B8 and 6F. RGB value is (225,184,111). Sum of RGB (Red+Green+Blue) = 225+184+111=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B86F is #1E4790. Grayscale: #BCBCBC. Windows color (decimal): -1984401 or 7321825. OLE color: 7321825.

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

Color convert

RGB225184111-
CMYK00.180.510.12
HSL38.42º65.52%65.88%-
HSV(B)38.42º50.67%88.24%-
XYZ51.0651.4422.28-
YUV187.9484.58154.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 111 (43.75% from 255) = 21.35%
R=43.27%
G=35.38%
B=21.35%

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
Decimal22518411100.180.510.1238.4265.5265.88
HexE1B86F01233C264242
Octal341270157022631446102102
Binary11100001101110001101111010010110011110010011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B86F; }

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

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

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

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

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

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

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

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