#E1B369

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

Shades of Harvest Gold #E1B369

Tints of Harvest Gold #E1B369

Color information

#E1B369 (or 0xE1B369) is unknown color: approx Harvest Gold. HEX triplet: E1, B3 and 69. RGB value is (225,179,105). Sum of RGB (Red+Green+Blue) = 225+179+105=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B369 is #1E4C96. Grayscale: #B8B8B8. Windows color (decimal): -1985687 or 6927329. OLE color: 6927329.

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

Color convert

RGB225179105-
CMYK00.200.530.12
HSL37º66.67%64.71%-
HSV(B)37º53.33%88.24%-
XYZ49.7249.2720.25-
YUV184.3283.24157.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 105 (41.41% from 255) = 20.63%
R=44.20%
G=35.17%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517910500.200.530.123766.6764.71
HexE1B36901435C254341
Octal341263151024651445103101
Binary11100001101100111101001010100110101110010010110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B369; }

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

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

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

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

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

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

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

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