#E1B267

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

Shades of Harvest Gold #E1B267

Tints of Harvest Gold #E1B267

Color information

#E1B267 (or 0xE1B267) is unknown color: approx Harvest Gold. HEX triplet: E1, B2 and 67. RGB value is (225,178,103). Sum of RGB (Red+Green+Blue) = 225+178+103=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B267 is #1E4D98. Grayscale: #B7B7B7. Windows color (decimal): -1985945 or 6796001. OLE color: 6796001.

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

Color convert

RGB225178103-
CMYK00.210.540.12
HSL36.89º67.03%64.31%-
HSV(B)36.89º54.22%88.24%-
XYZ49.4248.8319.65-
YUV183.582.57157.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 103 (40.62% from 255) = 20.36%
R=44.47%
G=35.18%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517810300.210.540.1236.8967.0364.31
HexE1B26701536C254340
Octal341262147025661445103100
Binary11100001101100101100111010101110110110010010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B267; }

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

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

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

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

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

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

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

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