#E5B969

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

Shades of Harvest Gold #E5B969

Tints of Harvest Gold #E5B969

Color information

#E5B969 (or 0xE5B969) is unknown color: approx Harvest Gold. HEX triplet: E5, B9 and 69. RGB value is (229,185,105). Sum of RGB (Red+Green+Blue) = 229+185+105=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B969 is #1A4696. Grayscale: #BDBDBD. Windows color (decimal): -1722007 or 6928869. OLE color: 6928869.

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

Color convert

RGB229185105-
CMYK00.190.540.10
HSL38.71º70.45%65.49%-
HSV(B)38.71º54.15%89.8%-
XYZ52.2152.3820.72-
YUV189.0480.58156.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 105 (41.41% from 255) = 20.23%
R=44.12%
G=35.65%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918510500.190.540.1038.7170.4565.49
HexE5B96901336A274641
Octal345271151023661247106101
Binary11100101101110011101001010011110110101010011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B969; }

 p { color: rgb(229,185,105); }

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

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

 a { background-color: rgb(229,185,105); }

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

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

 span { border-color: rgb(229,185,105); }

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