#E7B675

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

Shades of Harvest Gold #E7B675

Tints of Harvest Gold #E7B675

Color information

#E7B675 (or 0xE7B675) is unknown color: approx Harvest Gold. HEX triplet: E7, B6 and 75. RGB value is (231,182,117). Sum of RGB (Red+Green+Blue) = 231+182+117=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B675 is #18498A. Grayscale: #BDBDBD. Windows color (decimal): -1591691 or 7714535. OLE color: 7714535.

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

Color convert

RGB231182117-
CMYK00.210.490.09
HSL34.21º70.37%68.24%-
HSV(B)34.21º49.35%90.59%-
XYZ52.8951.7324.03-
YUV189.2487.23157.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=43.58%
G=34.34%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118211700.210.490.0934.2170.3768.24
HexE7B675015319224644
Octal347266165025611142106104
Binary11100111101101101110101010101110001100110001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B675; }

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

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

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

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

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

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

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

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