#E7B062

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

Shades of Harvest Gold #E7B062

Tints of Harvest Gold #E7B062

Color information

#E7B062 (or 0xE7B062) is unknown color: approx Harvest Gold. HEX triplet: E7, B0 and 62. RGB value is (231,176,98). Sum of RGB (Red+Green+Blue) = 231+176+98=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B062 is #184F9D. Grayscale: #B7B7B7. Windows color (decimal): -1593246 or 6467815. OLE color: 6467815.

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

Color convert

RGB23117698-
CMYK00.240.580.09
HSL35.19º73.48%64.51%-
HSV(B)35.19º57.58%90.59%-
XYZ50.6848.9218.33-
YUV183.5579.72161.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=45.74%
G=34.85%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311769800.240.580.0935.1973.4864.51
HexE7B0620183A9234941
Octal347260142030721143111101
Binary11100111101100001100010011000111010100110001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B062; }

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

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

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

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

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

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

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

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