#E2B66E

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

Shades of Harvest Gold #E2B66E

Tints of Harvest Gold #E2B66E

Color information

#E2B66E (or 0xE2B66E) is unknown color: approx Harvest Gold. HEX triplet: E2, B6 and 6E. RGB value is (226,182,110). Sum of RGB (Red+Green+Blue) = 226+182+110=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B66E is #1D4991. Grayscale: #BBBBBB. Windows color (decimal): -1919378 or 7255778. OLE color: 7255778.

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

Color convert

RGB226182110-
CMYK00.190.510.11
HSL37.24º66.67%65.88%-
HSV(B)37.24º51.33%88.63%-
XYZ50.9150.7521.86-
YUV186.9584.58155.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.63%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 110 (43.36% from 255) = 21.24%
R=43.63%
G=35.14%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618211000.190.510.1137.2466.6765.88
HexE2B66E01333B254342
Octal342266156023631345103102
Binary11100010101101101101110010011110011101110010110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B66E; }

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

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

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

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

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

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

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

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