#EDBA63

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

Shades of Harvest Gold #EDBA63

Tints of Harvest Gold #EDBA63

Color information

#EDBA63 (or 0xEDBA63) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 63. RGB value is (237,186,99). Sum of RGB (Red+Green+Blue) = 237+186+99=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA63 is #12459C. Grayscale: #BFBFBF. Windows color (decimal): -1197469 or 6535917. OLE color: 6535917.

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

Color convert

RGB23718699-
CMYK00.220.580.07
HSL37.83º79.31%65.88%-
HSV(B)37.83º58.23%92.94%-
XYZ54.7454.0219.35-
YUV191.3375.9160.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 99 (39.06% from 255) = 18.97%
R=45.40%
G=35.63%
B=18.97%

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
Decimal2371869900.220.580.0737.8379.3165.88
HexEDBA630163A7264f42
Octal35527214302672746117102
Binary1110110110111010110001101011011101011110011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA63; }

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

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

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

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

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

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

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

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