#E1B26E

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

Shades of Harvest Gold #E1B26E

Tints of Harvest Gold #E1B26E

Color information

#E1B26E (or 0xE1B26E) is unknown color: approx Harvest Gold. HEX triplet: E1, B2 and 6E. RGB value is (225,178,110). Sum of RGB (Red+Green+Blue) = 225+178+110=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B26E is #1E4D91. Grayscale: #B8B8B8. Windows color (decimal): -1985938 or 7254753. OLE color: 7254753.

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

Color convert

RGB225178110-
CMYK00.210.510.12
HSL35.48º65.71%65.69%-
HSV(B)35.48º51.11%88.24%-
XYZ49.7948.9721.58-
YUV184.386.07157.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=43.86%
G=34.70%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517811000.210.510.1235.4865.7165.69
HexE1B26E01533C234242
Octal341262156025631443102102
Binary11100001101100101101110010101110011110010001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B26E; }

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

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

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

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

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

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

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

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