#E7B972

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

Shades of Harvest Gold #E7B972

Tints of Harvest Gold #E7B972

Color information

#E7B972 (or 0xE7B972) is unknown color: approx Harvest Gold. HEX triplet: E7, B9 and 72. RGB value is (231,185,114). Sum of RGB (Red+Green+Blue) = 231+185+114=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B972 is #18468D. Grayscale: #BEBEBE. Windows color (decimal): -1590926 or 7518695. OLE color: 7518695.

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

Color convert

RGB231185114-
CMYK00.200.510.09
HSL36.41º70.91%67.65%-
HSV(B)36.41º50.65%90.59%-
XYZ53.3452.923.32-
YUV190.6684.74156.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=43.58%
G=34.91%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118511400.200.510.0936.4170.9167.65
HexE7B972014339244744
Octal347271162024631144107104
Binary11100111101110011110010010100110011100110010010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B972; }

 p { color: rgb(231,185,114); }

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

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

 a { background-color: rgb(231,185,114); }

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

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

 span { border-color: rgb(231,185,114); }

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