#e1b370

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

Shades of Harvest Gold #E1B370

Tints of Harvest Gold #E1B370

Color information

#E1B370 (or 0xE1B370) is unknown color: approx Harvest Gold. HEX triplet: E1, B3 and 70. RGB value is (225,179,112). Sum of RGB (Red+Green+Blue) = 225+179+112=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B370 is #1E4C8F. Grayscale: #B9B9B9. Windows color (decimal): -1985680 or 7386081. OLE color: 7386081.

HSL color Cylindrical-coordinate representation of color #E1B370: hue angle of 35.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1B370 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225179112-
CMYK00.200.500.12
HSL35.58º65.32%66.08%-
HSV(B)35.58º50.22%88.24%-
XYZ50.149.4222.23-
YUV185.1286.74156.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=43.60%
G=34.69%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517911200.200.500.1235.5865.3266.08
HexE1B37001432C244142
Octal341263160024621444101102
Binary11100001101100111110000010100110010110010010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1b370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1b370; }

 p { color: rgb(225,179,112); }

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

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

 a { background-color: rgb(225,179,112); }

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

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

 span { border-color: rgb(225,179,112); }

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