#E7B475

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

Shades of Harvest Gold #E7B475

Tints of Harvest Gold #E7B475

Color information

#E7B475 (or 0xE7B475) is unknown color: approx Harvest Gold. HEX triplet: E7, B4 and 75. RGB value is (231,180,117). Sum of RGB (Red+Green+Blue) = 231+180+117=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B475 is #184B8A. Grayscale: #BCBCBC. Windows color (decimal): -1592203 or 7714023. OLE color: 7714023.

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

Color convert

RGB231180117-
CMYK00.220.490.09
HSL33.16º70.37%68.24%-
HSV(B)33.16º49.35%90.59%-
XYZ52.4950.9223.89-
YUV188.0787.9158.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=43.75%
G=34.09%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118011700.220.490.0933.1670.3768.24
HexE7B475016319214644
Octal347264165026611141106104
Binary11100111101101001110101010110110001100110000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B475; }

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

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

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

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

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

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

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

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