#E7BA75

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

Shades of Harvest Gold #E7BA75

Tints of Harvest Gold #E7BA75

Color information

#E7BA75 (or 0xE7BA75) is unknown color: approx Harvest Gold. HEX triplet: E7, BA and 75. RGB value is (231,186,117). Sum of RGB (Red+Green+Blue) = 231+186+117=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA75 is #18458A. Grayscale: #BFBFBF. Windows color (decimal): -1590667 or 7715559. OLE color: 7715559.

HSL color Cylindrical-coordinate representation of color #E7BA75: hue angle of 36.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7BA75 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231186117-
CMYK00.190.490.09
HSL36.32º70.37%68.24%-
HSV(B)36.32º49.35%90.59%-
XYZ53.7253.3924.3-
YUV191.5985.91156.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=43.26%
G=34.83%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118611700.190.490.0936.3270.3768.24
HexE7BA75013319244644
Octal347272165023611144106104
Binary11100111101110101110101010011110001100110010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA75; }

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

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

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

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

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

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

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

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