#E2B96E

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

Shades of Harvest Gold #E2B96E

Tints of Harvest Gold #E2B96E

Color information

#E2B96E (or 0xE2B96E) is unknown color: approx Harvest Gold. HEX triplet: E2, B9 and 6E. RGB value is (226,185,110). Sum of RGB (Red+Green+Blue) = 226+185+110=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B96E is #1D4691. Grayscale: #BDBDBD. Windows color (decimal): -1918610 or 7256546. OLE color: 7256546.

HSL color Cylindrical-coordinate representation of color #E2B96E: hue angle of 38.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2B96E is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB226185110-
CMYK00.180.510.11
HSL38.79º66.67%65.88%-
HSV(B)38.79º51.33%88.63%-
XYZ51.5351.9922.07-
YUV188.7183.58154.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 110 (43.36% from 255) = 21.11%
R=43.38%
G=35.51%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618511000.180.510.1138.7966.6765.88
HexE2B96E01233B274342
Octal342271156022631347103102
Binary11100010101110011101110010010110011101110011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B96E; }

 p { color: rgb(226,185,110); }

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

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

 a { background-color: rgb(226,185,110); }

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

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

 span { border-color: rgb(226,185,110); }

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