#E6B366

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

Shades of Harvest Gold #E6B366

Tints of Harvest Gold #E6B366

Color information

#E6B366 (or 0xE6B366) is unknown color: approx Harvest Gold. HEX triplet: E6, B3 and 66. RGB value is (230,179,102). Sum of RGB (Red+Green+Blue) = 230+179+102=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B366 is #194C99. Grayscale: #B9B9B9. Windows color (decimal): -1658010 or 6730726. OLE color: 6730726.

HSL color Cylindrical-coordinate representation of color #E6B366: hue angle of 36.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6B366 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230179102-
CMYK00.220.560.10
HSL36.09º71.91%65.1%-
HSV(B)36.09º55.65%90.2%-
XYZ51.1550.0219.53-
YUV185.4780.9159.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.01%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=45.01%
G=35.03%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017910200.220.560.1036.0971.9165.1
HexE6B36601638A244841
Octal346263146026701244110101
Binary11100110101100111100110010110111000101010010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B366; }

 p { color: rgb(230,179,102); }

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

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

 a { background-color: rgb(230,179,102); }

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

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

 span { border-color: rgb(230,179,102); }

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