#E7B574

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

Shades of Harvest Gold #E7B574

Tints of Harvest Gold #E7B574

Color information

#E7B574 (or 0xE7B574) is unknown color: approx Harvest Gold. HEX triplet: E7, B5 and 74. RGB value is (231,181,116). Sum of RGB (Red+Green+Blue) = 231+181+116=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B574 is #184A8B. Grayscale: #BCBCBC. Windows color (decimal): -1591948 or 7648743. OLE color: 7648743.

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

Color convert

RGB231181116-
CMYK00.220.500.09
HSL33.91º70.55%68.04%-
HSV(B)33.91º49.78%90.59%-
XYZ52.6351.323.65-
YUV188.5487.06158.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=43.75%
G=34.28%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118111600.220.500.0933.9170.5568.04
HexE7B574016329224744
Octal347265164026621142107104
Binary11100111101101011110100010110110010100110001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B574; }

 p { color: rgb(231,181,116); }

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

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

 a { background-color: rgb(231,181,116); }

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

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

 span { border-color: rgb(231,181,116); }

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