#EDBE64

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

Shades of Harvest Gold #EDBE64

Tints of Harvest Gold #EDBE64

Color information

#EDBE64 (or 0xEDBE64) is unknown color: approx Harvest Gold. HEX triplet: ED, BE and 64. RGB value is (237,190,100). Sum of RGB (Red+Green+Blue) = 237+190+100=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE64 is #12419B. Grayscale: #C2C2C2. Windows color (decimal): -1196444 or 6602477. OLE color: 6602477.

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

Color convert

RGB237190100-
CMYK00.200.580.07
HSL39.42º79.19%66.08%-
HSV(B)39.42º57.81%92.94%-
XYZ55.6455.7519.89-
YUV193.7975.07158.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=44.97%
G=36.05%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719010000.200.580.0739.4279.1966.08
HexEDBE640143A7274f42
Octal35527614402472747117102
Binary1110110110111110110010001010011101011110011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE64; }

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

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

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

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

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

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

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

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