#E7B065

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

Shades of Harvest Gold #E7B065

Tints of Harvest Gold #E7B065

Color information

#E7B065 (or 0xE7B065) is unknown color: approx Harvest Gold. HEX triplet: E7, B0 and 65. RGB value is (231,176,101). Sum of RGB (Red+Green+Blue) = 231+176+101=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B065 is #184F9A. Grayscale: #B8B8B8. Windows color (decimal): -1593243 or 6664423. OLE color: 6664423.

HSL color Cylindrical-coordinate representation of color #E7B065: hue angle of 34.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7B065 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB231176101-
CMYK00.240.560.09
HSL34.62º73.03%65.1%-
HSV(B)34.62º56.28%90.59%-
XYZ50.8348.9819.09-
YUV183.981.22161.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=45.47%
G=34.65%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117610100.240.560.0934.6273.0365.1
HexE7B065018389234941
Octal347260145030701143111101
Binary11100111101100001100101011000111000100110001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B065; }

 p { color: rgb(231,176,101); }

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

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

 a { background-color: rgb(231,176,101); }

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

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

 span { border-color: rgb(231,176,101); }

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