#E1B26D

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

Shades of Harvest Gold #E1B26D

Tints of Harvest Gold #E1B26D

Color information

#E1B26D (or 0xE1B26D) is unknown color: approx Harvest Gold. HEX triplet: E1, B2 and 6D. RGB value is (225,178,109). Sum of RGB (Red+Green+Blue) = 225+178+109=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B26D is #1E4D92. Grayscale: #B8B8B8. Windows color (decimal): -1985939 or 7189217. OLE color: 7189217.

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

Color convert

RGB225178109-
CMYK00.210.520.12
HSL35.69º65.91%65.49%-
HSV(B)35.69º51.56%88.24%-
XYZ49.7348.9521.3-
YUV184.1985.57157.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=43.95%
G=34.77%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517810900.210.520.1235.6965.9165.49
HexE1B26D01534C244241
Octal341262155025641444102101
Binary11100001101100101101101010101110100110010010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B26D; }

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

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

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

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

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

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

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

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