#EDB773

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

Shades of Harvest Gold #EDB773

Tints of Harvest Gold #EDB773

Color information

#EDB773 (or 0xEDB773) is unknown color: approx Harvest Gold. HEX triplet: ED, B7 and 73. RGB value is (237,183,115). Sum of RGB (Red+Green+Blue) = 237+183+115=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB773 is #12488C. Grayscale: #BFBFBF. Windows color (decimal): -1198221 or 7583725. OLE color: 7583725.

HSL color Cylindrical-coordinate representation of color #EDB773: hue angle of 33.44º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB773 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237183115-
CMYK00.230.510.07
HSL33.44º77.22%69.02%-
HSV(B)33.44º51.48%92.94%-
XYZ54.9553.1123.57-
YUV191.3984.89160.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 183 (71.88% from 255) = 34.21%
BLUE value IS 115 (45.31% from 255) = 21.50%
R=44.30%
G=34.21%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718311500.230.510.0733.4477.2269.02
HexEDB773017337214d45
Octal35526716302763741115105
Binary1110110110110111111001101011111001111110000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB773; }

 p { color: rgb(237,183,115); }

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

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

 a { background-color: rgb(237,183,115); }

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

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

 span { border-color: rgb(237,183,115); }

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