#E7B071

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

Shades of Harvest Gold #E7B071

Tints of Harvest Gold #E7B071

Color information

#E7B071 (or 0xE7B071) is unknown color: approx Harvest Gold. HEX triplet: E7, B0 and 71. RGB value is (231,176,113). Sum of RGB (Red+Green+Blue) = 231+176+113=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B071 is #184F8E. Grayscale: #B9B9B9. Windows color (decimal): -1593231 or 7450855. OLE color: 7450855.

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

Color convert

RGB231176113-
CMYK00.240.510.09
HSL32.03º71.08%67.45%-
HSV(B)32.03º51.08%90.59%-
XYZ51.4649.2322.41-
YUV185.2687.22160.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=44.42%
G=33.85%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117611300.240.510.0932.0371.0867.45
HexE7B071018339204743
Octal347260161030631140107103
Binary11100111101100001110001011000110011100110000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B071; }

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

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

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

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

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

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

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

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