#E1B866

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

Shades of Harvest Gold #E1B866

Tints of Harvest Gold #E1B866

Color information

#E1B866 (or 0xE1B866) is unknown color: approx Harvest Gold. HEX triplet: E1, B8 and 66. RGB value is (225,184,102). Sum of RGB (Red+Green+Blue) = 225+184+102=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B866 is #1E4799. Grayscale: #BBBBBB. Windows color (decimal): -1984410 or 6732001. OLE color: 6732001.

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

Color convert

RGB225184102-
CMYK00.180.550.12
HSL40º67.21%64.12%-
HSV(B)40º54.67%88.24%-
XYZ50.5951.2519.8-
YUV186.9180.08155.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=44.03%
G=36.01%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518410200.180.550.124067.2164.12
HexE1B86601237C284340
Octal341270146022671450103100
Binary11100001101110001100110010010110111110010100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B866; }

 p { color: rgb(225,184,102); }

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

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

 a { background-color: rgb(225,184,102); }

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

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

 span { border-color: rgb(225,184,102); }

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