#EDBA64

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

Shades of Harvest Gold #EDBA64

Tints of Harvest Gold #EDBA64

Color information

#EDBA64 (or 0xEDBA64) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 64. RGB value is (237,186,100). Sum of RGB (Red+Green+Blue) = 237+186+100=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA64 is #12459B. Grayscale: #BFBFBF. Windows color (decimal): -1197468 or 6601453. OLE color: 6601453.

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

Color convert

RGB237186100-
CMYK00.220.580.07
HSL37.66º79.19%66.08%-
HSV(B)37.66º57.81%92.94%-
XYZ54.7854.0419.6-
YUV191.4476.4160.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 100 (39.45% from 255) = 19.12%
R=45.32%
G=35.56%
B=19.12%

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
Decimal23718610000.220.580.0737.6679.1966.08
HexEDBA640163A7264f42
Octal35527214402672746117102
Binary1110110110111010110010001011011101011110011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA64; }

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

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

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

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

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

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

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

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