#E7BA62

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

Shades of Harvest Gold #E7BA62

Tints of Harvest Gold #E7BA62

Color information

#E7BA62 (or 0xE7BA62) is unknown color: approx Harvest Gold. HEX triplet: E7, BA and 62. RGB value is (231,186,98). Sum of RGB (Red+Green+Blue) = 231+186+98=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA62 is #18459D. Grayscale: #BDBDBD. Windows color (decimal): -1590686 or 6470375. OLE color: 6470375.

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

Color convert

RGB23118698-
CMYK00.190.580.09
HSL39.7º73.48%64.51%-
HSV(B)39.7º57.58%90.59%-
XYZ52.7252.9919-
YUV189.4276.41157.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 98 (38.67% from 255) = 19.03%
R=44.85%
G=36.12%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311869800.190.580.0939.773.4864.51
HexE7BA620133A9284941
Octal347272142023721150111101
Binary11100111101110101100010010011111010100110100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA62; }

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

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

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

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

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

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

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

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