#EDB764

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

Shades of Harvest Gold #EDB764

Tints of Harvest Gold #EDB764

Color information

#EDB764 (or 0xEDB764) is unknown color: approx Harvest Gold. HEX triplet: ED, B7 and 64. RGB value is (237,183,100). Sum of RGB (Red+Green+Blue) = 237+183+100=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB764 is #12489B. Grayscale: #BEBEBE. Windows color (decimal): -1198236 or 6600685. OLE color: 6600685.

HSL color Cylindrical-coordinate representation of color #EDB764: hue angle of 36.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDB764 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB237183100-
CMYK00.230.580.07
HSL36.35º79.19%66.08%-
HSV(B)36.35º57.81%92.94%-
XYZ54.1652.7919.39-
YUV189.6877.39161.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 100 (39.45% from 255) = 19.23%
R=45.58%
G=35.19%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718310000.230.580.0736.3579.1966.08
HexEDB7640173A7244f42
Octal35526714402772744117102
Binary1110110110110111110010001011111101011110010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB764; }

 p { color: rgb(237,183,100); }

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

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

 a { background-color: rgb(237,183,100); }

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

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

 span { border-color: rgb(237,183,100); }

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