#E2B266

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

Shades of Harvest Gold #E2B266

Tints of Harvest Gold #E2B266

Color information

#E2B266 (or 0xE2B266) is unknown color: approx Harvest Gold. HEX triplet: E2, B2 and 66. RGB value is (226,178,102). Sum of RGB (Red+Green+Blue) = 226+178+102=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B266 is #1D4D99. Grayscale: #B8B8B8. Windows color (decimal): -1920410 or 6730466. OLE color: 6730466.

HSL color Cylindrical-coordinate representation of color #E2B266: hue angle of 36.77º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2B266 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226178102-
CMYK00.210.550.11
HSL36.77º68.13%64.31%-
HSV(B)36.77º54.87%88.63%-
XYZ49.6848.9719.4-
YUV183.6981.9158.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 102 (40.23% from 255) = 20.16%
R=44.66%
G=35.18%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617810200.210.550.1136.7768.1364.31
HexE2B26601537B254440
Octal342262146025671345104100
Binary11100010101100101100110010101110111101110010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B266; }

 p { color: rgb(226,178,102); }

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

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

 a { background-color: rgb(226,178,102); }

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

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

 span { border-color: rgb(226,178,102); }

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