#EDBF64

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

Shades of Harvest Gold #EDBF64

Tints of Harvest Gold #EDBF64

Color information

#EDBF64 (or 0xEDBF64) is unknown color: approx Harvest Gold. HEX triplet: ED, BF and 64. RGB value is (237,191,100). Sum of RGB (Red+Green+Blue) = 237+191+100=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF64 is #12409B. Grayscale: #C2C2C2. Windows color (decimal): -1196188 or 6602733. OLE color: 6602733.

HSL color Cylindrical-coordinate representation of color #EDBF64: hue angle of 39.85º 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 #EDBF64 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB237191100-
CMYK00.190.580.07
HSL39.85º79.19%66.08%-
HSV(B)39.85º57.81%92.94%-
XYZ55.8656.1919.96-
YUV194.3874.74158.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 100 (39.45% from 255) = 18.94%
R=44.89%
G=36.17%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719110000.190.580.0739.8579.1966.08
HexEDBF640133A7284f42
Octal35527714402372750117102
Binary1110110110111111110010001001111101011110100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF64; }

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

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

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

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

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

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

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

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