#E7BD61

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

Shades of Harvest Gold #E7BD61

Tints of Harvest Gold #E7BD61

Color information

#E7BD61 (or 0xE7BD61) is unknown color: approx Harvest Gold. HEX triplet: E7, BD and 61. RGB value is (231,189,97). Sum of RGB (Red+Green+Blue) = 231+189+97=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD61 is #18429E. Grayscale: #BFBFBF. Windows color (decimal): -1589919 or 6405607. OLE color: 6405607.

HSL color Cylindrical-coordinate representation of color #E7BD61: hue angle of 41.19º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7BD61 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23118997-
CMYK00.180.580.09
HSL41.19º73.63%64.31%-
HSV(B)41.19º58.01%90.59%-
XYZ53.3154.2518.97-
YUV191.0774.91156.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=44.68%
G=36.56%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311899700.180.580.0941.1973.6364.31
HexE7BD610123A9294a40
Octal347275141022721151112100
Binary11100111101111011100001010010111010100110100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD61; }

 p { color: rgb(231,189,97); }

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

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

 a { background-color: rgb(231,189,97); }

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

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

 span { border-color: rgb(231,189,97); }

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