#EDB861

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

Shades of Harvest Gold #EDB861

Tints of Harvest Gold #EDB861

Color information

#EDB861 (or 0xEDB861) is unknown color: approx Harvest Gold. HEX triplet: ED, B8 and 61. RGB value is (237,184,97). Sum of RGB (Red+Green+Blue) = 237+184+97=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB861 is #12479E. Grayscale: #BEBEBE. Windows color (decimal): -1197983 or 6404333. OLE color: 6404333.

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

Color convert

RGB23718497-
CMYK00.220.590.07
HSL37.29º79.55%65.49%-
HSV(B)37.29º59.07%92.94%-
XYZ54.2253.1518.71-
YUV189.9375.56161.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=45.75%
G=35.52%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371849700.220.590.0737.2979.5565.49
HexEDB8610163B7255041
Octal35527014102673745120101
Binary1110110110111000110000101011011101111110010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB861; }

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

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

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

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

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

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

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

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