#EDBE61

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

Shades of Harvest Gold #EDBE61

Tints of Harvest Gold #EDBE61

Color information

#EDBE61 (or 0xEDBE61) is unknown color: approx Harvest Gold. HEX triplet: ED, BE and 61. RGB value is (237,190,97). Sum of RGB (Red+Green+Blue) = 237+190+97=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE61 is #12419E. Grayscale: #C1C1C1. Windows color (decimal): -1196447 or 6405869. OLE color: 6405869.

HSL color Cylindrical-coordinate representation of color #EDBE61: hue angle of 39.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 #EDBE61 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23719097-
CMYK00.200.590.07
HSL39.86º79.55%65.49%-
HSV(B)39.86º59.07%92.94%-
XYZ55.555.6919.13-
YUV193.4573.57159.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=45.23%
G=36.26%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371909700.200.590.0739.8679.5565.49
HexEDBE610143B7285041
Octal35527614102473750120101
Binary1110110110111110110000101010011101111110100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE61; }

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

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

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

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

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

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

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

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