#EDB761

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

Shades of Harvest Gold #EDB761

Tints of Harvest Gold #EDB761

Color information

#EDB761 (or 0xEDB761) is unknown color: approx Harvest Gold. HEX triplet: ED, B7 and 61. RGB value is (237,183,97). Sum of RGB (Red+Green+Blue) = 237+183+97=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB761 is #12489E. Grayscale: #BDBDBD. Windows color (decimal): -1198239 or 6404077. OLE color: 6404077.

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

Color convert

RGB23718397-
CMYK00.230.590.07
HSL36.86º79.55%65.49%-
HSV(B)36.86º59.07%92.94%-
XYZ54.0252.7318.64-
YUV189.3475.89161.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=45.84%
G=35.40%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371839700.230.590.0736.8679.5565.49
HexEDB7610173B7255041
Octal35526714102773745120101
Binary1110110110110111110000101011111101111110010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB761; }

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

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

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

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

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

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

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

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