#e8b062

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

Shades of Harvest Gold #E8B062

Tints of Harvest Gold #E8B062

Color information

#E8B062 (or 0xE8B062) is unknown color: approx Harvest Gold. HEX triplet: E8, B0 and 62. RGB value is (232,176,98). Sum of RGB (Red+Green+Blue) = 232+176+98=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B062 is #174F9D. Grayscale: #B8B8B8. Windows color (decimal): -1527710 or 6467816. OLE color: 6467816.

HSL color Cylindrical-coordinate representation of color #E8B062: hue angle of 34.93º degrees, saturation: 0.74, 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 #E8B062 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23217698-
CMYK00.240.580.09
HSL34.93º74.44%64.71%-
HSV(B)34.93º57.76%90.98%-
XYZ51.0149.0918.34-
YUV183.8579.55162.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 98 (38.67% from 255) = 19.37%
R=45.85%
G=34.78%
B=19.37%

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
Decimal2321769800.240.580.0934.9374.4464.71
HexE8B0620183A9234a41
Octal350260142030721143112101
Binary11101000101100001100010011000111010100110001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8b062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8b062; }

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

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

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

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

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

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

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

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