#EDB963

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

Shades of Harvest Gold #EDB963

Tints of Harvest Gold #EDB963

Color information

#EDB963 (or 0xEDB963) is unknown color: approx Harvest Gold. HEX triplet: ED, B9 and 63. RGB value is (237,185,99). Sum of RGB (Red+Green+Blue) = 237+185+99=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB963 is #12469C. Grayscale: #BFBFBF. Windows color (decimal): -1197725 or 6535661. OLE color: 6535661.

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

Color convert

RGB23718599-
CMYK00.220.580.07
HSL37.39º79.31%65.88%-
HSV(B)37.39º58.23%92.94%-
XYZ54.5353.619.28-
YUV190.7476.23160.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=45.49%
G=35.51%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371859900.220.580.0737.3979.3165.88
HexEDB9630163A7254f42
Octal35527114302672745117102
Binary1110110110111001110001101011011101011110010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB963; }

 p { color: rgb(237,185,99); }

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

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

 a { background-color: rgb(237,185,99); }

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

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

 span { border-color: rgb(237,185,99); }

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