#E1B26F

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

Shades of Harvest Gold #E1B26F

Tints of Harvest Gold #E1B26F

Color information

#E1B26F (or 0xE1B26F) is unknown color: approx Harvest Gold. HEX triplet: E1, B2 and 6F. RGB value is (225,178,111). Sum of RGB (Red+Green+Blue) = 225+178+111=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B26F is #1E4D90. Grayscale: #B8B8B8. Windows color (decimal): -1985937 or 7320289. OLE color: 7320289.

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

Color convert

RGB225178111-
CMYK00.210.510.12
HSL35.26º65.52%65.88%-
HSV(B)35.26º50.67%88.24%-
XYZ49.844921.87-
YUV184.4186.57156.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=43.77%
G=34.63%
B=21.60%

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
Decimal22517811100.210.510.1235.2665.5265.88
HexE1B26F01533C234242
Octal341262157025631443102102
Binary11100001101100101101111010101110011110010001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B26F; }

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

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

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

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

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

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

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

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