#EDBF61

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

Shades of Harvest Gold #EDBF61

Tints of Harvest Gold #EDBF61

Color information

#EDBF61 (or 0xEDBF61) is unknown color: approx Harvest Gold. HEX triplet: ED, BF and 61. RGB value is (237,191,97). Sum of RGB (Red+Green+Blue) = 237+191+97=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF61 is #12409E. Grayscale: #C2C2C2. Windows color (decimal): -1196191 or 6406125. OLE color: 6406125.

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

Color convert

RGB23719197-
CMYK00.190.590.07
HSL40.29º79.55%65.49%-
HSV(B)40.29º59.07%92.94%-
XYZ55.7156.1319.21-
YUV194.0473.24158.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=45.14%
G=36.38%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371919700.190.590.0740.2979.5565.49
HexEDBF610133B7285041
Octal35527714102373750120101
Binary1110110110111111110000101001111101111110100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF61; }

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

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

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

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

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

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

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

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