#e7b969

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

Shades of Harvest Gold #E7B969

Tints of Harvest Gold #E7B969

Color information

#E7B969 (or 0xE7B969) is unknown color: approx Harvest Gold. HEX triplet: E7, B9 and 69. RGB value is (231,185,105). Sum of RGB (Red+Green+Blue) = 231+185+105=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B969 is #184696. Grayscale: #BEBEBE. Windows color (decimal): -1590935 or 6928871. OLE color: 6928871.

HSL color Cylindrical-coordinate representation of color #E7B969: hue angle of 38.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7B969 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB231185105-
CMYK00.200.550.09
HSL38.1º72.41%65.88%-
HSV(B)38.1º54.55%90.59%-
XYZ52.8552.7120.75-
YUV189.6380.24157.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=44.34%
G=35.51%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118510500.200.550.0938.172.4165.88
HexE7B969014379264842
Octal347271151024671146110102
Binary11100111101110011101001010100110111100110011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7b969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7b969; }

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

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

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

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

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

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

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

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